Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (23 loc) · 1.22 KB

This file will consist of every blog post as a topic and a short description.

  1. PostgreSQL over MySQL: Why we should use Postgres over MySQL for a monolithic application written in .net.

  2. Migrating from Mysql to PostgreSQL.

  3. Golang Over Dotnet while creating microservices.

  4. Merits and demerits of using static factory method rather than constructor.

  5. CQRS is a life saver in peak hours.(With Implementations)

  6. Optimize the build time of .NET applications by following some best practices.

  7. Famous algorithmic patterns and their everyday usage.

  8. Python Interpreters types.

  9. CPython vs PyPy Interpreter.

  10. API Architectural Patterns.

  11. API Architectural Patterns(Code Snippet).

  12. Why Kafka is fast??

  13. What is a WebHook???

  14. How to generate and use secret token in your Flask Applications.

  15. Things to be taken care before you take some code to the production environment.

  16. What are microservice & microfrontends?

  17. Python must know things.

  18. The differences in terminology 'region' used across AWS, GCP and Azure.

  19. Lessons from Book 'Reality Transurfung'.

  20. gRPC will rule the software architecture things. Know here why..

  21. Clean code using Python.

  22. REST vs GraphQl vs gRPC