Latest blog posts
- The web can do so much more than social media
A large portion of the tech-illiterate population thinks that the internet is synonymous with social media. Social media is only the tip of the iceberg when it comes to what the web is capable of, and I believe that every artist should create their own website in order to create a cohesive digital experience.
· 561 words · 3 min read read more - Storing persistent data with Tauri - part 2
How to use Tauri's fs API to store persistent data with JavaScript.
· 1063 words · 6 min read read more - Building a note storing app with Svelte and Tauri - Part 1
I think it's a pretty common experience, wanting to save a link or image for later. None of the apps out there fit my needs perfectly, so I'm building my own!
· 538 words · 3 min read read more - Learn currying by looking at Rambda's source code
Let's walk through Rambda's curry function to gain a deeper understanding of how to implement currying in JavaScript.
· 801 words · 5 min read read more - A Practical Guide to Object Destructuring in JavaScript
Practical examples of how to use object destructuring in JavaScript.
· 823 words · 5 min read read more