And I want to note that nix installed Emacs version is not very compatible with MacOS, so I replaced my installation with emacs-plus using homebrew. It worked well without any lags and bugs
https://github.com/abdivasiyev/nix/commit/2c5bb6d6a99b56978a8601054be4121c546cbbfb
https://github.com/abdivasiyev/nix/commit/2c5bb6d6a99b56978a8601054be4121c546cbbfb
GitHub
remove nix based emacs and install homebrew based one · abdivasiyev/nix@2c5bb6d
My nix configuration. Contribute to abdivasiyev/nix development by creating an account on GitHub.
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
I now understand how important this kind of design. I am refactoring our codebase and there are only used primitive types instead of specific custom types. Each line which I am editing is risky and testing is insanely difficult. 😭
I now understand how important this kind of design. I am refactoring our codebase and there are only used primitive types instead of specific custom types. Each line which I am editing is risky and testing is insanely difficult. 😭
https://www.youtube.com/@minds_of_mine
I think I have to work more on this channel and add more videos🙈
I think I have to work more on this channel and add more videos🙈
YouTube
Software Engineer
Share your videos with friends, family, and the world
❤1
Being fast in programming with high quality is easy. Just use code generators and do your logic staff. No need for any dumb AI bullshits. For example in Golang:
– generic http handler and you do not need any handlers
– sqlc to generate repositories using raw SQL
and that is it. You will write your business logic only, voila
– generic http handler and you do not need any handlers
– sqlc to generate repositories using raw SQL
and that is it. You will write your business logic only, voila