Jul 22, 2021How to pull and push the code to the remote repositories.How to pull and push the code to the remote repositories. — Hey guys, It’s been a while since my last article. I have been kind of busy,🙄 but no worries I am back with one more super simple article from the series Basics of Git, If you are new to my blogs I do recommend reading those. If you are a…Development3 min read
Jun 22, 2021What is CORS? How to deal with it?What is Cross-Origin Resource Sharing, Why it is important, and how to deal with it? — Hey Guys, Welcome to my blog page, In this article, we will be learning about one of the most discussed features in web development Cross-Origin Resource Sharing i.e …Development4 min read
Jun 13, 2021Git Commands To Get You Started With Programming.Some of the most useful git commands to get you started with programming. — Your browser does not support the audio element. Hey Guys welcome to my blogs, this is my second article from the series Basics of Git if you have not read my first article please do read it. …Beginner5 min read
Published in Nerd For Tech·Jun 1, 2021Data Type and Operators in JavaScriptBasic Data Types and Operators in Javascript. — Hey Guys, This is the second article from the series A, B, C’s of JavaScript, If you haven’t read my first article from the series, I do recommend you to read it here. In this article, I will be explaining the Basic Data Structure and Operators in JavaScript. For every…Development6 min read
May 27, 2021Web Workers in JavaScripts.How can we achieve concurrency in Javascript? — Hey Guys, In this article I will be talking about one of the most interesting features of JavaScript i.e Web Workers. Javascript has many bottlenecks like performance, browser compatibility, and accessibility. Just like this one of the drawbacks is its single-threaded nature, JavaScript is unable to perform multiple tasks at…Java Script4 min read
May 23, 2021Getting Started With JavaScriptWhat is Javascript? and Why use it? — Hey Guys👋, This is my first article from the series A, B, C’s of JavaScript. In which I will be explaining the idea behind the javascript and its Building blocks. Without further delay let’s jump to the main article. Programming is the act of constructing a program, a set of…Java Script3 min read
May 21, 2021What is Git? How does it work?A Brief introduction about popular version control system -> Git. — When I was in my undergraduate graduation years, I always used to wonder how these giant firms like Facebook, Twitter, and Microsoft maintain their codebase as they have thousands of employees working on different projects with hundreds of thousands of code changes every single day. How do they get to…Git4 min read
May 21, 20217 Steps to Modernize and Optimize Your React App1.1K6Mucahit GurbuzThis is really Good article.This is really Good article. Instead of 300 lines of code I think component limit should only be 200 .1 min readThis is really Good article.Instead of 300 lines of code I think component limit should only be 200 .----1
May 18, 20214 Mistakes to avoid while building a front-end application from scratch4 of the basic mistakes that can be avoided to make a large-scale frontend application. — Building any large-scale application is an incremental process it takes hundreds of hours of research and development. But this process can be very messy and complicated, If we do not lay down some basic ground rules and try to speed up the process by using some workaround or untrusted solutions. …Development4 min read
May 17, 20215 VS Code Extensions that make coding more exciting.These are the 5 VS Code extensions to improve your coding and save some time. Hey 👋 Dev Family, In this article, I will be covering some of the most used VS Code extensions that can make your coding experience soothing and save a ton of time for you. …Developer4 min read