Best Static Site Generator to use in 2020
4 min read A static site generator is a compromise between using a hand-coded static site and a full CMS. You generate an HTML-only website using raw data …
4 min read A static site generator is a compromise between using a hand-coded static site and a full CMS. You generate an HTML-only website using raw data …
4 min read It’s no secret that creating single-page JavaScript applications can be pretty challenging these days. Fortunately, there are multiple frameworks and libraries to choose from. …
2 min read This article was originally posted on https://bigomega.dev. Error handling is vital while making AJAX requests in any tool. The solution I propose can be …
3 min read Over past few years, Responsive design has become quite the hot topic in the web design community. There are various frameworks which help to build responsive …
4 min read The UI for languages that are written and read from right-to-left (RTL) such as Arabic, Hebrew, and Urdu, are flipped to ensure that the …
3 min read CSS variables, or “CSS Custom Properties”. It allows you to work with variables directly in CSS. They are very useful for reducing repetition in …