Generative Artistry Podcast
A podcast exploring generative art, featuring interviews, tutorials, and off-topic chats with creators in the field.
A podcast exploring generative art, featuring interviews, tutorials, and off-topic chats with creators in the field.
A personal blog post reflecting on the author's journey from a struggling college student in 2010 to a software developer, sharing lessons learned.
A comprehensive cheatsheet detailing 15 essential JavaScript array operations, including iteration, mapping, filtering, and sorting.
A blog introduction focusing on technical essays, tutorials, and reflections about software development, tools, and career advice.
A detailed guide to mastering JavaScript function parameters, covering basics, default values, and destructuring with practical examples.
A comprehensive guide to Java 13's new features, including text blocks, switch expressions, and migration considerations from earlier versions.
Explains why parentheses cause R code assignments to print their values, covering invisibility flags and the behavior of the `(` function.
A live Java refactoring session presented at the JBCN Conf in Barcelona, focusing on practical software development techniques.
A talk and article showcasing surprising and advanced features of the IPython interactive Python shell.
A software educator argues that developers must cultivate imagination to remix and apply contrived educational examples to real-world software problems.
The author announces the launch of their new programming-focused podcast, 'Rant With Brent', promising concise and informative episodes.
A live stream exploring Java 12's new features, including String::indent, Collectors::teeing, and CompletableFuture additions.
A guide for beginners to set up their development environment and create their first project using the Go programming language.
A tech professional reviews his 2018 goals, including building a cloud practice, learning Go/Python, creating courses, blogging, and speaking.
Applying Stephen King's writing advice from 'On Writing' to software development, focusing on reading code and deliberate practice.
A recommendation for Christopher Pitt's personal programming blog, assertchris.io, highlighting his writing and content.
Stack Overflow co-founder reflects on its 10-year impact as a vital resource for programmers and discusses future challenges.
A developer shares three key mindset tips for career changers transitioning into coding, based on a real conversation at a tech conference.
An exploration of concurrency fundamentals, starting from basic concepts like threads and locks to build a foundation for writing faster, more understandable programs.
A guide to generating random numbers and values in Swift using the native APIs introduced in Swift 4.2, covering basic generation, collections, and custom types.