Serverless Framework with Amazon CodeCatalyst - AWS Online Tech Talks
Explores using the Serverless Framework within Amazon CodeCatalyst for streamlined CI/CD workflows and application deployment on AWS.
Explores using the Serverless Framework within Amazon CodeCatalyst for streamlined CI/CD workflows and application deployment on AWS.
A quick introduction to using the Record<K, V> utility type in TypeScript for defining object types with specific keys and values.
Explains the Temporal Dead Zone (TDZ) in JavaScript, covering how it affects variables declared with let and const, with code examples.
Guide to developing Android apps on Windows Arm devices using .NET MAUI, Visual Studio, and alternative deployment methods like WSA.
Explains why eBPF observability tools, designed for low overhead, are not suitable for security monitoring due to evasion risks.
Predictions for Twitter, Bluesky, and Mastodon's evolution over the next six months, focusing on relevance, growth, and user adoption trends.
A tutorial on creating custom validation attributes in ASP.NET Core to implement complex data validation rules.
Author shares results of live integration tests for the vdirsyncer rewrite against real CalDav servers like Baikal and Nextcloud.
Learn how to use AWS CodeCatalyst to build, test, and deploy .NET and PowerShell projects to AWS Lambda with a CI/CD pipeline.
Discloses a Local File Inclusion vulnerability in the xmlhttprequest npm package, allowing arbitrary file reads due to insecure default permissions.
A developer shares their experience switching from Unity to Unreal Engine for an idle game project, detailing challenges and learnings.
The author works on Python exercises from Exercism and makes behind-the-scenes improvements to their streaming content.
A technical guide for upgrading PostgreSQL from version 14 to 15 on Ubuntu 23.04, including commands and troubleshooting steps.
Learn about Low-Rank Adaptation (LoRA), a parameter-efficient method for finetuning large language models with reduced computational costs.
Explains Low-Rank Adaptation (LoRA), a parameter-efficient technique for fine-tuning large language models to reduce computational costs.
A tutorial on creating maps of Tolkien's Middle Earth using R, the {sf} package, and {ggplot2} for GIS data visualization.
Applying functional programming concepts to writing and maintaining documentation, especially for design systems, to improve reusability and consistency.
A senior engineer discusses why complaining about past jobs or colleagues is a red flag in technical interviews and how to discuss past struggles constructively.
A step-by-step guide on transferring an Azure subscription, specifically a Visual Studio benefit, from a corporate tenant to a personal tenant for full administrative control.
A technical guide on using jOOQ to pass table-valued parameters (TVPs) to T-SQL functions from Java, with code examples.