Do you know JavaScript? What about learning Python? Knowing multiple programming languages is very beneficial. It helps you see problems from different angles, think more clearly, creatively and find more and better solutions. Use what you know from JavaScript to learn Python easier and faster.
Tag: technology
From JavaScript to Python – Learning a New Language Pt.1
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.
The Good, Bad, Ethical Design, Users and Other Things We Don’t Talk About
Ethical design is something we don’t hear or talk about a lot. We usually talk only about good or bad design. Let’s take a moment and talk about the impact the things we design have on people who use them. This is a fact. Everything we create has an impact on our lives and lives… Continue reading The Good, Bad, Ethical Design, Users and Other Things We Don’t Talk About
How 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 will add a few tweaks. After that, we will finally put together the core piece of our password generator, the method for… Continue reading How to Build Password Generator with Electron & React Pt.3 – The Final Part
How 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 quality of the app according to its design. We see things with great design as better and more… Continue reading How to Build Password Generator with Electron & React Pt.2 – Creating the UI
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 password generator app. Today, we will start by putting together all dependencies. Then, we will create package.json and… Continue reading How to Build Password Generator with Electron & React Pt.1 – Setting the Stage