Blog
-
Read Directory Contents With Zig
Oct 6, 2024 4 Minutes Learn how to read the contents of a directory in Zig using the page allocator.
-
The Future of Frontend Development
June 29, 2024 10 Minutes A Look at Emerging Trends and Technologies
-
Building Blocks Of Zig: Unions
June 29, 2024 5 Minutes Zig unions are a powerful way to represent multiple possible types of a value in a single variable.
-
Jotai atomWithStorage
June 4, 2024 4 Minutes How to persist data in your application with Jotai, atomWithStorage might just be the solution you are looking for.
-
Building Blocks Of Zig: slices
June 3, 2024 6 Minutes Slices are a core building block of Zig and are used to represent a contiguous sequence of elements. Learn how to create, access and iterate over slices in Zig.
-
Building Blocks Of Zig: Understanding Structs
May 29, 2024 5 Minutes Structs are a fundamental building block of Zig and are used to group related data together in a logical and structured way.
-
Zig is the Next Big Programming Language
May 11, 2024 7 Minutes Zig is an amazing programming language that has the potential to become huge in the coming years. Learn more about Zig and why you should consider using it.
-
Zig Allocators Explained
May 8, 2024 7 Minutes A dive into how Zig handles memory allocation and how you can use Allocators to control it. Learn more about Zig's unique approach to memory management.
-
React Query Retry explained
May 7, 2024 6 Minutes This simple option will make your app more resilient to network failures and give you more control over your fetching logic.
-
Three different states - Remote, App, and Local
April 23, 2024 10 Minutes How to structure your state in a way that makes your codebase more maintainable, scalable, and performant.
-
Common React Hook Questions
Mar 2, 2024 6 Minutes Answering common questions about React hooks and providing some tips for working with them, hope you find this helpful!
-
react useDebounce
Feb 24, 2024 4 Minutes A simple debounce hook for React applications. Useful for when you want to limit the number of times a function is called to improve performance
-
What Makes Jotai So Amazing?
Feb 23, 2024 7 Minutes A minimalistic and modern state management library designed for React applications, find out why I think this state management library is so darn great.
-
React goes fullstack
Feb 23, 2024 4 Minutes React is a fullstack application now? Yes, no, maybe? Let's find out and let's see how React Server Components play a role in this.
-
Writing Effective Unit Tests
May 11, 2023 6 Minutes Make Your Code Robust, Reliable, and Bug-Free, One Test at a Time. Learn the Essential Tactics for Achieving Robust, Bug-Free Development and Maintenance.
-
The TypeScript Development Trap You Need to Avoid
April 28, 2023 10 Minutes Unlocking and Understanding TypeScript Enums: Navigating Pitfalls, Maximizing Their Effectiveness - Your Ultimate Guide to Mastery
-
Cool Usecases for GitHub
April 21, 2023 10 Minutes Unlocking the Power of GitHub Discovering Unique and Creative Use Cases to Streamline Your Workflow and Boost Your Productivity.
-
When and how to useMemo
April 8, 2023 10 Minutes Maximizing React Performance: Harnessing the Power of React.memo for Optimal Results - A Comprehensive Guide to Enhance Efficiency and Speed
-
Next.js Layouts Explained
April 4, 2023 10 Minutes Streamlining Next.js Development with Layouts Achieving Consistency, Reusability, and Improved Performance
-
5 Lesser-Known React Principles That You Should Follow
April 3, 2023 10 Minutes Supercharging Your React Development Skills: Revealing 5 Lesser-Known Principles for Enhanced Expertise and Efficiency in Building Remarkable Applications
-
Designing React Components that are Testable and Maintainable
April 3, 2023 8 Minutes Make your React components testable and maintainable by following these best practices and design patterns.
-
React Query / Tan Stack Query Explained
Jan 6, 2023 7 Minutes Streamline Your Data Management with React Query. A fantastic library for handling data fetching and caching in your React application.
-
Harder does not mean better
Nov 16, 2022 5 Minutes Is Doing Things the Hard Way Truly Better for Developers? Let's Find Out together in this Article. The short answer is no.
-
NEXT.JS is evolving
Oct 27, 2022 7 Minutes Next13 is here and in this blog post here we'll explore my favorite new features, I've left the best for last.
-
Open Source your Projects
Oct 19, 2022 10 Minutes Why Open Source is Essential for Community Building and Personal Growth not to mention Networking, socializing and even financial gain.
-
React Just Got Even More Awesome
Oct 15, 2022 5 Minutes Introducing the use Hook: A Native Way to Handle Async in React Applications, Making Data Fetching Easier and More Declarative
-
The Tao of Git: A Guide to Mastering Git
Oct 7, 2022 10 Minutes Learn the way of the git, become a git yourself, and many great things will come to you. People might even start refering to you as a git...master
-
Use React Context for Auth
Oct 7, 2022 10 Minutes Let's build a smooth authentication system with React Context: Step-by-step guide for enhanced user security and seamless integration.
-
5 Essential Tips for Custom React Hooks
Sept 28, 2022 6 Minutes Up your custom hooks game with these 5 tips to help you write better custom hooks and make your codebase more maintainable and scalable.
-
How granular should components be?
Sept 27, 2022 5 Minutes Avoiding the Two Extremes of Component Design: Finding the Right Balance for Your Application's Codebase
-
How and when to use React Context
Sept 26, 2022 6 Minutes React context can be a very powerful tool, but when and why should you use it? Let's find out in this article.
-
7 Steps to become a better react developer
Sept 22, 2022 8 Minutes These are just some of the things I've learned over the years that have helped me become a better react developer. Maybe they can help you too.
-
Make a URL Shortener in C#
June 17, 2019 10 Minutes In this post, we'll build a URL shortener in C# using ASP.NET Core and explore LiteDB for storage. We'll also cover a bit of the theory behind URL shorteners.
-
Is .NET Worth Learning in 2019?
May 28, 2019 3 Minutes Is .NET worth learning in 2019? I think so. Let's explore my personal reasons why I think C# is still a great language to learn in 2019 and beyond.