REFACTOR Community
REFACTOR Community
  • 63
  • 11 237
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.
มุมมอง: 73

วีดีโอ

DX 2023 - Vlad Filippov: State of end-to-end testing for modern web applications
มุมมอง 99ปีที่แล้ว
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
มุมมอง 224ปีที่แล้ว
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
มุมมอง 38ปีที่แล้ว
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
มุมมอง 36ปีที่แล้ว
“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
มุมมอง 94ปีที่แล้ว
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
มุมมอง 59ปีที่แล้ว
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
มุมมอง 84ปีที่แล้ว
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
มุมมอง 39ปีที่แล้ว
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
มุมมอง 51ปีที่แล้ว
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
มุมมอง 115ปีที่แล้ว
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
มุมมอง 12ปีที่แล้ว
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
มุมมอง 451ปีที่แล้ว
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
มุมมอง 390ปีที่แล้ว
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
มุมมอง 151ปีที่แล้ว
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!
มุมมอง 102ปีที่แล้ว
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
มุมมอง 64ปีที่แล้ว
DX 2023 - Niya Panamdanam: Verbosity, Maybe the Key to Better Code
DX 2023 - Stefan Judis: DX in the frontend developer ecosystem
มุมมอง 777ปีที่แล้ว
DX 2023 - Stefan Judis: DX in the frontend developer ecosystem
DX 2023 - Ankita Kulkarni: Cultivating a culture of Psychological Safety in Engineering
มุมมอง 71ปีที่แล้ว
DX 2023 - Ankita Kulkarni: Cultivating a culture of Psychological Safety in Engineering
DX 2023 - Brian LeRoux: Rethinking Developer Experience
มุมมอง 1.4Kปีที่แล้ว
DX 2023 - Brian LeRoux: Rethinking Developer Experience
DX 2023 - James Quick: AI Is Revolutionizing Developer Experience - Are You Ready?
มุมมอง 195ปีที่แล้ว
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
มุมมอง 835 ปีที่แล้ว
#Functions18: All the Ops you need to know to Dev Serverless by Chris Munns
#Functions18: Distributed Tracing in Serverless Systems by Ron Yishai
มุมมอง 895 ปีที่แล้ว
#Functions18: Distributed Tracing in Serverless Systems by Ron Yishai
#Functions18: Build Scalable APIs using GraphQL and Serverless by Simona Cotin
มุมมอง 1275 ปีที่แล้ว
#Functions18: Build Scalable APIs using GraphQL and Serverless by Simona Cotin
#Functions18: Serverless - Democratizing Application Development By Frank Wang & Jay V
มุมมอง 1415 ปีที่แล้ว
#Functions18: Serverless - Democratizing Application Development By Frank Wang & Jay V
#Functions18: Functions: Faster to Deploy by Brian LeRoux
มุมมอง 565 ปีที่แล้ว
#Functions18: Functions: Faster to Deploy by Brian LeRoux
#Functions18: When Serverless Gets In the Way of Scalability by Lily Li & Christian Zommerfelds
มุมมอง 1875 ปีที่แล้ว
#Functions18: When Serverless Gets In the Way of Scalability by Lily Li & Christian Zommerfelds
#Functions18: History of serverless by Keith Horwood
มุมมอง 1915 ปีที่แล้ว
#Functions18: History of serverless by Keith Horwood
#Functions18: Achieving vendor choice in a serverless world by Nicholas Gottlieb
มุมมอง 505 ปีที่แล้ว
#Functions18: Achieving vendor choice in a serverless world by Nicholas Gottlieb
NodeDay 2018: Adopting New Technologies in a Modern Enterprise by Ed Cudahy
มุมมอง 736 ปีที่แล้ว
NodeDay 2018: Adopting New Technologies in a Modern Enterprise by Ed Cudahy

ความคิดเห็น

  • @ashzombie9042
    @ashzombie9042 6 หลายเดือนก่อน

    Leave a copy sign a copy burn a copy 🪳

    • @ashzombie9042
      @ashzombie9042 6 หลายเดือนก่อน

      Dell 🎉 Dell task 🎉 Dell task force 🪳

    • @ashzombie9042
      @ashzombie9042 6 หลายเดือนก่อน

      Coconut round why it not wheel 🪳🪳

  • @tanko.reactions176
    @tanko.reactions176 6 หลายเดือนก่อน

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

  • @KhaledElAnsari
    @KhaledElAnsari 3 ปีที่แล้ว

    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 4 ปีที่แล้ว

    Great job explaining why we need serverless!

  • @treenopie
    @treenopie 7 ปีที่แล้ว

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