What lawyers can learn from open source
Explores how lawyers can adopt open source workflows, tools, and philosophies to improve remote collaboration and legal practice.
Explores how lawyers can adopt open source workflows, tools, and philosophies to improve remote collaboration and legal practice.
The author open-sourced their personal blog, detailing the tech stack (Eleventy, Gulp, Node) and the reasoning behind their architectural choices.
A recap of the January live streams focused on building a SaaS product with Python and Django, covering integrations and admin tools.
A developer shares their journey of learning Azure Pipelines through trial and error, focusing on setting up a build pipeline for a PowerShell project.
A guide to using Python decorators for automatic TensorFlow named scopes, improving code organization and TensorBoard visualization.
A review of the book 'Mismatch', which provides a framework for designing inclusive and accessible technology experiences.
A beginner-friendly tutorial explaining functional programming concepts in Swift, focusing on higher-order functions like map, reduce, and filter.
A discussion on the shift from traditional error-only logging to structured event logging in modern distributed systems.
The article critiques modern education for focusing on rote memorization of formulas over intuitive understanding, using examples from math and science.
Announcing the release of Blazored Modal, a JavaScript-free modal component for Blazor, with setup instructions and migration notes.
Analysis of fuzzing ImageMagick and GraphicsMagick with OSS-Fuzz, revealing hundreds of security bugs despite prior audits.
A web developer revisits and improves the accessibility of the HTML <abbr> element, addressing tooltip and keyboard navigation issues.
A developer's personal recap of attending and volunteering at FOSDEM 2019, covering meetings, technical talks, and community experiences.
Exploring using the re-frame framework for Clojure to build text-mode applications, moving beyond its typical web-based use with ClojureScript.
A guide to implementing a simple CQRS pattern using raw SQL and Domain-Driven Design (DDD) principles in a .NET Core REST API application.
A guide to implementing effective logging in Python applications, covering best practices, the logging module, and using daiquiri for better configuration.
A technical guide to automating the deployment of the full HashiCorp stack (Consul, Vault, Nomad, Traefik) using Vagrant and Ansible for infrastructure.
A guide to creating a custom React Hook, useInterval, to make setInterval work declaratively with React Hooks.
Explores how sleep deprivation negatively impacts software developers' coding abilities and productivity, comparing it to sleep-deprived doctors.
A guide to writing tests and benchmarks in Go, covering conventions, folder structure, and practical examples.