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.
https://zachholman.com/posts/deploying-software Как перестать боятся и начать деплоить
Zachholman
How to Deploy Software
Things Zach Holman said.
Нейросети сейчас популярны. Пару проектов с ними.
1. https://github.com/zo7/facegen позволяет генерировать лица
2. https://github.com/ajbrock/Neural-Photo-Editor фото редактор на нейронных сетях
1. https://github.com/zo7/facegen позволяет генерировать лица
2. https://github.com/ajbrock/Neural-Photo-Editor фото редактор на нейронных сетях
GitHub
GitHub - somewacko/deconvfaces: Generating faces with deconvolution networks
Generating faces with deconvolution networks. Contribute to somewacko/deconvfaces development by creating an account on GitHub.
https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f#.c2s0j7epu
Забавная статья о том, каково это изучать жаваскрипт в 2016м :)
Забавная статья о том, каково это изучать жаваскрипт в 2016м :)
Hackernoon
How it feels to learn JavaScript in 2016 | HackerNoon
<em>No </em><a href="https://hackernoon.com/tagged/javascript" target="_blank"><em>JavaScript</em></a><em> frameworks were created during the writing of this article.</em>
https://softwareengineeringdaily.com/ Хороший подкаст на английском. Эпизоды выходят раз в день
https://www.youtube.com/watch?v=-UKEPd2ipEk
Отличный доклад о том, что пора убивать микросервисы с набросами на руби :)
Отличный доклад о том, что пора убивать микросервисы с набросами на руби :)
YouTube
Rocky Mountain Ruby 2016 - Kill "Microservices" before its too late by Chad Fowler
http://devzen.ru/episode-0122/ отличный выпуск с DevZen. Во первых в гостях человек, который повернул свою карьеру на 180 градусов. С врача в программисты. Во вторых - очень много информации про ИИ, тенсорфлоу и прочие модные штуки
https://www.youtube.com/watch?v=Nsf2_Au6KxU отличный доклад о оптимизациях для физики(игры). Очень много соображений о том, с чем приходится работать, когда вы разрабатываете чувствительные к перформансу приложения.
YouTube
Performance Optimization, SIMD and Cache
A rehash of Sergiy Migdalskiy GDC 2015 talk: Performance Optimization for Physics. A high-level overview of low-level optimization considerations you need to think about when writing performance sensitive software.
Please download slides here:
http://me…
Please download slides here:
http://me…
http://nickcraver.com/blog/2016/02/17/stack-overflow-the-architecture-2016-edition/ Архитектура Stackoverflow в 2016м году
Nickcraver
Nick Craver - Stack Overflow: The Architecture - 2016 Edition
This is #1 in a very long series of posts on Stack Overflow’s architecture. Welcome.Previous post (#0): Stack Overflow: A Technical DeconstructionNext post...
http://nickcraver.com/blog/ У Ника Кравера довольно интересный блог с внутренностями стековерфлоу :)
https://engineering.instagram.com/continuous-deployment-at-instagram-1e18548f01d1#.65a3szs3y как инстаграмм делает у себя CD
Instagram Engineering
Continuous Deployment at Instagram
At Instagram, we deploy our backend code 30–50 times a day… whenever engineers commit changes to master… with no human involvement in most…