Latest Post: Integrating Large Language Models into Frontends

Blog

My diverse range of blog posts covering web development, design, content creation, business, programming tutorials, and more.

Game Development

Top Game Development Patterns in Godot Engine

Learn the essential game development patterns in Godot to boost your game performance, optimize resources, and maintain clean, modular code. Discover patterns like Object Pooling, Signal Bus, Flyweight, and more for scalable, efficient game design.

6 min read
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