Adaltas Cloud Academy
Sign out >

A collection of interesting readings

  • Hacker News
    Simply the best source of knowledge.

  • List of skills senior engineers need (HN)
    The difference between a good engineer and a senior engineer is not technical. It is about about communicating and creating the environment for the team to succeed in delivering the expected products.

  • PM & EM: Rules of Engagement (HN)
    Getting the relationship right between the Product Manager (PM) and the Engineering Manager (EM).

  • OSI model
    In order for human-readable information to be transferred over a network from one device to another, the data must travel down the seven layers of the OSI Model on the sending device and then travel up the seven layers on the receiving end. The OSI model is at the foundation of networking.

  • Anatomy of a Linux DNS Lookup (HN)
    A five part serie covering how Linux deal with DNS.

  • Linux Productivity Tools (HN)
    The basics about Unix usage and tooling ecosystem.

  • The Bezos API Mandate (HN)
    The API Mandate transformed Amazon as a business and laid the foundation for its success by promoting clear interfaces between all services.

  • The Twelve-factor App
    How to build and deliver softwares as a service that use declarative formats, have a clean contract offering maximum portability, are suitable for deployment on modern cloud platforms, minimize divergence between development and production, enable continuous deployment and can scale up.

  • Architecture.md (HN)
    Learn how to write clear architecture file to help new developer to onboard with a project.

  • docker-compose
    Patterns on using docker-compose in development and production mode.