Jul 13, 2021You should know about NextjsNext.js is an open-source development framework developed on top of Node.js enabling React-based web applications functionalities like server-side rendering and generating static websites. React documentation mentions Next.js among “Recommended Toolchains” advising it to developers as an answer when “building a server-rendered website with Node.js”. Traditional React apps render all their…1 min read
Jul 6, 2021Let’s Know Somethings About RegExWhat is RegExp A regular expression is a sequence of characters that specifies a search pattern. Usually, such patterns are employed by string-searching algorithms for “find” or “find and replace” operations on strings, or for input validation. it’s a way developed in theoretical computing and formal language theory. Learn More Why do you need it Regular expressions are…Helping Others2 min read
May 8, 2021It’s Time To Learn Intermediate JavaScriptToday we are going to discuss the 10 facts of intermediate-level JavaScript. Okay, today I am a little bit busy. So without wasting any further time, let’s jump to the original topic. 1.JavaScript Truthy and Falsy values Truthy values are values that are considered as true and falsy values are…2 min read
May 7, 2021Let’s Talk About ReactHello everyone, Welcome back to a new article. Today I am going to talk about the React In this article, I will talk about 10 topics of React that will help you to understand what is react and how it works, and a few more things about react. Let’s dive…2 min read
May 6, 2021Discussion About 10 JavaScript FunctionsHello, everyone! Today I am going to discuss 10- JavaScript functions that will make your coding life way easier. Let’s dive into the main topic. Difference Between Primitive Value and Reference Value primitive values are data that are stored on the stack Primitive values are stored directly in the location…3 min read
May 5, 2021Why JavaScript is a Good First Programming LanguageHello everyone, Welcome to my very first article on medium.com. if you don’t know about me, I am going to give you a little quick intro about me. I am jwolt. a self-taught passionate full-stack developer. I have been working with PHP programming language since 2019. but recently I have…3 min read