Находки в опенсорсе
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
#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!).
Well known open-source developer shares a story behind his 5k stars github project, 2.5 years of development, 10k users, and 94$ ❗️ of revenue.

Open-source is seriously broken. And it needs a sustainable way for developers to work on it.

#github
async / await is quite new to #rust, this article shares several examples on why it is so important.
​​Simple real time visualisation of the execution of a #python program: https://github.com/alexmojaki/heartrate
​​Official py.test plugin to bring mimesis integration to your tests. mimesis is a library for fast fake data generation. It has a lot of providers and a lot of built-in languages: https://github.com/pytest-dev/pytest-mimesis

With this plugin you can use mimesis fixture directly in your tests or create reusable fixtures: