The next CEO of Stack Overflow
Stack Overflow's co-founder Joel Spolsky announces he is stepping down as CEO and moving to Chairman of the Board, reflecting on the company's growth.
Stack Overflow's co-founder Joel Spolsky announces he is stepping down as CEO and moving to Chairman of the Board, reflecting on the company's growth.
Learn how to navigate files in Vim instantly using fuzzy finders, moving beyond traditional file trees for greater speed in large projects.
An introduction to Python testing using pytest, covering the basics and providing resources from a Python Frederick talk.
The article details a significant performance improvement in Ansible deployments by integrating the Mitogen tool, resulting in a 4.5x speed increase.
An introduction to graph theory using examples from Facebook, Game of Thrones, and social relationships to explain network concepts.
Explains why pow() is slower than ** in Python using the dis module and introduces the concept of constant folding.
Discover 5 lesser-known Angular CLI features to boost productivity, including conditional polyfill loading and hidden source maps.
A recap of the January live streams focused on building a SaaS product with Python and Django, covering integrations and admin tools.
The article critiques modern education for focusing on rote memorization of formulas over intuitive understanding, using examples from math and science.
Exploring using the re-frame framework for Clojure to build text-mode applications, moving beyond its typical web-based use with ClojureScript.
A technical guide to automating the deployment of the full HashiCorp stack (Consul, Vault, Nomad, Traefik) using Vagrant and Ansible for infrastructure.
Explores how sleep deprivation negatively impacts software developers' coding abilities and productivity, comparing it to sleep-deprived doctors.
Argues that public blockchains like Ethereum are unsuitable for business due to security risks, lack of finality, and better enterprise alternatives.
A guide comparing local development, Vagrant, and Docker for web projects, helping developers choose the right tool for their workflow.
A guide to building TypeScript projects using Bazel, Google's open-source build tool, for efficient dependency management and incremental compilation.
A practical guide to finding and exploiting hosts vulnerable to the libSSH authentication bypass (CVE-2018-10933).
A technical guide on deploying Red Hat OpenShift, an enterprise Kubernetes platform, on Microsoft Azure using ARM templates and Ansible.
An improved CSS refresh bookmarklet that reloads stylesheets, including those within iframes, for web development.
An overview of tools and techniques for creating clear and insightful diagrams to visualize complex neural network architectures.
A technical tutorial on creating Python scripts with Scapy to send and sniff fake WiFi beacon frames for network testing.