Reverse Engineering Facebook: Public Video Downloader
A technical guide on reverse engineering Facebook to create a tool for downloading public videos by analyzing network requests.
A technical guide on reverse engineering Facebook to create a tool for downloading public videos by analyzing network requests.
A guide on reverse engineering the Soundcloud API to bypass download restrictions using Python.
Explores the 'dusting of gamification' in Stack Overflow's reputation system, its origins, and its role in community building.
Learn how to create a custom IterableDiffer in Angular to optimize change detection and improve performance with large collections.
Analyzing filesystem error handling by reproducing past studies on modern systems like ext4 and btrfs.
Explains Laravel 5.4's real-time facades feature, which allows creating facades on-the-fly without separate classes.
Explains Laravel 5.4's new higher order messaging and 'when' method for collections, showing cleaner syntax for filtering and actions.
A guide for beginners on how to start learning deep learning using the Keras library, including recommended resources and prerequisites.
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.
Introducing ngrev, a reverse engineering tool for Angular that visualizes project structure to help developers understand and optimize large codebases.
Laravel Mix is the new asset compilation tool replacing Laravel Elixir in Laravel 5.4, using Webpack instead of Gulp.
Introducing Laravel Dusk, a new browser testing tool for Laravel 5.4 that enables testing JavaScript-heavy applications.
A developer shares their first-week experience at L4 Digital, detailing the office culture, tech setup, and initial coding work.
How to create clean URLs and redirects on GitHub Pages using a custom 404.html page and JavaScript, without server-side code.
Explains Ahead-of-Time (AoT) compilation in Angular, covering its benefits over Just-in-Time (JiT) compilation for performance and efficiency.
A developer shares statically compiled Unison 2.48 binaries for ARM architecture, along with detailed build notes using QEMU and Debian.
A developer shares his experience of inspiring 40 teenagers to start programming through a motivational session at a London college.
An introduction to Python sorted collections, explaining the need for libraries like SortedContainers for efficient sorted data types.
Exploring scalable architecture for single-page applications, covering state management with Redux and asynchronous communication using RxJS.