From Publications
Here are the posts that I wrote for some prominent publications.
I wrote for CSS Tricks, LogRocket, and Toptal.
How to Get Sticky and Full-Bleed Elements to Play Well Together
CSS Tricks ⇢
I had a unique requirement the other day: to build a layout with full-bleed elements while one element stays stuck to the top.
How to create a multi-step form the easy way
DEV ⇢
A multi-step form is a long-form that is broken into pieces. Learn how I add one to my site.
Interview for Remote Working Hub
Remote Work Hub ⇢
Remote Working Hub is a place where you could find useful information about remote working. I have been asked to share my remote working experiences. I said to myself, why not.
A Comparison of Static Form Providers
CSS Tricks ⇢
Static Form Providers do all tasks like validating, storing, sending notifications, and integrating with other APIs. Read the review of the most popular static form providers.
My favorite Netlify features
CSS Tricks ⇢
Being a JAMstack developer in 2019 makes me feel like I am living in a wonderland. Yet, there is one particular platform that stands out with its formidable products and features—Netlify.
How to add a contact form to a static website
Codementor ⇢
With the rise of the static site, developers need a service that could handle forms. Static website contact form is the most common case, and in this article, you would learn how to add one with Kwes form builder.
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons!
CSS Tricks ⇢
Let’s have a look at how we can create a row of links that sorta run into each other with a chevron-like shape and notch on each block like you might see in a hierarchical breadcrumb navigation.
5 things to consider when creating your CSS style guide
LogRocket ⇢
CSS style guides should be considered an equal citizen of every project requirement. Here are five things that you should keep in mind when working with CSS style guides.
Overview of Popular Static Site Generators
Toptal ⇢
There are many obvious benefits to serving a static HTML file, such as easier caching, faster load times, and a more secure environment overall. Each static page generator produces the HTML output differently.
From WordPress to Hexo
Toptal ⇢
Static site generators are systems that compile templates into static HTML pages. If that sounds efficient—yes, it is. There is no server processing or rendering, so static websites tend to be very fast and lightweight.