Design Use a design toool like Figma to actually know what the website will look like. Just by doing this […]
Tag: #programming
How can a Mobile App Accelerate Digital Transformation? (mobile app development company)
Digital transformation has lately been in the talks among enterprise heads more often than before. The introduction of technologies like […]
Mistakes I made in my 20s as a Software Developer… A Thread..
It’s OK to make mistakes. Yes, even when it comes to your career. Career mistakes in your 20s aren’t the […]
5 Skills You Should Learn Right Away as a Full-Stack Developer
Learn them now; you will regret delaying it 5 More Skills You Should Learn Right Away as a Full-Stack Developer […]
Introduction to DML – part 2: using functional templating
DML features a new approach to create dynamic web content using Javascript only. This enables some new design patterns. This […]
Why Closed Software Is Better Than Open
Restrict the scope of your software by default. Increase the scope as the need arises. When you build software, you […]
What Are The Roles And Responsibilities of a Software Quality Assurance Engineer?
Quality Analyst Training Are you searching for the Best Quality Analyst Training in Chicago? Here is a compilation of the […]
Tired of agonizing errors caused by typos? Let’s fix that!
Please don’t use this in real-world code! How many times has this happened? Object.kes(obj) // => ReferenceError Enter fullscreen mode […]
JavaScript: Declaring and Initializing Variables, How Data is Stored and Accessed in JavaScript
Declaring and initializing variables in JavaScript are two different concepts. In order to better understand these concepts as well as […]
How to Destructure Nested JavaScript Objects
How to use destructuring in JavaScript to access deeply nested data How to destructure objects Let’s first go over how […]
Last Week I Wrote Some jQuery (and no one fired me )
Short disclaimer – Yes. The title of this post is a bit of a clickbait. Not 100%, but you can […]
Socket.IO Zero To Hero | A Real-Time Chat Application
Want to learn socket.io with a resume based project. SO don’t wait lets start in this video, I explain how […]
Guess the output of this JS code
Try to guess the output of this code without running it. Let me know in the comment what you got […]
Composition vs Context in React
In a React App , there are two types of states that needs to be managed : Sever Cache : […]
.Net Core vs NodeJS (NodeJS)
Hola Amigos y bienvenidos a este vs entre dos tecnologías, hablaremos sobre que son cada una y en que podemos […]
Setting Up Neovim like VSCode
My own setup A lot of us use vscode for our day to day development work and we are used […]
Reduce Vs For-Loop
Are you interested in more tech content? Check us out on Twitter @nspiredTech! I was working through some JavaScript Functional […]
Create Image Elements in JavaScript
In this JavaScript tutorial, you’re going to learn 14 common scenarios you’ll probably run into, if you have not already […]
Refactoring code
SOOO! For the last few weeks, with the help of other students in the course, my static site generator program […]
How programming is better with TypeScript ?
TypeScript is a typed superset of JavaScript by definition. As a result, all current JavaScript is TypeScript compliant. Also, you […]