Nifty Python tricks
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
Introducing Hooks, a simple tool for running custom commands on GitHub webhooks to enable easy continuous deployment.
Argues against using jQuery for modern web development, citing native browser APIs and jQuery's abstraction issues.
A beginner-friendly guide to overcoming terminal intimidation and learning essential Unix command line commands for developers and designers.
A technical guide on configuring Amazon S3 to publish event notifications to SNS topics or SQS queues using IAM policies.
Safaricom is migrating M-PESA servers from Germany to Kenya, promising improved stability and faster transactions, while developers hope for better API access.
A weekly roundup of browser updates, developer tools, debugging tips, and web performance optimization techniques.
A developer's exploration of replacing verbose anonymous classes with concise lambda expressions and method references in Java.
A guide to integrating SCCM application deployment links into a custom web portal using PowerShell, creating a unified user experience.
A technical guide on configuring an AWS VPN connection with a Cisco router behind a home NAT, including configuration modifications for NAT traversal.
Explores issues with UITableViewController's designated initializers in iOS 8.3, detailing subclassing problems and workarounds.
A tutorial on building a Lumen microservice that generates Heroku-style random server names using a thesaurus API.
A technical analysis of Apple's open-source ResearchKit framework, examining its source code, design patterns, and workarounds for iOS development challenges.
A guide to using the Specta framework for writing behavior-driven unit tests in iOS development, comparing it to XCTest.
A developer details fixing a mobile scrolling bug in Safari with VoiceOver while creating an accessible slide-out navigation menu.
A developer shares the process of building 'Payback', a web app using Instagram's API to find users you follow who don't follow you back.
Lumen is a new micro-framework from Laravel, designed for building fast microservices and small, single-purpose applications.
SUSE's Hack Week allows engineers to work on self-chosen projects, fostering innovation, learning, and collaboration.
A humorous rap song about Drupal development, covering modules, hooks, caching, and the Drupal community.
A guide to using the AFL fuzzing tool to test Python code for bugs and security vulnerabilities by generating random inputs.