Aug, 2021
A bit about me 🤔
What I do for fun
- Beta testing on exotic PowerPC hardware, running Linux and other operating systems, especially AmigaOS. Also, I am developing applications in C for these systems.
- I love Docker and experimenting with my own images, creating out of the box solutions for compiling applications written in C/C++.
- Developing own websites and supporting online community forums.
Tech I like...
Docker, PHP, C, MySQL/MariaDB, Kubernetes and Docker orchestration, CI/CD with Drone and Jenkins, Grav and Drupal
Currently learning...
Currently I am learning Rust and C and C++
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="George Sokianos" />,
mountNode
);
Aug, 2021
Saying hello! 👋
software engineer, Drupal follower, Docker ninja, JS explorer, PHP believer, Amiga enthusiast, truth seeker, parent & husband... at least for now...
Aug, 2021
A bit about me 🤔
What I do for fun
- Beta testing on exotic PowerPC hardware, running Linux and other operating systems, especially AmigaOS. Also, I am developing applications in C for these systems.
- I love Docker and experimenting with my own images, creating out of the box solutions for compiling applications written in C/C++.
- Developing own websites and supporting online community forums.
Tech I like...
Docker, PHP, C, MySQL/MariaDB, Kubernetes and Docker orchestration, CI/CD with Drone and Jenkins, Grav and Drupal
Currently learning...
Currently I am learning Rust and C and C++
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="George Sokianos" />,
mountNode
);
Aug, 2021
Saying hello! 👋
software engineer, Drupal follower, Docker ninja, JS explorer, PHP believer, Amiga enthusiast, truth seeker, parent & husband... at least for now...