What is Front-end and Back-end? What are the Differences?
In this article, I'll explain everything about what Front-end and Back-end mean. Their differences in programming, and why developers are positioned in these two categories.
In this article, I'll explain everything about what Front-end and Back-end mean. Their differences in programming, and why developers are positioned in these two categories.
There are many ways to draw a horizontal separator in HTML and CSS. The right way will depend on each case. In this article, I'm gonna show you the main ways to do it.
In this article I'll explain the main things you need to know about RegExp, this will be helpful for JavaScript and any other programming language you may use. In fact, knowing regular expressions puts you in a different level as a programmer.
Until you "push" local changes, they are only available to you, and there are a few different ways to revert changes in a Git repository. In this article, I will talk about how to undo local changes before committing.
Often the folder hierarchy is important in our projects and we need to create empty folders in the repository. Many developers eventually discover the problem when they deploy to the server and notice that the folders have not been added to the commit.
Learn how to configure Atom for web and provide the best environment for JavaScript, HTML, and CSS development, after all, a code editor can increase or break your productivity.