2 followers
I am a web developer who writes about my process learning Web3.0, serverless, JAMstack, and general web development topics.
Subscribe to my newsletter and never miss my upcoming articles
It's been a while since I last made an post in the Pure CSS series, but now it's time to add another entry to it. This post will show you how to create a gradient border in Pure CSS. The "Pure CSS" part mainly refers to not having to use a third-part...
Most tutorials on FaunaDB tells you to upload your GraphQL schema via their UI. When I started using Fauna, I felt that this workflow was very tedious. Every time I'd make a change in my schema, however small, I'd have to open the Fauna dashboard and...
Login to MetaMask with ethers Okay, this might seem really straight forward, but I actually had some problems figuring this out. I just started learning how to build dapps and found myself ripping my hair out because I couldn't figure out such a simp...
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: ...