Have you ever wanted to learn new programming language? What about Python? This is a language that is easy to learn and universal. You can use it almost everywhere. It is also very popular language in machine learning. Will you give it a chance? Great! This mini series will help you learn all you need.
Tag: programming
JavaScript Arrays and ES5, ES6 & ES7 Methods You Should Know
How often do you work with JavaScript arrays? There has been a lot of talk about ES5, ES6 and ES7. Yet, it almost seems like there is nothing new about arrays to talk about. That is not true. This article will show you that arrays still have a lot to show. Learn about the 14… Continue reading JavaScript Arrays and ES5, ES6 & ES7 Methods You Should Know
Machine Learning – How to Get Started the Easy Way
Machine learning is one of the most popular topics today. It is also not beginner-friendly, rather the opposite. It is one of those subjects that are hard to start with. This article will give you a roadmap that will help you start with machine learning the easy way. Use the following steps and start learning… Continue reading Machine Learning – How to Get Started the Easy Way
How to Start Building Desktop Apps with Electron and React
Imagine you could build desktop apps only with HTML, CSS and JavaScript. This is possible and easy with library called Electron. This tutorial will show you how to start building your first desktop apps with Electron and React. We will take a look at what dependencies are necessary. Then, we will set up Webpack. Finally,… Continue reading How to Start Building Desktop Apps with Electron and React
How to Use React Context to Build a Multilingual Website Pt.2
Have you ever wondered how to use React Context API? This tutorial will show you how to use it to build a simple multilingual website. In this part, we will start by creating navigation for our website. Then, we will build three simple pages. After that, we will prepare files for translation and make our… Continue reading How to Use React Context to Build a Multilingual Website Pt.2
How to Use React Context to Build a Multilingual Website Pt.1
React Context is one of the most interesting features in React 16.3.0. There had been a lot of buzz about this hot feature. In this easy tutorial, we will take a look at how to use React, React Router and React Context to build a simple multilingual website. I hope you will enjoy this tutorial.… Continue reading How to Use React Context to Build a Multilingual Website Pt.1