The Full Tools Developer
A developer argues for learning HTML, CSS, and JavaScript fundamentals before jumping into frameworks like React or Angular.
A developer argues for learning HTML, CSS, and JavaScript fundamentals before jumping into frameworks like React or Angular.
A Swift iOS developer dissects their new Bible verse memorization app, explaining how features like UITableView, Core Data, and NSFetchedResultsController were implemented.
A technical walkthrough of building the 10 Read 10 Said iOS app, covering Swift features like UITableView, Core Data, and NSFetchedResultsController.
A guide to improving PowerShell's ValidateScript attribute by creating custom validation functions for better error messages and user experience.
A graduate reflects on their 5-year computer engineering master's at Linköping University, covering courses, projects, and personal growth.
A simulation of the card game 'Stop the Bus' using Python and Blender, analyzing optimal stopping strategies through millions of simulated games.
A tutorial on using Carthage to add Quick and Nimble testing frameworks to a Swift 2 project in Xcode 7.
A practical guide to understanding and implementing the Flux architecture for React.js applications, focusing on unidirectional data flow.
A GitHub engineer shares 12 practical tips for tech companies to write more human, less corporate blog posts about product updates.
An in-depth look at implementing the Store and handling network communication in the Flux architecture, using Observables and design patterns.
A tutorial on implementing swipe-to-delete workflow in UITableView using Swift, including confirmation step.
A Swift tutorial on implementing a swipe-to-delete workflow in UITableView with a confirmation step.
Introduces bugspencer.com, a resource for reporting browser bugs, tracking bug trackers, and finding related articles.
Oracle releases critical security patches for OBIEE, ODI Data Quality, and Exalytics systems, addressing vulnerabilities in specific versions.
A Matlab app for interactive lens simulation and ray tracing in classical optics.
Explores how government IT procurement is evolving from waterfall to agile methods and aligning with open source development practices.
Guide to using KDCircularProgress library in Swift for iOS circular progress indicators with Storyboard support.
Guide to using KDCircularProgress for a circular progress indicator in Swift iOS apps with Storyboard integration.
A web developer argues for defining browser support per feature/module instead of globally, using tools like caniuse.com for clarity.
Explores implementing the Fibonacci sequence in Python using Haskell's lazy, functional style for elegance and efficiency.