TypeScript - JavaScript Reimagined
An article exploring TypeScript as a pragmatic tool for JavaScript development, comparing it to 'training wheels' for building reliable, large-scale applications.
An article exploring TypeScript as a pragmatic tool for JavaScript development, comparing it to 'training wheels' for building reliable, large-scale applications.
A comprehensive collection of resources for learning about Java 9, including talks, articles, books, and tutorials on its features and migration.
A developer shares lessons from building an interactive MIDI controller app with Angular, covering device connection and signal capture using the Web MIDI API and Observables.
Stitcher CMS alpha 5 released, adding plugin support and PHP 7 compatibility as the final alpha before the beta phase.
A technical guide on setting up and using the new headless Chrome browser with Selenium WebDriver for automated testing.
An updated overview of PostgreSQL's key features and improvements from the last 5 years, including JSONB, extensions, and logical replication.
Explains the new Shared Memory proposal for JavaScript, covering its importance, the event loop, and moving towards practical usage.
A developer shares the process of building 'todometer', a meter-based to-do list desktop app using Electron, React, and Redux.
A guide for beginners on how to start learning deep learning using the Keras library, including recommended resources and prerequisites.
A step-by-step tutorial on integrating Couchbase Lite, an embedded NoSQL database, with a .NET Core console application.
A technical guide on implementing progress bars in Windows 10 toast notifications using the BurntToast PowerShell module.
A summary of a two-day workshop introducing R programming, data processing, visualization, and spatial analysis for beginners in geography and GIS.
An update on Sway, an i3-compatible Wayland compositor, covering recent releases, new features, development stats, and future plans.
A technical guide explaining how to use Django's prefetch_related to solve the N+1 query problem and optimize database performance.
A guide to installing, configuring, and using ESLint for code linting in Node.js applications, including rule and environment setup.
Explains Stitcher's plugin system built on Composer autoloading and Symfony's service container, with a practical example.
Explains the pitfalls of optimistic locking in JPA/Hibernate and how to properly implement it to prevent data overwrites.
Explores two system objects, time and the kernel keyring, that are not isolated by Linux kernel namespaces, affecting container security.
A tutorial for Node.js developers on building a CRUD API with Python's Flask framework, covering setup, SQLite, and routing.
A developer shares their process of recreating a logo animation using pure CSS, including an introduction to CSS animations and keyframes.