Posts
All the articles I've posted.
📜 Length of String in TypeScript
Posted on:August 31, 2023 at 06:16 PMI'm very like typescript and I always try to learn something interesting there. I thought that it is **impossible** to know the length of the string in typescript, but I was wrong. Today during solving typescript challenge I found a way to do it.
Enabling Dark Mode in React.js with SCSS Modules 🌙
Posted on:August 29, 2023 at 09:38 AMIn one of my recent projects, I needed to add support for dark mode to a React.js Single Page Application (SPA). Since we were using SCSS modules to style our elements, let's explore how to implement dark mode in a React.js project with SCSS modules.
🚀 How would I start a React project now? 🤓
Posted on:August 26, 2023 at 07:04 PMI work at an outsourcing company, and we often have to create projects from scratch. Every time before starting this process, I try to conduct research on what needs to be chosen. Since I have more experience in the React ecosystem, in this article, I would like to answer the question: how would I start a React project now? 🤔
📜 Infer keyword in TypeScript
Posted on:August 22, 2023 at 10:13 PMTypeScript's infer keyword is your secret weapon for effortlessly deducing types, simplifying code, and unlocking the full potential of type inference. In this article, we'll explore how infer can make your TypeScript development smoother and more efficient.
🎯 300+ LeetCode Problems are solved: What I Discovered!💡
Posted on:August 17, 2023 at 04:53 PMA year ago, I began solving problems on LeetCode. 🚀 Since then, I have successfully finished 300+ problems, and here are my thoughts and conclusions about this journey. 💡