Logo
Login
Tech Posts 31382
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
TIL: AutoMapper Only Considers Simple Mappings When Validating Configurations
0
A chromium problem: session not created: probabily user data directory is already in use
0
When Files Ask for a Password: A Developer's Solution
0
Granting cross-account access in AWS
0
"How we automated ServiceNow change approvals using GPT-4 and AWS APIs."
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0