Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.69 KB

README.md

File metadata and controls

70 lines (42 loc) · 2.69 KB

developer-notes

Consists of useful links, articles etc which are related to programming.

@TODO

  • Import all links and articles from Wunderlist account
  • Import info from telegram dialogues

Blogs/accounts to read

SapiensWork EaDog Teach Yourself Computer Science

Exceptions

Exception structuring - https://www.alainschlesser.com/structuring-php-exceptions/

Code guideline

Type-safe Arrays of Objects - https://www.schmengler-se.de/en/2017/04/php-7-type-safe-arrays-of-objects/ Value Objects - https://dzone.com/articles/value-objects

Arhitecture goodies

Saga Pattern - https://blog.couchbase.com/saga-pattern-implement-business-transactions-using-microservices-part/

DDD, Hexagonal, Onion, Clean, CQRS, How I put it all together:

C4 Model (drawing diagrams) - https://c4model.com

What’s the right size for a Microservice? - https://medium.com/@kylegenebrown/whats-the-right-size-for-a-microservice-bf1740370d47

Bounded Context Canvas - https://medium.com/nick-tune-tech-strategy-blog/bounded-context-canvas-v2-simplifications-and-additions-229ed35f825f

Algorithms

Algoritms visualization - https://visualgo.net/en

Big-O complexity cheat-sheet - http://bigocheatsheet.com/

JavaScript Goodies

Functional JS with ES6 — Recursive Patterns - https://medium.com/dailyjs/functional-js-with-es6-recursive-patterns-b7d0813ef9e3

Core Reviews

Code Reviewing Comments - https://www.selfelected.com/code-reviewing-comments/

How to Speed Up a Code Review (split by categories) - https://sergeyzhuk.me/2018/12/29/code_review/

Managing Backlog with Jira - https://dou.ua/lenta/articles/managing-backlog-with-jira/?from=hover-news-widget

Machine Learning & Data Science

Исследования в Machine Learning: как, кому и зачем - https://dou.ua/lenta/articles/machine-learning-research/

Golang

Dave Cheney Blog -- https://dave.cheney.net/category/golang

Anatimy of channels(sync, race conditions, deadlocks) -- https://medium.com/rungo/anatomy-of-channels-in-go-concurrency-in-go-1ec336086adb

PHP Async

Laravel Swoole -- https://laravel-news.com/laravel-swoole

Database

PostgreSLQ: JSON Query array against multiple values

Laravel

Bet Practises and libraries to save time in Laravel development