Browse 462 talks from our meetups. Covering everything from JavaScript fundamentals to cutting-edge frameworks.
Showing 12 of 462 talks (Page 7 of 39)
Why would anyone want to design a new programming language when JavaScript seems to have everything? ;) Designing a language isn't just about adding features—it's often about removing them and preventing certain types of bugs. This talk will share some real examples and lessons learned.
For a past year we've been working on our internal AI assistant. We gathered a lot of insights about the process of integrating AI into the company. We want to share our best learnings.
During a live coding session, we will review new features released last year in Angular18 and Primeng18 based on examples and discuss why it's still Angular and why people still stick to it. After a session, you will get a starter app based Angular for your pet projects.
It's about architectural pattern for most component based frameworks like React, Vue etc. The main purpose of this methodology is to make the project more understandable and structured in the face of ever-changing business requirements
How to access AWS EC2, in secure way without spending too much time and money? Short introduction to networking, server administration and AWS. Version dedicated to developers, focused on usablilty and simplecity. Live demo in TypeScript included.
In this talk I'd like to share a nice way of tackling null values that logically shouldn't happen, but based on the TypeScript types they could.
Do you know about the latest scam method targeting developers, which is becoming increasingly popular? With just one careless move, you could give away control of your device as well as all sensitive data you'd never share with others. Learn about the key red flags that should raise your suspicion!
How to make sure that everyone has the same setup? There are multiple tools for this purpose. Most people use containers or remote solutions, such as GitHub Codespaces. What if we could do better? I'll show what NixOS can do for you with the help of devenv.sh.
Let's get familiar with TC39 Signals proposal. How they work in detail. What benefits are they bringing now? What can you expect if they become standard?
Let's talk about Astro. While it's a relatively new JS framework it already become a benchmark for others especially when it comes to performance, developer experience, and flexibility. Created as a static site generator, but now it also supports server-side functionality. It benefits from island architecture and tries to ship as little JS as possible. In my talk, I will cover all the basics regarding Astro and show all the latest features.
Managing hundreds of Kubernetes clusters can be a daunting task, but with TypeScript and CDK for Terraform (CDKTF), you can streamline the process. This talk will explore how to leverage CDKTF to define and manage your EKS clusters efficiently, using the power of TypeScript to bring type safety and modularization to your infrastructure as code. Learn how to scale your operations and maintain consistency across hundreds of clusters with ease.
This speech will be a sum of moments from different companies, from different environments, what mistakes I made and what good decisions I made.