1 follower
I am a freelancing frontend developer with passion for JAMstack and serverless.
Subscribe to my newsletter and never miss my upcoming articles
I recently published v2.0.0 of Fauna GQL Upload, an npm package for managing FaunaDB resources inside your project, a sort infrastructure as code (IaC) tool. The new version added the possibility of setting custom endpoints for the FaunaDB driver and...
So this is going to be a short one. I was going to deploy a lambda function that made use of the googleapis package, but it was way too large. The problem As you probably know, your Lambda functions should be below 5 MB to get acceptable cold start t...
This might seem strange and some questions probably popped up in your head. Why would you want to use JSX for emails? Can you actually render JSX on the server? Why JSX? So... JSX is really good for templating. You can simply do something like this: ...
Okay... making a dark theme in CSS is not difficult. The Pure CSS part mainly refers to not having to toggle the dark theme on your website. To actually make a dark theme toggle, you'd need to use some JS. There are also more ways to achieve a dark ...
As promised in the last article, I'll be making a skeleton loader in this one. What is a skeleton loader? There are other names for this type of loader, but I think Skeleton Loader is quite fitting. It is basically the skeleton version of a component...
A week ago I published a post on how to make a spinner in pure CSS. This time, I'm going to make something slightly more complicated: A Pulse Loader. The HTML The HTML for this is rather straight forward. All we need is a container element with two c...