β¨ Background
I am an Australian, Veteran Software Engineer with more than 25 years on the keys (and it's starting to show). When I first started working online in 1997 we were still trying to figure out what to do with it, and we had NO IDEA of just how much the Internet was going to change our world ...
These days, I'm developing 100% Open Source Software ... and I've started writing to try and pass on a little of what I've learned.
π Current Focus
Right now I'm focused on building my own IT Consultancy Practice which specializes in the commercial application of cloud, container, and open-source technologies. Alongside this, I'm hoping to build a community of like-minded geeks who are interested in learning some of the stuff I managed to pick up over the past 25 years.
#!/usr/bin/python
class Ragdata:
def __init__(self):
self.name = "Darren 'Ragdata' Poulton"
self.role = "Software Engineer"
self.age = "(old enough to know better)"
def data(self):
skills = {
'languages': [ 'Bash', 'C', 'C++', 'C\#', 'Java', 'Javascript', 'Node.js', 'PHP', 'Python' ],
'frameworks': [ '.NET', 'Laravel', 'Symfony', 'Node.js', 'Vue.js' ],
'tools': [ 'Android', 'Docker', 'JetBrains', 'Ubuntu', 'Windows 11', 'WSL2' ]
}
def contact(self):
email = "[email protected]"
dev.to = "https://dev.to/ragdata"
twitter = "https://twitter.com/RagdataAU"
substack = "https://ragdata.substack.com/"
def bio(self):
print("Australian Software Engineer with more than 25 years on the keys.")
print("Now concentrating on sharing what I can of what I learned with anyone who wants to listen")
|
|
|
Infographics by Lowlighter