Daniel Olszewski (@daolszewski) 's Twitter Profile
Daniel Olszewski

@daolszewski

Software developer interested in JVM and JavaScript ecosystems. Java, JS, and web development fiend.

ID: 2878783624

linkhttp://dolszewski.com/blog/ calendar_today15-11-2014 23:18:50

303 Tweet

148 Takipçi

161 Takip Edilen

Derek Shoemaker (@derekshoedev) 's Twitter Profile Photo

Today I learned: `/usr` stands for “universal system resources” not “user” `/dev` stands for “device” not “development” Had no idea.

Siva (@sivalabs) 's Twitter Profile Photo

Learning technical skills is the easiest part of software development. Being compassionate to other team members is more important. Any gr8 developer can do a silly mistake on a bad day!! Technical excellence is required but being compassionate is more important for team success.

I Am Devloper (@iamdevloper) 's Twitter Profile Photo

Debugging is like an onion. There are multiple layers to it, and the more you peel them back, the more likely you're going to start crying at inappropriate times.

I Am Devloper (@iamdevloper) 's Twitter Profile Photo

programming progression year 0: I know nothing years 1-2: I know some things years 3-4: I don't know what I don't know years 4-4.5: I know *everything* years 4.5-10+: I know nothing

Zach Waugh (@zachwaugh) 's Twitter Profile Photo

JavaScript: “function” Swift: “func” Kotlin: “fun” Rust: “fn” If you’re writing a new programming language, you know what you have to do

Rod Johnson (@springrod) 's Twitter Profile Photo

How can serverless have server errors? Just tried to invoke a Lambda through HTTP and got {"message": "Internal server error"}

Andy Wilkinson (@ankinson) 's Twitter Profile Photo

There are numerous things that weren’t invented when Spring was conceived. It wasn’t designed to handle them, but to be adaptable and extensible. Able to move with the times, now it can handle them. Evolution rather than throw-it-all-away revolution: youtu.be/Tx6hBQQH3eI

Nicolas Frankel 🇺🇦🇬🇪 (@nicolas_frankel) 's Twitter Profile Photo

Hey d-zone, this is definitely not OK to publish one of my post without my consent dzone.com/articles/java-…, especially given we already had this conversation and I removed my consent! Wanted to keep this private, but since you don't respond to emails... 😡 #theft #IP

I Am Devloper (@iamdevloper) 's Twitter Profile Photo

Going to write a new blog post then deciding it would actually be a good idea to build your own blogging engine is like a carpenter deciding they clearly need to forge a new hammer before they can possible knock in a nail.

Maciej Walkowiak 🍃 (@maciejwalkowiak) 's Twitter Profile Photo

1/6 Few hints 💬 that may help in writing easier to maintain Java code 📢: ✅ organise packages by vertical slices instead of layers ✅ reference other aggregates only by ids instead of type