React 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 or Java. This is not a problem. React native and Expo allows you to build mobile apps on any… Continue reading React Native & Expo-How to Build Your First Mobile App

How 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, handling 404, managing static files and more. Learn what you need to know about GatsbyJS and build your own website. It is… Continue reading How to Build a Simple Website with GatsbyJS & PostCSS Pt.2

How 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 GatsbyJS a good choice. Next, we will install required dependencies and create GatsbyJS config. Finally, we will create… Continue reading How to Build a Simple Website with GatsbyJS & PostCSS Pt.1

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

A Quick Introduction to PostCSS – What You Need to Get Started

As web designers and developers, we spend a lot of time working with CSS. For many, this is a time full of pain. There are many tools that aim to make working with CSS easier, faster, more flexible and fun. PostCSS is one of those tools. You may already heard about it. Maybe you even… Continue reading A Quick Introduction to PostCSS – What You Need to Get Started