The art of coding
A developer draws parallels between a design museum exhibition and software development, exploring coding as an art form and the importance of feedback loops and simplicity.
A developer draws parallels between a design museum exhibition and software development, exploring coding as an art form and the importance of feedback loops and simplicity.
Explains the benefits of upgrading from PHP 5 to PHP 7, including major performance improvements, reduced memory usage, and new features.
A technical guide detailing the challenges and solutions for running Linux on a Samsung Chronos 7 laptop, focusing on performance and heat management.
Announcing Script'17, a new JavaScript conference created to provide an exciting and inspiring event for the community.
A blog post sharing practical tips for delivering a successful first public talk, based on the author's personal experience.
A guide to setting up continuous integration for .NET Core libraries using Atlassian Bitbucket Pipelines, including YAML configuration and NuGet packaging.
Explores using Google Closure Compiler to significantly reduce Angular 2 application bundle size, detailing the process and experimental results.
Guide to configuring the Sinopia npm repository server to properly cache and proxy scoped packages like @angular/core.
Introducing the Cloud Foundry OpenStack Validator, a tool to check if an OpenStack installation is ready to run Cloud Foundry.
A guide on integrating Stripe payments with Angular, covering default and custom forms, despite using deprecated APIs.
A guide to optimizing Vagrant performance for Symfony development on Windows, covering plugin installation, PHP7 setup, and cache/log configuration.
Introduces new Hamburger-style UI controls for Windows Universal Apps in the Cimbalino Toolkit, including HamburgerFrame, HamburgerTitleBar, and HamburgerMenuButton.
A curated list of resources for beginners to learn Python specifically for data science, including tutorials, courses, and books.
Technical guide on building a real-time Twitter sentiment analysis system using Apache Kafka and Storm.
A developer troubleshoots and solves a 'not enough space on disk' error in Azure Cloud Services by redirecting the temp folder to a local resource.
Introducing a PHP library for identifying dead code using executable markers called "tombstones" to safely clean up legacy projects.
Author announces the free release of their open-source book 'Intermediate Python', designed to guide learners after mastering the basics.
Cimbalino Toolkit 2.0.0-beta1 released, now compatible with Windows 10 UWP for universal app development.
Explores CSS techniques for handling long words and preventing layout breaks, covering hyphens, word-break, overflow-wrap, and ellipsis.
Exploring Aspect-Oriented Programming in JavaScript to handle cross-cutting concerns like logging, using the aspect.js library.