Находки в опенсорсе
10.6K subscribers
11 photos
1 video
3 files
816 links
Привет!

Меня зовут Никита Соболев. Я занимаюсь опенсорс разработкой полный рабочий день.

Тут я рассказываю про #python, #c, опенсорс и тд.
Поддержать: https://boosty.to/sobolevn
РКН: https://vk.cc/cOzn36

Связь: @sobolev_nikita
Download Telegram
#python

Turn Python scripts into handouts with Markdown comments and inline figures. An alternative to Jupyter notebooks without hidden state that supports any text editor: https://github.com/danijar/handout
#python

Awesome article by Ned Batchelder about mocks in Python and why they sometimes do not work. One of the commenters suggested to use explicit DI. I double that!
#elixir #ddd

This article covers how types can save you from incorrect domain models and logical bugs.

Simple and effective. Not #elixir specific, many other languages also share the same concept.
#elixir

Framework for pluggable business logic components
#unix #windows #python

Automated system hardening framework for Unix and Windows
#javascript

pika - a GitHub App for npm package authors. Check it out: https://docs.pika.dev/

Looks promising!
#js #vue

Thoughts and examples about new function-based Vue API. You can use it now with the help of vue-function-api

Looks like React Hooks. Is it a good thing?
#elixir #erlang

If you are programming in Erlang, Elixir or any other of growing number of languages that run on top of BEAM VM, you probably heard about “let it crash” philosophy.

Please, read this article. "Let it crash" is not what you think it is. Just a bad wording.
#js #css

While a good TTFB (Time to First Byte) doesn’t necessarily mean you will have a fast website, a bad TTFB almost certainly guarantees a slow one.
Big news! GitHub has just released its own CI/CD based on Actions.

100% that it will change the CI market completely.
​​#go

A simple zero-config tool to make locally trusted development certificates with any names you'd like: https://github.com/FiloSottile/mkcert

Useful when you need HTTPS on your localhost (for some reason!).