Passing AWS Solutions Architect Associate exam
A frontend developer shares his personal journey and study resources for successfully passing the AWS Solutions Architect Associate certification exam.
A frontend developer shares his personal journey and study resources for successfully passing the AWS Solutions Architect Associate certification exam.
A technical guide detailing the process and benefits of upgrading from Java 8 to newer versions, based on real-world experience.
A preview of Lucidlink and ExtraHop's cloud-focused products ahead of their Cloud Field Day 6 presentations.
A guide on converting Node.js-style callbacks and non-standard callbacks into Promises using util.promisify and custom promise construction.
Guide to running Azure DevOps unit tests with Azure Storage Emulator on Windows-based hosted build agents.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
The author streamlines a SaaS deployment by removing the Git clone from the server, detailing the steps for Let's Encrypt and Git SHA changes.
A student requests help finding a Summer 2020 software engineering internship, sharing their skills and preferences for small teams or specific tech sectors.
A detailed guide to mastering JavaScript function parameters, covering basics, default values, and destructuring with practical examples.
A tutorial explaining Python list and string slicing syntax, parameters, and behavior with examples.
A tutorial on creating animated bar chart races in R using gganimate, applied to visualize historical temperature trends in Berlin.
The article critiques the Free Software Foundation's pedantic language, arguing it alienates potential supporters and harms the free software movement's growth.
A comprehensive guide to Java 13's new features, including text blocks, switch expressions, and migration considerations from earlier versions.
Explains the differences between inline event handlers and addEventListener() in JavaScript, covering syntax, scope, and best practices.
Explains the purpose and usage of the OwningComponentBase class in Blazor for managing service provider scopes and component lifetimes.
A student's project using Arduino, Raspberry Pi, and sensors to create a system that visualizes a plant's unique needs as a color gradient.
A technical deep-dive into diagnosing and solving severe performance issues caused by an 'Export to Excel' feature in a Django system.
A software engineering intern shares key lessons learned during their summer internship at ASAPP, including project management and teamwork.
A reflection on web development fundamentals, arguing for prioritizing accessibility, HTML, and CSS over JavaScript frameworks to build a web for everyone.
Explains the risks of incorrectly using Angular's forRoot() function and how to guard modules to prevent multiple instances and bugs.