Apr 27, 2021Version ControlSo let’s talk about version control in its simplest form. Let’s say that I create a new code file and I write a few lines in it. Now I decide to put it under version control using Git and let’s say that I call this savepoint number 1, now this…Version Control2 min read
Apr 26, 2021Why React JS?Even according to Stack Overflow and the latest survey, React JS is both one of the most loved and the most wanted web frameworks out there beating out Angular, Vue and a lot of other great frameworks. But what exactly is React anyways? Well, they define it on their website…Reactjs5 min read
Apr 7, 2021SQL vs NoSQLOnce you realize the need for databases, the next step is actually choosing one. And if you look on the Internet this is actually not an easy task because there are so many databases out there. Even if you narrow it down to the databases that work well with Node.js…11 min read
Apr 3, 2021Express jsExpress is a Node framework. We can add jQuery onto our Javascript to add extra features and make it easier to work with Javascript. Well, Express does the same thing for Node. It’s a framework, or basically a bunch of code that somebody else wrote, that adds extra features and…Expressjs2 min read
Apr 3, 2021jQueryNow there are thousands of Javascript libraries out there but none of these libraries has been used or downloaded as often as jQuery. So why is that? So if we break this code down, essentially what it’s doing is it’s looking inside the entire document and it’s querying for all…Jquery2 min read
Mar 27, 2021Node.jsSo we now know why we need a backend in order to create a web application. But which technology are we going to use to create it? Well, we’ve actually got quite a few options. You could use Java, Ruby on Rails, PHP, ASP.Net, Node.js, …Nodejs3 min read
Mar 27, 2021How to track your emailsInstant message platforms like WhatsApp or Viber are very famous in those days. But we still use Emails for professional works. When you send a message via an instant message platform we can know whether the message delivered or read. But in emails, we cannot. For most of the email…Mailtrack2 min read
Mar 25, 2021Private BrowsingNow, the most popular web browser is Google Chrome. But Chrome has higher security issues. Chrome is accused of tracking people when using the internet. How can we rescue from tracking us? Google’s main income is targeted for advertising. If they show us the most applicable ads, their click-through rate…Private Browsing3 min read
Mar 23, 2021Learn Coding with MagicBitWe are in the 4th industrial revolution now. In this revolution, we are trying to automate every equipment we have as much as possible. Therefore IoT has become trending. As an example, after you come to the home you can turn on your light bulbs by saying ‘I’m Home!’ You have…3 min read
Feb 26, 2021BitcoinMoney is a value given for our goods or services. After came the government and central banks systems, they started to control this value. The bank decides that you can make any payment if you have valid money. This called a centralized system. The value of our money is decided…Bitcoin2 min read