How to Add a Text Filter to Django Admin
A guide to creating a custom text input filter for Django Admin to improve performance over standard search fields.
A guide to creating a custom text input filter for Django Admin to improve performance over standard search fields.
A developer's 2017 reflection covering political activism, travel, and professional work on web components, accessibility, and a promotion at Google.
Explores the similarities between the Reactive Streams API and the AMQP 1.0 protocol, proposing AMQP 1.0 as a reactive protocol for messaging in microservices.
A tutorial on creating an Alexa skill that triggers Azure Logic Apps to post messages to Slack, all without writing code.
A software developer recommends four books on focus, mindset, leadership, and tech trends to help professionals grow in 2018.
The author argues for the use of 'toolkits' (zero-config tools) in software development, explaining their benefits and providing an analogy.
A developer troubleshoots a tricky JavaScript testing error after updating dependencies like React and Jest, despite mocked console methods.
A developer shares how he built two production-ready web apps entirely in the browser using CodeSandbox and deployed them with Netlify.
A guide on testing React components that use render prop components, covering integration and E2E testing strategies.
A guide explaining what JavaScript tests are by building a simple testing framework from scratch for pure functions.
A programmer reflects on the ethical responsibilities and unforeseen societal dangers of software development in the modern, hyper-connected world.
A .NET developer's 2017 blog retrospective, analyzing traffic stats, top posts about CLR internals, and the impact of Hacker News.
Explores the R-CNN family of models for object detection, covering R-CNN, Fast R-CNN, Faster R-CNN, and Mask R-CNN with technical details.
A personal review of the author's favorite podcast episodes from 2017, focusing on tech, design systems, and open source.
A technical guide on how to stream video from an AWS DeepLens camera over an SSH connection, eliminating the need for direct physical hardware connections.
A curated list of essential Git and GitHub guides, tutorials, and resources for developers to master version control and resolve common issues.
A personal selection of the author's favorite conference talks from 2017, covering web development, data visualization, and browser technology.
Explains the key differences between auto-fill and auto-fit keywords for responsive column sizing in CSS Grid layouts.
Strategies for creating effective developer marketing content by leveraging internal engineering communications and support insights.
A technical guide on running a precompiled .NET Core Azure Function inside a Docker container using the Azure Functions Runtime image.