Aphantasia
A personal exploration of aphantasia, the inability to voluntarily visualize mental images, and its surprising implications.
A personal exploration of aphantasia, the inability to voluntarily visualize mental images, and its surprising implications.
Introducing Mavo, an open-source HTML-based language for creating web applications without programming or a server backend.
Cimbalino Toolkit 2.5.0 released, now targeting .NET Standard 1.0 for cross-platform compatibility and featuring other improvements.
Spring 2017 database news: SQL:2016 standard, cloud pricing wars, ACIDRain security study, and DB-Engines rankings.
A developer investigates and troubleshoots the long startup time of a Spring Boot Java application running on macOS, analyzing logs to find the cause.
Explores how to write Pythonic code by effectively using the Python standard library's built-in modules for tasks like CSV handling.
Explains how to use TypeScript's strictNullChecks compiler option in Angular 4.1.1 to write safer, more robust code by preventing null/undefined assignment errors.
A guide to building a dedicated homelab server for running development VMs, covering the benefits of isolation and hardware selection.
Explains how to properly retrieve the current culture in UWP apps using a non-hacky method based on .NET Core Runtime internals.
A guide for beginners on how to start learning deep learning using the Keras library, including recommended resources and prerequisites.
Guide to creating custom build configurations (beyond Debug/Release) for .NET Core projects using MSBuild scripts.
A developer investigates a performance bottleneck caused by regex validation in AutoMapper and explores faster alternatives for string validation.
Explores Python's built-in functions like any, enumerate, and print to help developers write more idiomatic and efficient Python code.
A developer shares projects from SUSE Hack Week 15, including Conway's Game of Life, Ruby gems, and Git tooling.
A guide to 7 essential Angular development tools for scaffolding, code analysis, debugging, and improving developer productivity.
A tutorial on building a Facebook Messenger bot that fetches and delivers content like memes and jokes from Reddit.
Explains the Python @property decorator as a tool for encapsulation and clean attribute access, contrasting it with Java-style getters/setters.
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
Introducing ngrev, a reverse engineering tool for Angular that visualizes project structure to help developers understand and optimize large codebases.
Explains how to use Deferred Events to make async event handlers awaitable, allowing the invoker to wait for all handlers to complete.