Open Menu

    Blog

    Exploring the world through words: welcome in my blog!

    Total articles: 12

    Node.js 22. The Next Leap Forward

    Discover the latest features and improvements in Node.js version 22

    Apr 26, 20243 min read

    React 19 is coming! What to Expect?

    Let's explore the groundbreaking features and improvements in the upcoming major release of React

    Feb 22, 20244 min read

    Mastering VS Code Dev Containers with Docker

    Start customizing Visual Studio Code dev containers with Docker files and Docker Compose.

    Feb 4, 20245 min read

    Introducing the Optimistic Hook. A Sneak Peek into React's Canary Channel

    Learn how to use the Optimistic Hook to create a seamless and engaging user experience.

    Jan 27, 20243 min read

    Rust Structs - Normal, Tuple, and Unit-Like

    Learn about the three types of structs in Rust, their unique characteristics, and use cases.

    Jan 25, 20242 min read

    How to format multiple lines using interpolation in Rust

    Learn how to format multiline strings with interpolation in Rust. Explore examples and enhance your code readability and maintainability.

    Jan 21, 20242 min read

    String and &str in Rust

    Learn about the differences between String and &str in Rust, their ownership semantics, and when to use each for optimal code design.

    Jan 18, 20242 min read

    Unveiling the magic of the ? Operator in Rust

    The ? operator is a shortcut for propagating errors in Rust. Let's take a look at how it works and how it can make code more readable and expressive.

    Jan 5, 20242 min read

    Data fetching in React. Discover the power of useSWR hooks by Vercel!

    The latest update of Vercel's data fetching hook comes with new features and improvements to enhance your React projects.

    Feb 4, 20233 min read

    Streamline your development with Node.js v18's "--watch" and "--watch-path" flags

    Learn in Node.js v18 how you can replace Nodemon for automatic server reloading

    Feb 2, 20231 min read

    The JavaScript Pipeline Operator is on its way!

    The pipeline operator (|>) is a proposed feature for JavaScript that allows for chaining function calls together in a more readable and concise way. Let's take a look at how it works and how it can make code more readable and expressive.

    Jan 22, 20232 min read

    React Library Builder

    Creating a custom React library can be a great way to share reusable components and functionality across multiple projects. Let's take a look at how React Library Builder works.

    Jan 18, 20233 min read