https://www.infoq.com/presentations/pony Использование пони для финтеха.
InfoQ
Using Pony for Fintech
Sylvan Clebsch talks about using Pony in a fintech environment to build high-performance tools. Pony is a new actor-model language that's statically typed and ahead-of-time compiled (using LLVM), with a fully concurrent garbage collector and a data-race free…
https://habrahabr.ru/company/mailru/blog/266811/ Хорошая статья, которая рассказывает, как работает реляционная база данных
Habr
Как работает реляционная БД
Реляционные базы данных (РБД) используются повсюду. Они бывают самых разных видов, от маленьких и полезных SQLite до мощных Teradata. Но в то же время существует очень немного статей, объясняющих...
https://www.youtube.com/watch?v=A-5brJZMyak Отличный доклад про SRE, Dropbox и Go :)
В нем очень хорошо рассказано о том, кто такие SRE, как они работают, как решают проблемы на продакшне
http://www.craigkerstiens.com/2016/06/07/five-mistakes-databases/ Пять ошибок, когда работаете с базами данных
Craigkerstiens
Five mistakes beginners make when working with databases
When you start out as a developer there’s an overwhelming amount of things to grasp. First there’s the language itself, then all the quirks of the specific framework you’re using,and after that (or maybe before) we’ll throw front-end development into the…
https://scene-si.org/2016/06/13/advanced-go-tips-and-tricks/ не много адвансед трюков в го
scene-si.org
Advanced Go Tips And Tricks - via @TitPetric
http://www.slideshare.net/SvetaSmirnova/mysql-63252101 Слайды Светы Смирновой о том, как работают над багами в MySQL
http://golang-challenge.org/go-challenge9/ Очень интересный челендж по го
https://www.3scale.net/2016/06/api-versioning-methods-a-brief-reference/ Хороший гайд о том, как версионировать апи
Red Hat Developer
API versioning methods: A brief reference | Red Hat Developer
This article lists the most common methods in use to version your API. Its intention is not to convince you to use one or another but rather to provide a
https://medium.com/@cep21/go-client-library-best-practices-83d877d604ca#.nomif6v5w Лучшие практики, как писать клиентские библиотеки на го
Medium
Go client library best practices
This post will describe what I feel are best practices when creating a client library for a service. The initial setup is that you’re…
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/ Интересная статья про lepton от DropBox про сжатие картинок без потери качества. Фанатам сериала "Кремниевая долина" возможно будет интересно
dropbox.tech
Lepton image compression: saving 22% losslessly from images at 15MB/s
https://github.com/FallibleInc/security-guide-for-developers/blob/master/security-checklist.md продробный чек-лист по безопасности веб приложений
GitHub
security-guide-for-developers/security-checklist.md at master · FallibleInc/security-guide-for-developers
Security Guide for Developers. Contribute to FallibleInc/security-guide-for-developers development by creating an account on GitHub.
https://ma.ttias.be/googles-quic-protocol-moving-web-tcp-udp/ Подробно о том, как можно использовать UDP в вебе и о протоколе QUIC
ma.ttias.be
Google’s QUIC protocol: moving the web from TCP to UDP
The QUIC protocol (Quick UDP Internet Connections) is an entirely new protocol for the web developed on top of UDP instead of TCP.
https://telegram.me/technologique Интересный канал Андрея Беднова
Telegram
Technologique
Deeply involved developers about various aspects, tendencies & conceptions of programming technologies, FLOSS, Linux, security, cloud infrastructures & DevOps practices, distributed systems, data warehousing & analysis, DL/ML, etc.
Author: @andrcmdr
Author: @andrcmdr
https://github.com/github/gh-ost MySQL online schema change от гитхаба. Отличная тулза для альтеров больших таблиц без даунтайма. Пока-что не знаю, насколько она лучше/хуже инструмента от Percona (pt-online-schema-change)
GitHub
GitHub - github/gh-ost: GitHub's Online Schema-migration Tool for MySQL
GitHub's Online Schema-migration Tool for MySQL. Contribute to github/gh-ost development by creating an account on GitHub.