App Defaults 2023
A developer shares their default apps and tools for 2023, covering email, notes, coding, cloud storage, and productivity software.
A developer shares their default apps and tools for 2023, covering email, notes, coding, cloud storage, and productivity software.
A critique of excessive JavaScript use in web development, advocating for simpler, standards-based approaches like HTML-first and web components.
Scikit-learn remains a dominant and impactful machine learning library, especially for classic ML and tabular data, despite the hype around deep learning.
Paolo Melchiorre announces his candidacy for the 2024 Django Software Foundation board, outlining his experience and goals for the Django community.
A tutorial on building a custom GPT with FastAPI and Azure AI Search to answer questions about blog content using custom actions.
A comprehensive guide to implementing Object-Oriented Programming (OOP) design patterns in JavaScript, covering creational, structural, and behavioral patterns.
A web developer discusses the value of personal perspective in tech talks and blog posts, encouraging others to share their unique stories.
Analyzes IBM's punch card role in the Holocaust to draw parallels with modern AI risks and corporate ethics in technology.
A developer shares their evolving tooling setup, including terminal emulators, dotfiles, and workflow automation with tools like Homebrew and Neovim.
A CSS tip for preventing the scroll bounce effect on webpages using the overscroll-behavior property.
A software developer shares key writing lessons learned while authoring a book, applying principles like KISS from software development to improve clarity.
A bootstrapped SaaS founder discusses the 'build vs. buy' decision for core features, analyzing cost, time, and opportunity cost at the MVP stage.
Interview with Emanuel Zgraggen, CEO of Einblick, on his career journey and building a visual computing platform for accessible data analysis.
A guide on extending laptop battery life by setting a charge threshold to 80% on Linux using system scripts.
A tech sustainability article arguing for extending device lifespans to combat e-waste, discussing right-to-repair and environmental impact.
Announcing a preprint for the svylme package, introducing the svy2lme function for fitting linear mixed models to complex survey data.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, with a focus on PostgreSQL implementation and examples.
A guide to building a custom memory profiler using the pprof text format, focusing on tracking allocations in C with a custom allocator.
Overview of new features in PHP 8.3, including readonly class amendments, typed constants, the #[Override] attribute, and json_validate().