You are here |
preslav.me | ||
| | | |
blog.nuculabs.de
|
|
| | | | Lately I've been busy with university, work and learning something new. I've started my programming journey when I was in high school with Python, I didn't have any informatics classes so I had to study on my own. I confess that I didn't really understood how Python works, until I've tried Java. Python had a dynamic type system and it was very confusing for a newbie like me. After finishing Introduction to Computing with Java course from HKUST on edX I started to get a better grasp on programming. After that I've started reading some java books like: Effective Java, Head First Java and some chapters from Intro to Java Programming, Comprehensive Version, which I consider to be the most complete and useful Java book ever made (if you do the exercises). Then I've abandoned Java because all I knew to do with it was console programs, I had no ideas about framework and all the possibilities, when I saw someone at Google giving a talk and demonstrating a browser game that ran Java in the backend I was like: "What is this magic?!", back then I had no knowledge about networking and client-server architecture. | |
| | | |
www.shakespearegeek.com
|
|
| | | | You know me as Shakespeare Geek but I'm also an experienced principal software engineer and I'm looking for a job. | |
| | | |
honza.pokorny.ca
|
|
| | | | Thoughts of an open source developer with a theology degree. Honza Pokorný is a web developer and an armchair theologian in Halifax, Canada | |
| | | |
www.softdevtube.com
|
|
| | The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a |