Tag programming

73 bookmarks have this tag.

2023-07-24

247.

5 Ways to Write a Go Database Model

pboyd.io/posts/5-ways-to-write-a-go-database-model

Choosing the right tools to write a database model in Go can be overwhelming. This post describes the various approaches.

2023-07-09

232.

Минимализм в IDE

mitrich.me/posts/ide-minimalism

Дима рассказывает, как сделать ИДЕ от ЖетБрейнс минималистичной, но при этом оставить её удобной в использовании

2023-07-08

230.

Simple Made Easy

www.infoq.com/presentations/Simple-Made-Easy

Рич Хикки рассказывает о различиях простоты и лёгкости в контексте проектирования и написания программ.

Говорит, что многие выбирают лёгкость, забывая про простоту. Со временем комплексность превращается во что-то такое, что сложно поддерживать и в чём сложно разобраться новичкам.

Нужно стремиться искать лёгкие способы делать простые программы.

2023-05-07

180.

Critical Program Reading (1975) - 16mm Film

youtu.be/7hdJQkn8rtA

Видео о том, как писать понятный код

2023-04-06

172.

Babashka Babooka: Write Command-Line Clojure

www.braveclojure.com/quests/babooka
170.

Clojure beginner resources

gist.github.com/yogthos/be323be0361c589570a6da4ccc85f58f

2023-03-03

52.

Surviving the Release Version

www.codeproject.com/Articles/548/Surviving-the-Release-Version

OK, your program works. You've tested everything in sight. It's time to ship it. So you make a release version.

And the world crumbles to dust.

You get memory access failures, dialogs don't come up, controls don't work, results come out incorrectly, or any or all of the above. Plus a few more problems that are specific to your application.

Now what?

That's what this essay is all about.

2023-02-19

10.

Toxicity around programmer community

alirezahayati.com/2022/05/11/toxicity-around-programmer-community

2023-02-18

2.

Working with stacked branches in Git is easier with --update-refs

andrewlock.net/working-with-stacked-branches-in-git-is-easier-with-update-refs

The concept of stacked branches and stacked PRs

2