Concurrency and Isolation in Serverless Functions
Explores concurrency and isolation models in AWS Lambda and other serverless platforms, analyzing trade-offs for different workloads.
Explores concurrency and isolation models in AWS Lambda and other serverless platforms, analyzing trade-offs for different workloads.
Explains tail recursion and techniques like accumulating parameters to prevent stack overflows in functional programming.
Explains high availability concepts and SLAs for Azure App Service and Azure Function Apps, including regional deployment and redundancy strategies.
A tutorial on text data classification using the BBC news dataset and PHP-ML for machine learning, covering data loading and preprocessing.
Announcing a concise 30-minute course on functional programming in JavaScript, covering core concepts like pure functions and composition.
A developer shares their experience rebuilding a personal website in 2019 using only HTML and CSS, avoiding complex build tools and dependencies.
Key dates and registration details for VMware's VMworld 2019 conferences in the US and Europe, including CFP deadlines and early bird pricing.
Explains how to implement PHP-like class traits in JavaScript using Object.assign and prototypes for code organization.
Guide to profiling .NET applications using PerfView and visualizing the results with the speedscope.app web-based performance viewer.
A tutorial on deploying a Python Flask application to Azure App Service on Linux using GitHub Actions for CI/CD automation.
A tutorial on setting up Travis CI for continuous integration testing of an Express.js application using Jest and Supertest.
A software engineer defines the qualities of a Distinguished Engineer, focusing on technical leadership, continuous learning, and empowering others.
A guide to AWS CloudFormation Macros, explaining how to create custom template transformations using Lambda functions for more flexible infrastructure-as-code.
A tutorial on building an ASP.NET Core Web API to create custom Slack slash commands for jokes, weather, and URL shortening.
A technical guide for upgrading PHP to version 7.3 on macOS using Homebrew, including troubleshooting and extension management.
A developer shares the joy of building a custom search/select dropdown UI component from scratch using the Livewire framework.
A delegate previews NGINX's role in cloud computing ahead of Cloud Field Day, covering its products and recent acquisition by F5.
This article demonstrates using feature flags in a Django SaaS project to control the release of new features to users.
A technical analysis of a Windows Disk Cleanup bug that consumes disk space instead of freeing it, with a deep dive into the process.
Tutorial on building a React Native app that uses Google Vision API to detect logos in images in real time.