Best Practices

108 Articles

More Articles

Page 5 of 9
📰
coding4 min read

Stop Forcing REST onto Domain-Driven Architectures

Many teams struggle applying REST in domain-driven systems, often leading to complexity. Discover why RPC-style APIs are a better fit for these architectures.

By Kevin Liu
Read more
📰
coding3 min read

Level Up Design-to-Code Collaboration with GitHub's Annotation Toolkit

Learn how GitHub's open source Annotation Toolkit can improve design-to-code collaboration while preventing accessibility issues in your Figma projects.

By Kevin Liu
Read more
📰
coding6 min read

I Built Production-Ready 2FA (TOTP) in Node.js + Angular

Unlock enhanced security for your applications! This guide walks you through implementing Two-Factor Authentication (TOTP) in Node.js and Angular.

By Kevin Liu
Read more
📰
coding3 min read

Unlocking Copilot Code Review: Master Your Instructions Files

Unlock the full power of Copilot in code reviews. Learn how to master your instructions files with practical tips and best practices for effective coding.

By Kevin Liu
Read more
📰
coding3 min read

Community: The Key to Success in Enterprise AI Projects

Explore how a community-driven knowledge layer enhances enterprise AI projects, preventing hallucinations and validating code quality.

By Kevin Liu
Read more
📰
coding3 min read

TypeScript, Python, and the AI Feedback Loop in Development

Discover how TypeScript, Python, and AI feedback loops are transforming software development. Insights from GitHub Next's leader Idan Gazit reveal the future of coding.

By Kevin Liu
Read more
📰
coding5 min read

Managing Complex Form State in Vue3/Nuxt3: A Comprehensive Guide

Learn to manage complex form state in Vue3/Nuxt3 with the Composition API. Discover effective strategies for separation of concerns and improved code quality.

By Kevin Liu
Read more
📰
coding4 min read

Explaining the Accessible Benefits of Using Semantic HTML Elements

Explore the accessible benefits of using semantic HTML elements like <button> over generic <div>. Enhance user experience and SEO!

By Kevin Liu
Read more