Swift Summit SF 2016
A developer reflects on attending Swift Summit SF 2016, discussing insights from the conference and the value of reading Swift's open-source standard library code.
A developer reflects on attending Swift Summit SF 2016, discussing insights from the conference and the value of reading Swift's open-source standard library code.
A developer's introductory blog post announcing a focus on Java, JavaScript, and general programming topics.
A programmer's personal reflections and key takeaways from reading the book 'Coders at Work' while on vacation.
A guide to migrating Swift 2.3 code to Swift 3.0, focusing on replacing C-style for-loops and operators with modern Swift alternatives.
Analyzing the relationship between age and desired job roles among new coders using the 2016 Kaggle survey data.
The author reflects on the global reach of their book 'Intermediate Python', which has been read in 181 countries and used for training.
Explains JavaScript's mutator array methods like pop(), push(), sort(), and splice() that modify the original array.
Explains the new tuple syntax and ValueTuple type in C# 7, highlighting performance benefits and named elements over older Tuple classes.
A developer shares his experience of inspiring 40 teenagers to start programming through a motivational session at a London college.
A personal reflection on how the BBS software RemoteAccess, written by Andrew Milner, fueled the author's early passion for computers and online communities in the 1990s.
Learn Rust by building a program that mimics the 'tee' command, following a project-based learning approach.
Author discusses writing a Go image cropping program for Linux Voice, sharing insights on Go's features and providing code resources.
A curated list of resources for beginners to learn Python specifically for data science, including tutorials, courses, and books.
A review of the Topconf Linz 2016 software conference, covering its organization, speaker lineup, and attendee feedback.
A programmer reflects on the nature of programming, the value of learning multiple technologies, and the importance of passion and teamwork for a sustainable career.
Argues that Python is the best programming language for scientists to learn, highlighting its community, learning resources, and scientific packages.
A developer expresses gratitude after being elected a Java Champion, thanking mentors, community members, and supporters.
Microsoft adds PowerShell language support to Visual Studio Code, offering a faster alternative to PowerShell ISE and Visual Studio for scripting.
Author shares the journey and process of writing 'Python Machine Learning,' a technical book for aspiring machine learning practitioners.
A guide on creating a new TAP lexer for the Pygments syntax highlighter to format code in documentation.