Best Hosting Services for 2020

Best Hosting Services for 2020

4 min read May 19 2020

List of Hosting services that fits in with the serverless world.

Simple CSS trick to create a smooth scrolling effect

Simple CSS trick to create a smooth scrolling effect

3 min read May 16 2020

We use different jquery library or write plain vanilla javascript to achieve a smooth scrolling effect. I love CSS. And I wonder can we achieve this effect by using just CSS properties. Then I encounter this native CSS feature \`scroll-behavior\`.

Best Cloud Functions services to use in 2020

Best Cloud Functions services to use in 2020

4 read Apr 24 2020

Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions, you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services.

Barbajs with GSAP Animation

Barbajs with GSAP Animation

I always wanted my simple web application to have a badass fluid and smooth transitions between the pages and act like a Single Page Application (SPA). So, I encountered Barba js.

Top 20 UI/UX Design YouTube Channel that you should follow

Top 20 UI/UX Design YouTube Channel that you should follow

4 read Mar 20 2020

Here are my personalized UI/UX design youtube channels which I get inspired every day.

Nice Looking CSS Toggles

Nice Looking CSS Toggles

3 min read Mar 5 2020

A pure CSS library that provides you with a variety of nice-looking toggles.

Best Form Services to use in 2020

Best Form Services to use in 2020

4 min read Feb 26 2020

Forms need a server to do much useful, like store the data, send notifications and integrate with other services. You could do those things with a cloud function, but these services help you do as little work as possible.

Best Serverless CMS for 2020

Best Serverless CMS for 2020

4 min read Feb 12 2020

A content management system (CMS) is a software application or set of related programs that are used to create and manage digital content.

Next.Js boilerplate with TailwindCSS and SASS

Next.Js boilerplate with TailwindCSS and SASS

4 min read Feb 6 2020

NextJs is an awesome framework built by Zeit to create Web Applications. It has many great features and advantages, which can make

Best Static Site Generator to use in 2020

Best Static Site Generator to use in 2020

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 (such as Markdown files) and templates.

Understanding CSS Variables

Understanding CSS Variables

4 min read Dec 4 2017

CSS variables, or “CSS Custom Properties”. It allows you to work with variables directly in CSS. They are very useful for reducing repetition in CSS, and also for powerful runtime effects like theme switching and has various poly filling future CSS features.