JRJaxongir Rahimovinjaxongir-rahimov.hashnode.dev·Feb 5, 2023 · 12 min readReact Todo CRUD App with Redux and TypescriptHi guys, In today's post we are going to be building a todo application with CRUD operations using React, Redux-Toolkit, and Typescript. Once we'd complete building the app, we're going to be hosting it as well on netlify to share it with others. And...00
JRJaxongir Rahimovinjaxongir-rahimov.hashnode.dev·Feb 2, 2023 · 18 min read50 JavaScript Interview QuestionsHow good are you at JavaScript? Are you a rockstar JavaScript developer or a newbie? Let's go through these 50 JavaScript Interview Questions and test your knowledge. There's an answer for every question, but I encourage you guys to give it your best...00
JRJaxongir Rahimovinjaxongir-rahimov.hashnode.dev·Jan 20, 2023 · 3 min read21 Must Have JavaScript One LinersHi guys, in this post, I'm going to introduce JavaScript one liners that make you better JavaScript developer as they are very useful in most practical cases 1. Reverse a string const reverseString = (str) => str.split("").reverse().join(""); console...00
JRJaxongir Rahimovinjaxongir-rahimov.hashnode.dev·Jan 20, 2023 · 9 min read100+ Most Useful Github Repositories Every Programmer NeedsHi everyone! Today, I'll introduce you to the top 100+ repositories on github on most important topics on programming ranging from Frontend to Backend, DSA, to Design Patterns and System Design. These repositories are beneficial for any level from be...00
JRJaxongir Rahimovinjaxongir-rahimov.hashnode.dev·Jan 20, 2023 · 5 min read5 Full-Stack Project Ideas for 2023Hi everyone, it has been a long time since I wrote the last time and I've to say that I've really missed writing as it's one of my passions and I'm glad that I'm back. So anyway, I'd like to say Happy New 2023 to everyone of you. I wish this year to ...01I