3 Years of Extremely Remote Work
An engineer shares his 3-year experience of working remotely from Australia for a US firm, detailing the challenges of extreme timezone differences.
An engineer shares his 3-year experience of working remotely from Australia for a US firm, detailing the challenges of extreme timezone differences.
A guide on how to style the calendar/clock icons in HTML date and time input types using the ::-webkit-calendar-picker-indicator CSS pseudo-element.
A developer documents their process of adding features to a Pong clone using the Love2D framework and Lua, including AI tools.
Learn how to style console text in Node.js using ANSI escape sequences and the built-in util.styleText() function.
Argues that 'Stream vs. Batch' is a misleading dichotomy; the real distinction is between 'Push vs. Pull' semantics in data processing.
Guide on integrating Microsoft 365 Copilot agents with Azure AI Search for enhanced knowledge retrieval using RAG, offering more control than basic options.
A beginner-friendly explanation of why CSS height properties sometimes don't work as expected, exploring the fundamental differences between width and height.
A course teaching how to code Large Language Models (LLMs) from scratch to deeply understand their inner workings and fundamentals.
A developer explores using AI tools like Grok within Neovim for Love2D game development, including enhancing a Pong clone and its particle system.
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
A tutorial on building a React.js UI to stream and compare responses from multiple AI models simultaneously using the Vercel AI SDK.
Author verifies the legitimacy of The Authors Registry after receiving a $600 royalty check, sharing his experience to help others.
A guide to the GitHub Copilot Adventures repository, featuring hands-on coding challenges to learn AI-paired programming across multiple languages.
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
Analysis of Doom's gaming performance using GPU Flame Graphs and FlameScope for CPU/GPU correlation and shader compilation insights.
A critique of French tech's risk-averse culture, arguing that focusing on local compliance over global innovation hinders its competitiveness.
Explores the complexities and pitfalls of converting various values to strings in JavaScript, including Symbols and objects with null prototypes.
A tutorial on building a React.js chat app that allows users to switch between multiple AI models like GPT-4 and Claude 3 using the AI SDK.
A guide to implementing concurrent optimistic updates in React Query to improve UI responsiveness and user experience.