Bahadır MezgilincodeburstThe 5 Advantages of Working for a Startup CompanyStartups are the hype of our recent decade and you might see the statistics that 100 million startups are establishing and investors are…Mar 21, 2020Mar 21, 2020
Bahadır MezgilincodeburstHow to Undo Commits in Git Locally & Remotely?Git is the world's most popular version control system (VCS) to keep track of text-based file changes. Thanks to git commit command, we…Feb 24, 2020Feb 24, 2020
Bahadır MezgilincodeburstHow to Create a Repository and Send a Pull Request on GitHub?In this article, I will show you how to create a remote repository then use it on your local machine, and after making a few changes, how…Jan 27, 2020Jan 27, 2020
Bahadır MezgilincodeburstGit Branching Tutorial with Real-World ExamplesIn this article, I will show you the usages of Git Branching with real-world examples including how to create a branch, update it, delete…Jan 20, 2020Jan 20, 2020
Bahadır MezgilincodeburstHow does JavaScript Closure work?You may have already heard it as a keyword if you are a newbie JavaScript Developer but most of them probably haven’t. Or you are a…Dec 20, 2019Dec 20, 2019
Bahadır MezgilinITNEXTHow to sort an array in JavaScript?Sorting is one of the most significant issues in programming. Whether you are a beginner or a veteran developer, you will face sorting…Nov 13, 20191Nov 13, 20191
Bahadır MezgilHow to decide the right Node.js version and install/uninstall it on Linux(Ubuntu, Linux Mint)?In the previous article (https://www.codingdocs.com/node-js-explained-for-beginners/), we have learned what is Node.js and the logic…Oct 30, 2019Oct 30, 2019
Bahadır MezgilinITNEXTHow to check variables in PHP?PHP is a programming language created by Rasmus Lerdorf in 1994 whose main purpose was building websites. Right now we can say that it is…Sep 23, 2019Sep 23, 2019
Bahadır MezgilHow to install PHP and Apache on Linux (Ubuntu, Linux Mint)?In this article, you will learn how to install PHP and Apache on your Debian based machines. I have especially focused on Ubuntu 18.04 and…Sep 23, 20192Sep 23, 20192