About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
About programming, AI and devops | Continue reading
Req is an HTTP client for Elixir designed with the "batteries-included" approach. It does a lot of things out of the box. It automatically decompresses & decodes responses, follows redirects, retries on errors, etc. Req also has "replaceable batteries." Virtually all of its featu … | Continue reading
Shadcn, the creator of shadcn/ui, provides 10 techniques for using Tailwind CSS to create better dynamic UIs. Continue reading on x.com ⚠️ This post links to an external website. ⚠️ #css #frontend #reading-list | Continue reading
Well, I lied. Doing a good search with the right results for your data is indeed magic. But thanks to the people who work on PostgreSQL and extensions it's not really magic. It can be a lot easier than you think. Here I want to show you several approaches making search better for … | Continue reading
When it comes to securing your self-hosted SaaS, many developers make the mistake of thinking that locking down SSH access is sufficient. While SSH provides a secure way to remotely manage servers, it's only one layer of protection. If you're relying on SSH alone, you're leaving … | Continue reading
In my previous blog, I explained how to query Graphql API using Neuron. Throughout the blog, I explained the working of Neuron on page 0. Whereas, there will be scenarios when users can have multiple blogs paginated on multiple pages. So, we need to add functionality so that user … | Continue reading
When I was a kid I went through a phase where I was pretty into magic. I learned some simple card tricks and bought a couple of cheap props such as a disappearing vase and a fake thumb. Not being content with simple tricks, I remember asking my Dad if there was such a thing as "r … | Continue reading
When developing Phoenix apps I often find myself wanting to grab a resource from the database. Usually any instance of the schema will do. Continue reading on blog.brettbeatty.com ⚠️ This post links to an external website. ⚠️ #database #development #elixir #phoenix #reading-list | Continue reading
Running your SaaS on a budget VPS might seem like a smart, cost-effective choice, but it's a bit like leaving your front door wide open in a sketchy neighborhood. Most budget VPS providers come with zero security configurations by default. That means unless you take action, you'r … | Continue reading
Laravel's AsStringable cast is a powerful tool that can significantly enhance how you work with string attributes in your Eloquent models. By transforming your string attributes into Stringable objects, you gain access to a wide array of string manipulation methods, leading to cl … | Continue reading