Homepage
Open in app
Adventures in Software Development
Adventures in Software Development
Sign inGet started
Tagged in

Programming

Adventures in Software Development
Adventures in Software Development
Programming, Software and Lessons Learned.
More information
Followers
1
More, on Medium
  • Programming
Go to the profile of Peter Naulls
Peter Naulls in Adventures in Software Development
Jan 2, 2020

Java — Now and Then

Back in 1995 (or thereabouts, perhaps it was a little earlier), Java hit the scene, and it was the hottest thing in…

Read more…
1 response
Go to the profile of Peter Naulls
Peter Naulls in Adventures in Software Development
Dec 19, 2019

Embedded Software and the pursuit of perfection

Read more…
Go to the profile of Peter Naulls
Peter Naulls in Adventures in Software Development
Dec 13, 2019

Version and Derision

You’ve seen version numbers in software. 1.0, 2.1, 1.1.0 and sometimes much more complex schemes. Sometimes they get…

Read more…
Go to the profile of Peter Naulls
Peter Naulls in Adventures in Software Development
Nov 30, 2019

That one time without the mutex

Every developer who starts with threading soon learns about the necessity of locking structures. The reason is pretty simple — if your program has two threads of execution, and there’s any chance at all one of them will alter the structure, then you need to lock between…

Read more…