The Beginner’s Guide to Learn Sass – Mastering the Basics of Sass
Reading Time: 10 minutes Have you ever wanted to learn Sass, but you didn’t find a good tutorial? Chances are that you are quite good with CSS. However, you feel like there is a better way of working...
View ArticleThe Beginner’s Guide to Learn Sass – Mastering Advanced Sass
Reading Time: 9 minutes Learning features and tools of advanced Sass can help you write a better code. There is no doubt about it. Being able to work with these features can also increase your...
View ArticleThe Beginner’s Guide to Learn Sass – Sass Tricks & Tips
Reading Time: 9 minutesHave you ever wanted to know some Sass tricks? Then, this article is for you. Is the @content directive still a bit of a mystery for you? Then, you are on the right place. In...
View ArticleQuick and Easy Introduction to CSS Grid for Beginners
Reading Time: 14 minutesHave you heard about CSS grid? This is currently a very popular topics on web design scene, probably one of the most popular. It is also one of the most searched CSS features on...
View ArticleWhat Every Web Designer Needs to Know About HTML Tables
Reading Time: 12 minutesHTML tables are here from the early days of the web. According to some sources, tables were part of HTML standard since version 3.2. It can be surprising that some web designers...
View ArticleHow to Build Simple Landing Page with Bootstrap 4
Reading Time: 17 minutesHow easy it is to build simple landing page with Bootstrap 4? The answer is that it depends. It depends on how well-designed and how complex you want your landing page to be. In...
View ArticleLearn How to Build Simple Coming Soon Page with Countdown
Reading Time: 11 minutesHave you ever wanted to build simple coming soon page? And, what coming soon page with working countdown? This short and easy tutorial will help you achieve both. We will start...
View ArticleLet’s Talk About Browser Support
Reading Time: 10 minutesBrowser support is one of those topics every web design and developer thinks about. It is a nonsense to start working on a project without addressing this issue. There is one...
View ArticleLearn How to Create A Simple Carousel with React.js
Have you ever wanted to create a simple carousel in React.js? In that case, you are on the right place. In this easy tutorial, we will create a simple carousel you can then take and use anywhere you...
View ArticleLearn How to Build A Custom HTML5 Video Player
Videos are great tools for catching attention and even better for storytelling. And people, business and brands are using them more and more. However, native HTML5 video player offers only limited...
View ArticleHow to Learn Web Development Pt.1 – Where to Start
Have you ever wanted to learn web development, but didn’t know where to start? The path to learn web development can be very complex. It can be hard to choose what topic or technology you should begin...
View ArticleHow to Learn Web Development Pt.2 – Beyond the Fundamentals
Do you want to learn web development, but you already know the basics? This article may be the answer you’ve been looking for. Today, we will talk about what to do if you want to go beyond the...
View ArticleHow to Learn Web Development Pt.3 – 8 Popular Questions Answered
Having the framework to learn web development is sometimes not enough. There might still be some questions that can make learning web development difficult. In this final part of this mini series, we...
View ArticleA Simple Introduction to Styled-components – Modular CSS and Reactjs
Have you ever heard about styled-components? Chances are that you did, at least if you have some experience with app development, or Reactjs. This is a very interesting take on modular CSS. What is...
View ArticleA 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...
View ArticleHow I Built My First Electron App & You Can Too Pt.1 – Problem, Idea & Tech...
Have you ever though about building your own electron app? Maybe you have an idea you want to realize. Or, maybe you have a problem nobody else is solving. Or, you are just curious and want to learn...
View ArticleHow I Built My First Electron App & You Can Too Pt.2 – Preparing the Workflow
So, you want to build your own electron app? Do you have some interesting idea in mind, or just want to learn how to do it? You are on the right place! This mini series will help you learn all you need...
View ArticleHow I Built My First Electron App & You Can Too Pt.3 – Unleashing the Electron
Building an electron app doesn’t have to be hard. It can be actually easy. In this mini series we will take a look at how to do it, step-by-step. In this part, we will put together the code that will...
View ArticleHow I Built My First Electron App & You Can Too Pt.4 – Adding Timer &...
Building an electron app is so easy anyone can do it! All you need is just an idea. Then, this mini series will show you how to take your idea and build your first electron app, step-by-step. In this...
View ArticleHow I Built My First Electron App & You Can Too Pt.5 – Polishing, Building &...
Wanting to create an electron app is one thing. Shipping it is another. Today, we are going to finish our app and ship! We will start by improving the UI. We will use styled-components to create...
View Article