Находки в опенсорсе
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
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 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?