Logo
Login
Tech Posts 31207
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Secure Secret Management for AWS Lambda Functions in TypeScript Monorepos

🐙 GitHub Introduction When building AWS Lambda functions, you'll inevitably need to handle sensitive information. While environment variables might seem convenient, they present a signifi...
17.03.2025 0 Read More

How to add custom org and role in grafana with AWS cognito as oauth provider

How to add custom org and role in grafana with AWS cognito as oauth provider
AWS Cognito + Grafana Idea To be able to configure the user to a given organisation. In AWS cognito there are users and groups. If a user is added to a group based on the group whic...
31.03.2025 0 Read More

Identifying Spam Emails through ML Classification with AWS ☁️

Identifying Spam Emails through ML Classification with AWS ☁️
This setup allows you to build, train, deploy, and serve the spam classifier entirely on AWS in a scalable and cost-effective way. You can achieve this spam classification task using AWS services in a...
05.04.2025 0 Read More

Why Single Function Lambdas is a terrible choice for Serverless development.

Why Single Function Lambdas is a terrible choice for Serverless development.
Single function lambdas for every endpoint is really bad on every possible front, be it developer experience, debugging experience, deployment efficiency, cost or performance. One common best practic...
06.04.2025 0 Read More

Serverless Laravel: How to Deploy Laravel Apps on AWS Lambda

Serverless Laravel: How to Deploy Laravel Apps on AWS Lambda
Hey folks! 🚀 If you're looking to deploy your Laravel application without worrying about server management, AWS Lambda is your go-to solution. Serverless computing is changing the game, and Larave...
16.04.2025 0 Read More
Loading...
#reading
Kafka Producer Stability Check: Ensuring Message Safety in Apache Kafka
0
Achieving High Genericity in Code
0
Image Classification with Convolutional Neural Networks (CNNs)
0
Preventing Exploitable Cloud Misconfigurations Using IAM Access Analyzer
0
# The Third Step Into the World of RxJS: Combining Streams in RxJS
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0