Friday, October 30, 2020

IT links (19.10. - 25.10.2020)

 Work with Java constants - anti-patterns and good practices

Terminology update of inline classes etc. - they are primitive classes, objects now

There is a proposed schedule for JDK 16

Spring Security - delegating access decisions to bean methods for more complex cases

Accessing AWS Lambda over Private AWS Network with AWS PrivateLink

Avoiding AWS Lambda cold starts - multiple solutions

How to pick the proper number of neurons for a neural network? - secret formula

Software 2.0 takes shape - some early applications of machine learning and AI to different aspects of software development

Saturday, October 24, 2020

AI, ML, Robots and Brains (12.10. - 18.10.2020)

Society


Health

Robots


Cars


Hardware


Brains

Thursday, October 22, 2020

IT links (12.10. - 18.10.2020)

9 tips about handling exceptions in Java from Effective Java book with code examples from open source projects

A good overview of creational design patterns with examples in Java

Overview of Java machine learning libraries with examples

Working with parametrized builds on Jenkins

Building and deploying Python-based serverless REST API with AWS Chalice

And remote work is going to stay also after COVID-19

Sunday, October 18, 2020

AI, ML, Robots and Brains (5.10. - 11.10.2020)

Society


Algorithms


Health


Robots


Cars


Brains

Wednesday, October 14, 2020

AI, ML, Robots and Brains (28.9. - 4.10.2020)

Society


Algorithms


Health


Robots


Brains

Saturday, October 10, 2020

AI, ML, Robots and Brains (20.9. - 27.9.2020)

Society


Algorithms


Health


Robots


Cars


Hardware


Brains

Friday, October 9, 2020

IT links (21.9. - 27.9.2020)

Experimenting with Java records

Testing code with output done by System class - JUnit

A new Java machine learning library - Tribuo - brought by Oracle 

Deep dive into JavaScript functions

Extending YAGNI (You Ain’t Gonna Need It) principle with more strict YDNIY - You Don’t Need It Yet