Best Hosting Services for 2020
List of Hosting services that fits in with the serverless world.
Simple CSS trick to create a smooth scrolling effect
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
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
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
Here are my personalized UI/UX design youtube channels which I get inspired every day.
Nice Looking CSS Toggles
A pure CSS library that provides you with a variety of nice-looking toggles.
Best Form Services to use in 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
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
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
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
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.