How to Build Password Generator with Electron & React Pt.1 – Setting the Stage
Have you ever wanted to build your own password generator? And, what about an app? This tutorial will show you how! In this mini series, we will learn how to use electron and React and build desktop...
View ArticleHow to Build Password Generator with Electron & React Pt.2 – Creating the UI
Every password generator, and app in general, needs a great UI. For two reasons. First, great UI makes using the app easier and faster for anyone who wants to use the app. Second, we often judge the...
View ArticleHow to Build Password Generator with Electron & React Pt.3 – The Final Part
The main task of a password generator is generating passwords, right? This will be our goal for this final part. First, we will implement some functionality for Input and Checkbox components. Then, we...
View ArticleHow 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...
View ArticleHow 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...
View ArticleHow 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...
View ArticleHow to Build a Simple Website with GatsbyJS & PostCSS Pt.1
GatsbyJS is one of the most popular static website generators. This mini series will teach you all you need to use GatsbyJS to build your own website. We will start with a short info and what makes...
View ArticleHow to Build a Simple Website with GatsbyJS & PostCSS Pt.2
Building a website with GatsbyJS is incredibly simple. This tutorial will teach you how to use this static website generator to build your own website. You will learn about creating and linking pages,...
View ArticleReact Native & Expo-How to Build Your First Mobile App
Have you heard about React native and Expo? Building desktop is great, but what about building mobile apps? What if you don’t have access to Android or Apple device. Or, you don’t want to learn Swift...
View Article