Latest Post: Integrating Large Language Models into Frontends

Blog

Here you will find posts about issues that concern web development, such as HTML, CSS, JavaScript/Typescript (and any of its frameworks), ways to implement authentication, SEO, databases, security, and other related topics. Expect to find some tutorials and tips!

Web Development

Svelte vs React: A Technical Comparison

Learn the key differences between React and Svelte 5 with a focus on state management, prop drilling, side effects, computed values, and more. Understand how these frameworks handle essential features and which one suits your development needs in 2024

8 min read
Web Development

Svelte 5: Features You Should Know

After talking to the Svelte core maintainers, we've compiled a small guide of the changes from Svelte 5. Learn about runes with the new $ syntax, snippets, and see some of the questions I asked!

11 min read
Web Development

What is Hoisting?

Find out what hoisting is in JavaScript and how it works. Learn how hoisting affects the way you write your code and how you can use it to your advantage.

4 min read