There are many ways to create objects in javascript as below Object constructor: The simplest way t...
Because of some popular programming memes, I thought localhost is, well, only exist in your local mac...
When a link opens a URL in a new tab with target="_blank", it is very simple for the opened page to c...
The image above shows the two ways of writing a function and invoke it immediately. You will wrap a p...
I'm not sure how to hashtag my blog to beginner only. If you're an experience developer, you can skip...
I have been using libraries like Bootstrap and Bootswatch for all my CSS since the bootcamp. I unders...
Recently I was trying to check true/false value for an object. I was pretty sure that an empty object...
Recently an interviewer asked me about choosing between a functional component and class component. W...
If anyone knows computer science history you probably know that in recent years, programmers now can...
We have been taught about updating separated repository, for backend, and frontend, on Github, for va...
There are several ways to add foreign key into our Ruby models. I have tried some of them. Some have...
React, Angular and Vue are the three most popular frameworks for software engineers. Every framework...
As a developer, knowing how to use git is crucial. However, git for a beginner can be confusing. Here...
The addEventListener() method attaches an event handler to the specified element. Whenever the specif...
It's been a while since I first make my "Hello World" appear successfully on a website. Now, it's tim...
I hope everyone has a great weekend! I’m currently in the second module of the full-stack immersive s...