Build and validate forms in React Native using Formik and Yup
A tutorial on building and validating login and signup forms in React Native using the Formik and Yup libraries.
A tutorial on building and validating login and signup forms in React Native using the Formik and Yup libraries.
Explains a Windows debugging issue where attaching to a suspended process can cause an EXCEPTION_ACCESS_VIOLATION, with analysis and workarounds.
A developer reflects on building and shutting down feediary, a privacy-focused RSS reader, due to low conversion to paid subscriptions.
Learn how to use Web Workers to run intensive JavaScript tasks off the main thread, preventing a frozen UI and improving app performance.
A guide to refactoring PowerShell switch statements, demonstrating how to replace them with hash tables for cleaner, more maintainable code.
Explores using PowerShell 7's new ternary operator to simulate elseif logic through nesting, with examples and readability considerations.
Explores the preview feature of ordered Clustered Columnstore Indexes in Azure SQL Data Warehouse, testing syntax and performance benefits.
A developer shares their experience attending JSConf Budapest, highlighting the talks, people, venue, and personal reflections on the event.
A software engineer argues that understanding business operations is crucial for career growth and making a greater impact.
A keynote presentation on scaling tech platforms and the SuperApp strategy, using case studies from Alibaba, Grab, and WeChat.
A guide to using Angular Testing Library for writing maintainable, user-focused tests for Angular components, with a practical feedback form example.
A tutorial on integrating Netlify CMS with a Gatsby site to manage and publish blog content through a Git-based workflow.
A beginner's introduction to creating generative art using the Processing software and basic code, with recommended learning resources.
A guide on using Go modules to manage and version development tools for Go projects, ensuring consistency across teams and CI/CD pipelines.
Explains why Azure Functions with HTTP triggers are not ideal for building full web APIs and should be used for reactive, message-based logic instead.
A tutorial on implementing dynamic theme switching in React Native apps using Styled Components and Redux for state management.
An article challenging the '10x engineer' myth and proposing the concept of a '+10% engineer' who boosts team productivity through collaboration and support.
Analyzes the pros and cons of browser default focus styles and explores custom design alternatives for better accessibility and branding.
A developer shares their experience learning Go by building an interactive Conway's Game of Life using the Ebiten game library.
An open source developer draws parallels between community building in software and neighborhood revitalization, emphasizing kindness and proactive effort.