20 random bookmarks

Тут будут ссылки на всё-всё, что я найду интересным

2026-08-27

1012.

Understanding Polylith through the lens of Hexagonal Architecture

tengstrand.github.io/blog/2023-11-01-understanding-polylith-through-the-lens-of-hexagonal-architecture.html

2026-08-26

1011.

The origin of complexity

tengstrand.github.io/blog/2019-09-14-the-origin-of-complexity.html

2026-06-09

Reposted 983.

Datatype — variable font that turns text into charts

franktisellano.github.io/datatype

An OpenType variable font that turns simple text expressions into inline charts. No JavaScript, no images — just type.

2026-03-25

945.

QArt Coder

research.swtch.com/qr/draw

Create a QR code with a picture

2026-03-04

935.

Anti-patterns: things to avoid - Agentic Engineering Patterns

simonwillison.net/guides/agentic-engineering-patterns/anti-patterns

2026-02-08

929.

Как сделать программиста счастливее

habr.com/ru/articles/994056

2024-06-26

695.

Как правильно работать с убеждениями

spectator.ru/entry/6701

Вывели с клиентом универсальную «инструкцию к терапии». На случай, если кому-то это нужно. Как часто и бывает, у него была популярная мечта сначала что-то поменять в голове, а потом зажить по-новому.

2024-05-19

662.

Садитесь, к вам подойдет официант

ilyabirman.ru/meanwhile/all/sadites-k-vam-podoydet-oficiant

Бывает, придёшь в кафе, там всякие круассаны и пирожные лежат красиво. Поразглядывал, выбрал, обращаешься к девушке. А она такая: «Вам с собой?» Нет, здесь. «Садитесь, к вам подойдет официант».

2024-05-17

648.

It's Not a School!

www.yegor256.com/2015/02/16/it-is-not-a-school.html

A project is not a school, and it shouldn't pay for our education; however, we want to learn while working on a project. Here is some simple advice on how to align our goals and project objectives.

645.

Stop Chatting, Start Coding

www.yegor256.com/2014/10/07/stop-chatting-start-coding.html

In XDSD everybody is motivated to produce tangible and meaningful results. That's why we don't use emails, Skype, HipChat or phone calls.

2024-02-12

521.

Functional programming in Go

bitfieldconsulting.com/golang/functional

Thanks to generics, there are some interesting new ways to program in Go. This article explains how we can use functional programming techniques like Map, Filter, and Reduce, and what kind of problems they might help us to solve.

2023-12-12

454.

Finding unreachable functions with deadcode

go.dev/blog/deadcode

Functions that are part of your project’s source code but can never be
reached in any execution are called “dead code”, and they exert a drag
on codebase maintenance efforts.
Today we’re pleased to share a tool named deadcode to help you identify them.

2023-12-05

452.

Go Developer Survey 2023 H2 Results - The Go Programming Language

go.dev/blog/survey2023-h2-results
  1. Go developers said they are more interested in AI/ML tooling that improves the quality, reliability, and performance of code they write, rather than writing code for them. An always-awake, never-busy expert “reviewer” might be one of the more helpful forms of AI developer assistance.

  2. The top requests for improving toolchain warnings and errors were to make the messages more comprehensible and actionable; this sentiment was shared by developers of all experience levels, but was particularly strong among newer Go developers.

  3. Our experiment with project templates (gonew) appears to solve critical problems for Go developers (especially developers new to Go) and does so in a way that matches their existing workflows for starting a new project. Based on these findings, we believe gonew can substantially reduce onboarding barriers for new Go developers and ease adoption of Go in organizations.

  4. Three out of every four respondents work on Go software that also uses cloud services; this is evidence that developers see Go as a language for modern, cloud-based development.

  5. Developer sentiment towards Go remains extremely positive, with 90% of survey respondents saying they felt satisfied while working with Go during the prior year.

2023-12-03

449.

Git Query language

amrdeveloper.github.io/gql

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the query on the fly without the need to create database files or convert .git files into any other format, note that all Keywords in GQL are case-insensitive similar to SQL.

2023-12-02

445.

The Puritanical Eye: Hyper-mediation, Sex on Film, and the Disavowal of Desire

specchioscuro.it/the-puritanical-eye-hyper-mediation-sex-on-film-and-the-disavowal-of-desire

The disappearance of the sex scene in American cinema, the suppression of the body under the moral imperative of commodities in neoliberal capitalism, and Verhoeven as antagonizer.

2023-10-26

373.

Based Cooking

based.cooking

The fast-loading recipe site with cooking only and no ads.

2023-09-14

326.

Антон Жиянов рассказывает про SQL

podlodka.io/321

2023-07-31

262.

Финансовая грамотность или как разбогатеть медленно

www.youtube.com/watch?v=SBoL4m5duz8

Алексей Антонов читает лекцию про финансы в Студии

2023-03-21

132.

Simple Icons

simpleicons.org

SVG иконки

2023-03-20

131.

I’ve been employed in tech for years, but I’ve almost never worked

pub.phreedom.club/~kornilovnet/glog/20230318-article.gmi

О том, что люди получают много денег на технических должностях, но не работают и не учатся новому. Из-за большой зарплаты трудно сменить работу, потому что многим важна стабильность. Получается замкнутый круг.

Оригинал