Life as a Developer Advocate, nine months into a pandemic
A Developer Advocate reflects on the impact of the pandemic and the rise of virtual conferences on the DevRel role, sharing speaker insights and challenges.
A Developer Advocate reflects on the impact of the pandemic and the rise of virtual conferences on the DevRel role, sharing speaker insights and challenges.
Explains React Fast Refresh, a new feature that improves developer experience by preserving state during hot reloads in React applications.
A technical tutorial on using R and inverse probability weighting to handle time-series panel data for causal inference with marginal structural models.
A guide to advanced data modeling in Amazon DynamoDB, covering access patterns, single-table design, and filtering strategies.
A guide to using local development tools like DynamoDB Local and LocalStack to test AWS services without deploying to the cloud.
A guide to configuring CLion's debugger to work with Valgrind's gdbserver for debugging memory issues on Linux.
Kent C. Dodds explains why he is reducing his involvement in open source and direct support to focus on family and commitments.
A developer completes the final form and tests for a Django app's user onboarding process in this coding tutorial episode.
A developer shares their home office workstation setup, including hardware, peripherals, and software tools used for development and remote talks.
A technical comparison of Server-Side Rendering (SSR) and Static Site Generation (SSG) in Next.js, explaining their benefits and use cases.
Best practices for developers to prepare and submit code for review, ensuring productive feedback and positive team dynamics.
An update on TinyPilot's 5th month, covering a 20% revenue increase, the launch of a new pre-assembled Voyager model, and a new paid course.
Key takeaways from a talk on Amazon DynamoDB data modeling, covering primary keys, access patterns, and single-table design strategies.
A developer troubleshoots 'Unresolved Name' objects in a Java heap dump, tracing the issue to a JDK version mismatch and providing a solution.
A guide to preventing unexpected AWS charges using budget alerts, security measures, and monitoring strategies for personal or small-scale accounts.
Tips for managing and optimizing costs within a limited-time Microsoft Azure Sponsorship Subscription for learning purposes.
Guide to using custom Docker images as runtimes for AWS Lambda, including setup with AWS SAM and ECR.
A tutorial on writing unit test assertions for Swift's Result enum, covering both Equatable and non-Equatable scenarios.
A guide explaining the differences between React's useEffect and useLayoutEffect hooks and when to use each one.
Explains Swift Optionals, their purpose, and how to use them to handle missing values safely in Swift programming.