How to Create a High-Converting Landing Page Pt2

Have you ever wondered what makes a great landing page? Do you want to know how to create one? This article will teach you what you need to know to do that. Learn the best tips and practices used by experts and start building perfect landing pages that will help you convert visitors to customers!

How to Build Trello Board with React, TypeScript & Styled-components

Have you ever wanted to create a Trello-like board with drag & drop functionality? Well, it is actually easier than you may think. This tutorial will show you how to do it, using React, TypeScript and styled-components. Learn all you need to build your own Trello-like board in just a few minutes.

How to Create a High-Converting Landing Page Pt1

Creating a landing page is easy. Creating a high-converting landing page is hard. This article will give you a handful of tested tips you can use to create better landing pages, or improve the already existing. Stop losing potential customers and users. Use these tips to create landing pages that simply work.

ES6, ES7, ES8 & Writing Modern JavaScript Pt7 – Async/await & Classes

ES6 classes and async/await are among the most important new features in JavaScript. With ES6 classes, writing object-oriented JavaScript is easier then ever before. The same is true about writing asynchronous JavaScript, thanks to async/await. Learn how to use these two features. Take your JavaScript skills to the next level!

ES6, ES7, ES8 & Writing Modern JavaScript Pt6 – Arrow functions & Promises

Arrow functions, sometimes also called fat arrows, and Promises are two frequently highlighted features of ES6. This part of ES6, ES7, ES8 & Writing Modern JavaScript series will help you learn all you need to know about these two features so you can use them with absolute confidence. Make another step towards the mastery of… Continue reading ES6, ES7, ES8 & Writing Modern JavaScript Pt6 – Arrow functions & Promises

ES6, ES7, ES8 & Writing Modern JavaScript Pt5 – WeakMap, WeakSet and Export & Import

ES6 brought a lot of new features to JavaScript. In this part, you will learn, understand and master WeakMap, WeakSet and export and import statements, including dynamic imports. You will also learn a bit about weak and strong reference. Learn the nuts and bolts of ES6 and become a better JavaScript developer!