When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
Programming
Programming Languages like JavaScript, C#, C++, Python, Java. Learn Algorithms, Data Structure, Interacting with databases.
The comparison between relational and non-relational databases is causing huge controversy in the technology space. Different individuals have their reasons for their choice of database. This indirect struggle for power between SQL and NoSQL can make it difficult for you to make a choice. This article aims at making the decision of using either NoSQL or SQL easier for you. #sql #nosql #db #database #backend
Vue.js is a JavaScript framework which has become very popular in the recent years. Vue is now one of the most popular JavaScript framework together with Angular And React.Js. Here are 10 reasons why Vue.js is so popular.
In web development, there are two parts. The backend and the frontend. The frontend is what you see in the browser, while the backend handle things like file parsing, database operations, etc. This is what you need to know to pursue a career in web development. #webdevelopment #programming #coding
JavaScript is no doubt one of the most popular programming languages today as it is used almost everywhere. Looking at the reception JavaScript received from developers since its creation, it has clearly been the focus of a lot of controversies. Today, we would look at one of such controversies. Is JavaScript an object-oriented programming language? There has been a lot of debate on this issue. This same issue has caused a lot of developers to have negative opinions on the language in...
Docker is a popular tool for deploy and run applications using container. It has been one of the most major trends in the web development industry. But what is it? What are the main usages and benefits? Should you use it in your project?
JavaScript being one of the most used languages on the Internet, mastering what is mutable and immutable types in JavaScript is a plus to acing this common interview question in programming. #softwaredevelopment #development #coding #programming #javascript
Learn JavaScript fast by following these 11 tips. If you are a beginner, you can speed up the process by becoming a front-end web developer in the shortest possible time.
When you are talking to JavaScript developers, they might complain about the pains with Callback hell. Then you might be wondering: “What the hell is callback hell”? In this article, I will try to explain what it is with some example code to go along with it. #javascript
The Chrome developer tool is a powerful tool for a JavaScript developer. It has an advanced debugger and so much more. Every frontend developer should learn how to use Chrome developer tool to be a more effective developer.
JavaScript is one of the most popular programming languages in the world. It is considered an essential component of web technology along with HTML and CSS. HTML and CSS are used for structuring and styling where JavaScript is used to make the web pages interactive. #html #css #javascript #webdevelopment #programminglanguage #programming #coding
A simple tutorial were you will make a weather app. You will fetch JSON data from a local JSON file and display it with Vue.js. You will fetch the data using axios and fetch api. #tutorial #vue #vuejs #axios
The entire process of web application development is met by so many innovations and advancements in Information Technology. This has everything to do with the increased demand for web applications today. It is safe to say web developers frontend and backend, have more responsibilities to think about these days. But, you might be asking: do web developers need to know algorithms?
The JavaScript Framework Vue.js has become very popular the recent years. It is even considered among the two big framework like Angular and React. How is it that a small framework started by a single person has become so popular? This is what we will investigate in this article #vue #vuejs #javascript #react #angular