An open API service indexing awesome lists of open source software.

https://github.com/f-lombardo/learning

A collection of learning resources for software developers
https://github.com/f-lombardo/learning

Last synced: 2 months ago
JSON representation

A collection of learning resources for software developers

Awesome Lists containing this project

README

        

# My learning path
A collection of learning resources for software developers

## XP Techniques
### TDD
* Watch [J.B. Rainsberger - Integrated Tests Are A Scam](http://vimeo.com/80533536) (my [notes](tdd/RainsbergerIntegratedTest.md))

### Misc
* Watch [7 minutes, 26 seconds, and the Fundamental Theorem of Agile Software Development](https://www.youtube.com/watch?v=WSes_PexXcA) by J.B. Rainsberger (my [notes](misc/7minutesRasberger.md))
* Collecting some [useful shel script commands](misc/shell.md)
* Some useful [git](misc/git.md) commands
* Some [SQL commands](misc/sql.md)
* Some notes on [maven](misc/maven.md)
* Some notes for [Mac](misc/mac.md) users
* Some notes on [Java](misc/java.md) users
* Stuffs related to [AWS](misc/aws.md)
* Some [other stuffs](misc/misc.md)

## Systems architecture
### Microservices
* Watch [Microservices: A developer's point of view](https://youtu.be/2uWvRFO0vW8) by Uberto Barbini (in Italian) (here are the [slides](https://speakerdeck.com/ramtop/microservices-from-the-trenches) and my [notes](microservices/barbiniMicroservices.md))
* Book [Microservices Patterns: With Examples in Java](https://www.amazon.it/Microservices-Patterns-Examples-Chris-Richardson/dp/1617294543/) by Chris Richardson

## Agile work management
* [Writing good user stories](https://dev.to/rammina/the-art-of-writing-agile-user-stories-17o9)
* [User stories Mistakes](https://www.romanpichler.com/blog/5-common-user-story-mistakes/)

## Technologies
* Introduction to [RabbitMQ](https://www.rabbitmq.com/)
* [Kubernetes](k8/k8.md)
* [Typescript and node](languages/node.md)
* [PHP and Symfony](languages/php.md)
* Some notes on [Kafka](misc/kafka.md)

## Databases
* Notes on [PostgreSQL](db/postgresql.md)

## Docker examples
Here is a small collection of [docker compose examples](docker_examples)

## Security
Here are some notes on [security](security/Secutity.md)