Welcome to the Tech Talks repository, a curated collection of presentations and discussions on the latest technologies, Node.js advancements, and infrastructure insights. This repository serves as a resource for developers and engineers looking to deepen their knowledge and stay up-to-date with industry trends.
- Introduction to GitHub Actions
- Node.js: What's New in Version 14
- JavaScript Compilation and V8 Optimizations
- Async Controllers and Improving Require Performance
- Streams and Async Generators
- Seed Stream Algorithm for CSV Downloads
- Node.js Version Migration: 14.15 to 18.4
- Understanding HTTP Headers
- Memory Leaks in Kafka Producers and GC Optimization
- Deep Dive into
node_modules
- Case Study: Node.js on Kubernetes Transition
- MySQL Aurora Write Forwarding Insights
Date: January 25, 2021
A beginner-friendly introduction to GitHub Actions, showcasing how to automate workflows directly from your repository.
Date: March 16, 2021
Discover the latest features and updates in Node.js version 14, including performance improvements and new APIs.
Date: August 31, 2021
Explore the inner workings of the JIT compiler and V8 optimizations to better understand JavaScript execution.
Date: December 6, 2021
Learn how to optimize your Node.js application with async controllers and techniques to improve require
performance.
Date: May 8, 2022
An overview of Node.js streams and async generators, highlighting their practical applications in modern development.
Date: June 11, 2022
Dive into the Seed Stream algorithm, a technique for efficient CSV downloads.
Date: August 14, 2022
A guide to migrating from Node.js 14.15 to 18.4, covering breaking changes and compatibility tips.
Date: September 18, 2022
A comprehensive explanation of HTTP headers, their structure, and usage in web development.
Date: December 11, 2022
Identify and resolve memory leaks in Kafka producers while optimizing garbage collection in Node.js applications.
Date: January 8, 2023
Unpack the mysteries of node_modules
, exploring its structure, dependencies, and optimization strategies.
Date: May 5, 2024
A real-world case study on transitioning a Node.js application to Kubernetes, focusing on benchmarking and performance.
Date: August 8, 2024
An in-depth analysis of MySQL Aurora's write-forwarding capabilities and benchmarking insights.