Programming

Blog posts tagged with Programming
What do you know Sep 2013

What do you know Sep 2013

05/09/2013
The Web Directions - <a href="https://wdyk-melb-sept13.eventbrite.com/" target="_blank">What do you know events</a> are always a fun night and tonight was no exception with many running 'jokes' about some of the appalling policy decisions just announced by the coalition that will affect our industry, one which has been a boom area for Australia, but largely unrecognised on the larger national scale. Anyway, enough of Politics, what were the talks? Bear in mind there were 10, so this will be very brief...
Teaching Programming: What’s the Best Language for Beginners?

Teaching Programming: What’s the Best Language for Beginners?

25/05/2016
Like many of my age and generation, I started learning to program with BASIC. These were the days when you bought magazines full of pages and pages of code for games or basic applications. You spent hours with your friends painstakingly typing these programs into a computer to find there was a typo, or the game didn’t work, and then giving up. It was more about hanging out with your friends, whilst your parents felt like you were learning something.
Preventing SQL injections in Python (and other vulnerabilities)

Preventing SQL injections in Python (and other vulnerabilities)

28/02/2017
Python is a wonderful language, ideal for beginners, and easy to scale up from starter projects to complex applications for data processing and serving dynamic web pages. As you increase complexity in your applications, it can be easy to inadvertently introduce potential problems and vulnerabilities. In this article, I will highlight the easiest to miss that can cause the biggest problems, how to avoid them and tools and services that help you save time doing so.
JVM-Free Kotlin With Kotlin/Native

JVM-Free Kotlin With Kotlin/Native

11/04/2017
I would never call myself a real programmer, but I have a healthy obsession with studying new languages that emerge, especially those that arrive with little baggage and attempt to solve current problems and new use cases. This brought about my explorations in recent years of Swift and Kotlin, both initially aimed to fix issues with the languages traditionally used in their worlds, but rapidly became used in more widespread contexts, and generally, have enthusiastic communities.
At 30 years old, is Ruby in a mid-life crisis or a renaissance?

At 30 years old, is Ruby in a mid-life crisis or a renaissance?

11/11/2024
Ruby’s creator, Yukihiro Matsumoto (Matz), released the first public version of the programming language in December 1995, making Ruby just shy of its 30th birthday. It spread across Japanese-language Usenet newsgroups, a popular way of exchanging conversation and media before the World Wide Web, and then reached broader communities throughout the late 1990s.
Esoteric Languages Challenge Coders to Think Way Outside the Box

Esoteric Languages Challenge Coders to Think Way Outside the Box

04/09/2025
Have you ever tried programming with a language that uses musical notation? What about a language that never runs programs the same way? What about a language where you write code with photographs? All exist, among many others, in the world of esoteric programming languages, and Daniel Temkin has written a forthcoming book covering 44 of them, some of which exist and are usable to some interpretation of the word “usable.” The book, Forty-Four Esolangs: The Art of Esoteric Code, is out on 23 September, published by MIT Press.