Tag: App development
-
AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping
Posted on November 30, 2025, Level beginner Resource Length short
Provisioned mode for SQS ESM enables dedicated resources (event pollers) that scale up to 1000 per minute to handle traffic spikes and low latency processing, maintaining up to 20K concurrency. This improves performance and responsiveness of event-driven apps, making it a viable option for high throughput scenarios. By Micah Walter.
Tags aws serverless queues messaging app-development
-
Laravel optimization: The complete performance guide for faster application
Posted on November 28, 2025, Level intermediate Resource Length medium
This article provides a comprehensive guide to optimizing Laravel applications for speed and performance. It covers caching strategies, database query optimization, server-level configurations, and hosting considerations. By implementing these techniques, developers can reduce load times, enhance scalability, and improve user experience. By Carrie Smaha.
Tags performance php web-development app-development
-
How I solved a distributed queue problem after 15 years
Posted on November 26, 2025, Level intermediate Resource Length medium
Reddit's early use of RabbitMQ highlighted the critical need for robust, durable task queues to handle high-volume, asynchronous operations – a lesson that continues to resonate in modern distributed systems. By DBOS.
Tags messaging queues software-architecture distributed web-development app-development
-
Streaming responses via AWS Lambda
Posted on November 22, 2025, Level intermediate Resource Length medium
In this blog, we will look at how Lambda function's Response Streaming would be helpful and identify when it would be ideal to use Response Streaming for your workloads. By Jones Zachariah Noel N.
Tags serverless streaming devops messaging app-development
-
Practical use cases writing, refactoring, and testing code with GitHub Copilot
Posted on November 18, 2025, Level beginner Resource Length medium
In today's fast-paced software development environment, efficiency and code quality are paramount. Developers are constantly seeking tools that can accelerate coding tasks without compromising quality. One tool that has rapidly gained popularity among programmers is GitHub Copilot. By John Edward.
Tags programming app-development code-refactoring teams career web-development
-
Is a CIAM Certification Beneficial?
Posted on November 16, 2025, Level beginner Resource Length medium
This article covers the benefits of obtaining a CIAM certification, what it entails, and who it's most useful for. We'll walk through the core competencies, career advancement opportunities, and how these certs stack up against other security and development credentials, it also help you decide if it's the right move for your career in authentication and software development. By Victor Singh.
Tags programming app-development infosec teams career
-
Dealing with race conditions in event-driven architecture with read models
Posted on November 14, 2025, Level beginner Resource Length medium
Are you familiar with the term “phantom record” and its benefits? No? Let me explain it to you today. By Oskar Dudycz.
Tags software-architecture programming event-driven app-development
-
Python 3.14 is here. How fast is it?
Posted on November 4, 2025, Level beginner Resource Length medium
Python 3.14 delivers 27% performance gains over 3.13 but explicit JIT benefits remain elusive; upgrade strategically. By Miguel Grinberg.
Tags web-development python app-development performance cio
-
New trend: programming by kicking off parallel AI agents
Posted on November 2, 2025, Level beginner Resource Length medium
With agentic interfaces like Claude Code, Cursor, and other LLM-based tools going mainstream, developers increasingly run multiple agents simultaneously. Engineers like Sid Bidasaria and Simon Willison report fewer reservations and higher throughput after adopting this style. By Gergely Orosz.
Tags programming performance app-development how-to ai
-
Cursor 2.0 pivots to multi-agent AI coding, debuts Composer model
Posted on October 31, 2025, Level beginner Resource Length short
Cursor has released its latest AI software development platform with a new multi-agent interface and the debut of its coding model, Composer. By Ryan Daws.
Tags web-development miscellaneous app-development how-to ai
-
Boost search relevance with LLM search engine in 2025
Posted on October 25, 2025, Level beginner Resource Length long
In the world of search engines, relevance is everything. If your search engine can't deliver what a user is looking for, you've lost them. Here comes the revolution that's changing the search game entirely: the LLM search engine. By brandemicindia.
Tags search servers app-development miscellaneous web-development ai
-
Free Windows web server with a Lets Encrypt SSL certificate in AWS
Posted on October 23, 2025, Level beginner Resource Length medium
Setting up a free Windows web server with Let's Encrypt SSL on AWS EC2 is surprisingly straightforward, even for those without extensive experience. By Angus Fox.
Tags infosec azure app-development ssl web-development