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

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

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

Связь: @sobolev_nikita
Download Telegram
Channel name was changed to «Opensource Findings»
Channel name was changed to «Opensource Project Findings»
Channel name was changed to «Opensource Findings»
#python

Turn Python noscripts 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
#javanoscript

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.