This is a learning log for tech stuff I'm working with

Next items

Processed stuff

1 hour: 5 Things I Wish Someone Had Told Me About Programming Before I Started By, Kerri Miller

https://www.youtube.com/watch?v=bZOnbBJW3a8

A banch of motivation to go forward. It is always hard, but it is also always fun. There's more to being a successful developer than simply being great at programming. The gotchas that slow us down or trip us up are often outside of the code we write, manifesting instead in our process or how we work with our peers. Whether you're new to programming or a veteran of many projects, these 5 things can improve your code, your career, and your team, and is a refresher course on what goes into the day-to-day, reminding us to have some empathy for individuals new to our community.

interesting tips:

Interview: David Heinemeier Hansson (DHH) on Rails performance and speed - 2 hours

https://www.youtube.com/watch?v=bZOnbBJW3a8

Basecamp-centric talk. DHH explains why turbolinks and russian-doll caching matters. Explains business-oriented metrics. Why 100ms is ok for a single request and for single background task. And there are things otner than server-side performance metters for this metrics. JS initialisation, processing and so on.

Front-end dev skills by Front-end Discovery - 5h

Front-end dev skills by Front-end Discovery

A webinar about frontend skills and knowledge. Covers basic topics on what a developer should know to be valuable specialist. skills mind-map

short summary:

Micriservices talk by dataart - done in 3h

Micriservices talk by dataart

Good ideas what to do with RZ. Client discovery should be uset and RegistryService should be implemented first.

Other info is clear and will not affect the estimates.

interesting links: