Where to start to become more productive
A guide to productivity fundamentals, covering mindset, essentialism, the GTD system, and deep work strategies for tech professionals.
A guide to productivity fundamentals, covering mindset, essentialism, the GTD system, and deep work strategies for tech professionals.
A technical analysis of Apple's unreleased AirPower charging animation, exploring the iOS ChargingViewService and SceneKit implementation.
Stack Overflow co-founder reflects on its 10-year impact as a vital resource for programmers and discusses future challenges.
A tutorial on using RxJS for state management in React applications, focusing on handling real-time data and asynchronous operations.
Advice for companies on maximizing programmer productivity by providing proper hardware, tools, and a creative work environment.
A conference veteran shares essential experiences for first-time AWS re:Invent attendees, including keynotes and the re:Play party.
Explores Java 11's HTTP/2 API for reactive, streaming request and response bodies using the Flow API, with code examples.
A guide to automating Angular library releases using semantic-release and CircleCI for versioning, publishing, and changelog generation.
Explains and demonstrates the behavior of Singleton, Scoped, and Transient service lifetimes in client-side and server-side Blazor applications.
A guide to essential R packages for setting up, running, and assessing unit tests in R package development, focusing on testthat and related tools.
A practical guide to finding and exploiting hosts vulnerable to the libSSH authentication bypass (CVE-2018-10933).
Explains how to fix the React warning about calling setState on an unmounted component to prevent memory leaks and performance issues.
A technical critique of SQL Server 2019's Master Data Services (MDS) database, highlighting poor default configurations like outdated compatibility levels and page verification settings.
A developer details their process of recovering a forgotten UniFi controller password by exploring the MongoDB database within a Docker container.
Building a Mortal Kombat controller using TensorFlow.js, CNNs, and transfer learning for posture classification from a webcam feed.
A guide to writing Vue.js components that work correctly in both server-side rendering (SSR) and client-side environments, covering common pitfalls and solutions.
Sway 1.0-beta.1, a major release of the i3-compatible Wayland compositor, is now available with significant stability and feature improvements.
A tutorial on writing tests for Apollo Client queries and mutations in a React application using a mocked GraphQL server.
Explains how to register a service both as an interface and as its concrete type in ASP.NET Core's built-in dependency injection container.
An update on the svy2lme R package for fitting linear mixed models with complex survey data, including a comparison with Stata.