REFACTOR Community
REFACTOR Community
  • 63
  • 11 162
DX 2023 - Frank Wang: What we learnt about DX from building SST
With SST we set out to create a project that is both usable by people just getting started with serverless and by enterprises managing large scale applications. It required us to make DX an explicit goal of the project, especially given all the complexity and confusion around AWS and serverless.
Over the last 2 years as the project has grown to 14k stars on GitHub, 200k monthly downloads, and nearly 4k Discord members. We’ve learnt a ton from the experience. This talk is a distillation of everything we’ve learnt. We cover all the basics. But also look at some surprising things we learnt. And some of the obvious mistakes we see from other projects when they fall short.
zhlédnutí: 72

Video

DX 2023 - Vlad Filippov: State of end-to-end testing for modern web applications
zhlédnutí 99Před rokem
In recent years, the developer experience surrounding end-to-end testing for web applications has undergone a significant transformation and continues to evolve. The advent of tools such as Puppeteer, PlayWright, and others has made automation in web application testing workflows more accessible, boosting developer productivity and ensuring the delivery of reliable products. Dependable cross-br...
DX 2023 - Feross Aboukhadijeh: Using ChatGPT to Find Vulnerabilities & Malware in Open Source
zhlédnutí 224Před rokem
As our reliance on open source continues to grow, so does the risk of vulnerabilities and malicious software. In this talk, Feross, founder and CEO of Socket (socket.dev) will share how they used large language models (LLMs) to identify and counteract malware hidden in the npm and Python ecosystems. Join Feross as he delves into: - The current state of open-source security and the challenges fa...
DX 2023 - Rey Riel: Embracing low code as a hardcore developer
zhlédnutí 38Před rokem
Developers do what they do best because they love problem-solving. Nothing is more satisfying than seeing those lines of code we've written run smoothly and seamlessly to solve the issue at hand. Unfortunately there's a bunch of housekeeping that usually has to come before we get to make those little bits of mastery execute. Decisions need to be made, scaffolding needs to be put in place, our c...
DX 2023 - Jeremy Meiss: High performing engineering teams and the Holy Grail
zhlédnutí 36Před rokem
“High-performing engineering teams” are the Holy Grail for every CTO. But what are they, are they attainable, and if so, how? In this talk we’ll look at CI/CD data from over 15mil anonymous workflows, and compare against the last few years on the CircleCI platform, and explore this rare specimen in its native habitat - right there in your organization, and how to activate them using some better...
DX 2023 - Andrew Kumar: Fight the glue code monster and build painless websites and apps
zhlédnutí 93Před rokem
Modern tech stacks do not scale (controversial but true!). In this talk, I explain why this is the case and, how you can fix it. Let’s fight the glue-code monster! In this talk, I will explain a new way of architecting websites and apps. We are facing an ever-expanding landscape of headless technologies, and using these at scale results in an inflexible web of glued-together integrations that b...
DX 2023 - Jason Etcovitch: LLMs are not the product
zhlédnutí 59Před rokem
LLMs are the new hotness in product engineering, with chat experiences being the most prominent use-case. That's cool and all, but how can we use LLMs to enhance the workflows that our users are already familiar with? In this talk, we'll look at integration with LLMs - treating it not like a magical blackbox, but more like a service we integrate with to power more targeted features.
DX 2023 - Faisal Abid: Learning to wield large language models
zhlédnutí 84Před rokem
Large language models are the rage right now, but how do they work? In this talk, we’ll learn how language models work, the different kinds of models out there and lastly how to train them for your domain specific cases. We’ll explore HuggingFace, Googles GenAI platform, train models locally and on the cloud, learn about fine-tuning and in context learning and lastly learn the pros and cons of ...
DX 2023 - Pearl Chen: Who is your API for? Applying user personas to build better dev platforms
zhlédnutí 39Před rokem
How do you know you're building the right features? As a developer, you might think you already know all you need to know in order to build a product for other developers but you could be missing out on some important methodologies for understanding your customers. In this short session, Pearl will cover one of the most important product decision-making tools: customer segmentation and user per...
DX 2023 - Lesley Cordero: A Platformized Approach to Node.js Development
zhlédnutí 51Před rokem
In this talk, we’ll define the challenges developers face when building Node.js applications, and how Platform Engineering can provide robust runtime experiences through best practices, shared tooling, and centralized support. More specifically, we’ll explore how creating shared standardized platforms helps maintain consistency and reliability across distributed systems, more specifically those...
DX 2023 - Zoe Steinkamp: Exploring the InfluxDB Ecosystem Integrations, Libraries, and Plugins
zhlédnutí 114Před rokem
InfluxDB is more than just a time-series database - it's a complete ecosystem of tools, integrations, libraries, and plugins that can enhance your experience with managing time-series data. In this talk, we will explore the InfluxDB ecosystem from a developer's perspective, highlighting some of the most useful integrations, libraries, and plugins that can help you get the most out of your time-...
DX 2023 - Taz Singh: A Community of Champions
zhlédnutí 12Před rokem
Developer Experience is more than just documentation, static types, and feedback loops. It’s about, well, people. The type of person who enjoys a challenge for that warm fuzzy reward of telling their friends about what they’ve created and at the same time are highly skeptical of appearing to sell to them. So what’s the secret to doing this well? Taz will be talking about his Developer Experienc...
DX 2023 - Darcy Clarke: Next Gen Package Management
zhlédnutí 450Před rokem
As our teams have grown, supply chains deepened, and complexity has taken center stage. Developers are spending up to 50% of their time managing toolchains instead of building applications. Unfortunately, the existing tooling landscape has a horrifically low signal-to-noise ratio & critical errors & updates require significant knowledge & expertise. This situation is unsustainable & organizatio...
DX 2023 - Gleb Bahmutov: Do Not Fight Your Testing Tools
zhlédnutí 390Před rokem
We are truly living in the golden age of web testing tools. Node.js got its own built-in test runner, web developers got Cypress and Playwright, and everyone got new debugging tools like Replay.io that replay the entire browser session statement by statement. In this talk, I will show how to take advantage of these new testing and debugging tools. Slides: slides.com/bahmutov/no-fighting
DX 2023 - Rishab Kumar: Is PaaS the DevOps Killer
zhlédnutí 150Před rokem
Is PaaS the DevOps Killer? Let’s find out, as we explore Azure Static Web Apps, one of the PaaS offerings, and how easy does it make hosting static web apps with built-in capabilities like CI/CD, staging previews, global CDN, free SSL certificates, and an integrated API with Azure Functions. In this session, we’ll explore how you can use Azure Static Web App to deploy web applications quickly a...
DX 2023 - Luca Maraschi: DX is not magic, and neither should your backend be!
zhlédnutí 102Před rokem
DX 2023 - Luca Maraschi: DX is not magic, and neither should your backend be!
DX 2023 - Niya Panamdanam: Verbosity, Maybe the Key to Better Code
zhlédnutí 64Před rokem
DX 2023 - Niya Panamdanam: Verbosity, Maybe the Key to Better Code
DX 2023 - Stefan Judis: DX in the frontend developer ecosystem
zhlédnutí 770Před rokem
DX 2023 - Stefan Judis: DX in the frontend developer ecosystem
DX 2023 - Ankita Kulkarni: Cultivating a culture of Psychological Safety in Engineering
zhlédnutí 69Před rokem
DX 2023 - Ankita Kulkarni: Cultivating a culture of Psychological Safety in Engineering
DX 2023 - Brian LeRoux: Rethinking Developer Experience
zhlédnutí 1,3KPřed rokem
DX 2023 - Brian LeRoux: Rethinking Developer Experience
DX 2023 - James Quick: AI Is Revolutionizing Developer Experience - Are You Ready?
zhlédnutí 194Před rokem
DX 2023 - James Quick: AI Is Revolutionizing Developer Experience - Are You Ready?
#Functions18: All the Ops you need to know to Dev Serverless by Chris Munns
zhlédnutí 83Před 5 lety
#Functions18: All the Ops you need to know to Dev Serverless by Chris Munns
#Functions18: Distributed Tracing in Serverless Systems by Ron Yishai
zhlédnutí 89Před 5 lety
#Functions18: Distributed Tracing in Serverless Systems by Ron Yishai
#Functions18: Build Scalable APIs using GraphQL and Serverless by Simona Cotin
zhlédnutí 127Před 5 lety
#Functions18: Build Scalable APIs using GraphQL and Serverless by Simona Cotin
#Functions18: Serverless - Democratizing Application Development By Frank Wang & Jay V
zhlédnutí 140Před 5 lety
#Functions18: Serverless - Democratizing Application Development By Frank Wang & Jay V
#Functions18: Functions: Faster to Deploy by Brian LeRoux
zhlédnutí 56Před 5 lety
#Functions18: Functions: Faster to Deploy by Brian LeRoux
#Functions18: When Serverless Gets In the Way of Scalability by Lily Li & Christian Zommerfelds
zhlédnutí 187Před 5 lety
#Functions18: When Serverless Gets In the Way of Scalability by Lily Li & Christian Zommerfelds
#Functions18: History of serverless by Keith Horwood
zhlédnutí 191Před 5 lety
#Functions18: History of serverless by Keith Horwood
#Functions18: Achieving vendor choice in a serverless world by Nicholas Gottlieb
zhlédnutí 49Před 5 lety
#Functions18: Achieving vendor choice in a serverless world by Nicholas Gottlieb
NodeDay 2018: Adopting New Technologies in a Modern Enterprise by Ed Cudahy
zhlédnutí 73Před 6 lety
NodeDay 2018: Adopting New Technologies in a Modern Enterprise by Ed Cudahy

Komentáře

  • @ashzombie9042
    @ashzombie9042 Před 6 měsíci

    Leave a copy sign a copy burn a copy 🪳

    • @ashzombie9042
      @ashzombie9042 Před 6 měsíci

      Dell 🎉 Dell task 🎉 Dell task force 🪳

    • @ashzombie9042
      @ashzombie9042 Před 6 měsíci

      Coconut round why it not wheel 🪳🪳

  • @tanko.reactions176
    @tanko.reactions176 Před 6 měsíci

    thonky mechanical keyboard + vim (with lsp) + i3 window manager on any linux distro = maxxed out DX

  • @KhaledElAnsari
    @KhaledElAnsari Před 3 lety

    A catchy title for a talk that I didn't learn anything from, sorry but almost all of the information given is already known by me.

  • @happyprancer
    @happyprancer Před 4 lety

    Great job explaining why we need serverless!

  • @treenopie
    @treenopie Před 7 lety

    Can you imagine how long this talk would be if Keith was from Alabama. :)