Home logo

Blog

My latest tips, tricks, and tutorials for developers

The Imitation Game

The Imitation Game

my learning from Alan turing's life and how he becomes a great inspiration for me.

Convert HTML site to Hugo

Convert HTML site to Hugo

Convert your static HTML site to a dynamic Hugo website effortlessly. Learn the step-by-step process, optimize load times, and unleash the power of static site generation.

How to Install Global App Menu in XFCE Arch Linux

How to Install Global App Menu in XFCE Arch Linux

This blog post provides a step-by-step guide on how to install global app menus in XFCE Arch Linux. Global app menus are a convenient way to access the menus of applications without having to switch to a separate window.

Get Started with Redux Toolkit: A Tutorial for Beginners

Get Started with Redux Toolkit: A Tutorial for Beginners

Dive into Redux Toolkit and learn how to easily manage your state in React applications. This tutorial is perfect for beginners, with step-by-step instructions on setting up Redux Toolkit, creating action creators and reducers, and more. Get started

What is Strict Mode in JavaScript

What is Strict Mode in JavaScript

"Strict mode" in JS is a way to opt-in to a restricted variant of JS, eliminating some errors & disallowing unsafe features for more secure & optimized code.