A #rust actor-based framework for building modern, concurrent and resilient applications
https://riker.rs/
https://riker.rs/
ZIO from #scala is coming to #python! How cool is that?
https://github.com/harveywi/ziopy
Currently it is in the very beggining, but it is still interesting to watch.
https://github.com/harveywi/ziopy
Currently it is in the very beggining, but it is still interesting to watch.
GitHub
GitHub - miiohio/ziopy: ZIO for Python
ZIO for Python. Contribute to miiohio/ziopy development by creating an account on GitHub.
⚡Breaking news!
#django enhancement proposal to fully type annotate django's source code.
It is proposed to merge
More information: https://github.com/django/deps/pull/65
#django enhancement proposal to fully type annotate django's source code.
It is proposed to merge
django-stubs (https://github.com/typeddjango/django-stubs) into the core django. More information: https://github.com/django/deps/pull/65
GitHub
GitHub - typeddjango/django-stubs: PEP-484 stubs for Django
PEP-484 stubs for Django. Contribute to typeddjango/django-stubs development by creating an account on GitHub.
Typed functional programming with #swift
- Type classes
- IO
- Effects
https://bow-swift.io/docs/effects/overview/
- Type classes
- IO
- Effects
https://bow-swift.io/docs/effects/overview/
Quickly find publicly known security vulnerabilities in a website's #js libs.
https://github.com/lirantal/is-website-vulnerable
My wild guess is that everything is vulnerable 😮
https://github.com/lirantal/is-website-vulnerable
My wild guess is that everything is vulnerable 😮
GitHub
GitHub - lirantal/is-website-vulnerable: finds publicly known security vulnerabilities in a website's frontend JavaScript libraries
finds publicly known security vulnerabilities in a website's frontend JavaScript libraries - lirantal/is-website-vulnerable
Github Action to prevent cursing in issues and pull requests: https://github.com/sobolevn/restrict-cursing-action
#js #typescript #docker
#js #typescript #docker
To use optional chaining & nullish coalescing in #vue files today:
- Run
- Set
Useful for many DOM operations. For example,
https://github.com/vuejs/vetur
- Run
yarn add typescript@beta- Set
"vetur.useWorkspaceDependencies": trueUseful for many DOM operations. For example,
querySelector => Element | nulltextContent => string | null | undefinedhttps://github.com/vuejs/vetur
And as an #apple software developer, I live through the Summer beta periods. On my secondary machine. And, in recent years, within virtual machines that allow me to do more intricate testing. I’ve seen easy-going mostly spit and polish releases as well more substantial user-facing and under-the-hood ones.
But Catalina has been different in two particularly gruesome ways that get even worse when combined.
The first, is purely from a stability and functional standpoint. The early betas of Catalina were really, really broken. But that’s OK! That’s what betas are for. And while I can only speak for myself, I think most developers are more than happy to offer input to Apple and report bugs. So I’m totally fine using a wonky OS for a few months on a spare machine while I test my own software in addition to Apple’s.
But here’s the bad part ...
#macos
But Catalina has been different in two particularly gruesome ways that get even worse when combined.
The first, is purely from a stability and functional standpoint. The early betas of Catalina were really, really broken. But that’s OK! That’s what betas are for. And while I can only speak for myself, I think most developers are more than happy to offer input to Apple and report bugs. So I’m totally fine using a wonky OS for a few months on a spare machine while I test my own software in addition to Apple’s.
But here’s the bad part ...
#macos
Great post about documenting architecture.
> We learn how to code and we build some cool applications, and then we learn about architecture and how to make the application maintainable for several years.
> However when we need to explain to someone else (new developer, product owner, investor) how the application works, we need something more… we need documentation.
> But what documentation options do we have that can express the whole application building blocks and how it works?!
#documentation
> We learn how to code and we build some cool applications, and then we learn about architecture and how to make the application maintainable for several years.
> However when we need to explain to someone else (new developer, product owner, investor) how the application works, we need something more… we need documentation.
> But what documentation options do we have that can express the whole application building blocks and how it works?!
#documentation
Do you know when your #python code is too complex? Do you know all the sources where complexity comes from? Do you know how complexity flows from the simplest entities to the higher level abstractions? Have you ever heard of "Architecture on Demand"?
This article will guide you thought writing simple code and teach you how to rely on automated tools when making architecture decisions.
It also features
This article will guide you thought writing simple code and teach you how to rely on automated tools when making architecture decisions.
It also features
wemake-python-styleguide: https://github.com/wemake-services/wemake-python-styleguideGitHub
GitHub - wemake-services/wemake-python-styleguide: The strictest and most opinionated python linter ever!
The strictest and most opinionated python linter ever! - wemake-services/wemake-python-styleguide
Announcing support for native editing of #jupyter notebooks in #vscode
https://devblogs.microsoft.com/python/announcing-support-for-native-editing-of-jupyter-notebooks-in-vs-code/
https://devblogs.microsoft.com/python/announcing-support-for-native-editing-of-jupyter-notebooks-in-vs-code/
Microsoft News
Announcing Support for Native Editing of Jupyter Notebooks in VS Code
Today, we're excited to announce the first release of native Jupyter notebook support inside VS Code through the Python extension that shipped today! This brings together the interactivity of Jupyter Notebooks and the power of VS Code, offering a brand-new…
#python 3.8 is released. The worst python release so far.
I hope, that
Ideally,
https://docs.python.org/3/whatsnew/3.8.html
:=I hope, that
python4 will concentrate on removing useless stuff from the core, performance, and extending typing support.Ideally,
asyncio should be moved to a separate package, := should be undone. We all make mistakes. https://docs.python.org/3/whatsnew/3.8.html
TL/DR: you don't need #graphql anymore!
Introduce Vulcain: a protocol to create fast client-driven REST APIs relying on HTTP/2 Server Push. An open source Gateway Server to use with any existing API is also available.
https://github.com/dunglas/vulcain
#go
Introduce Vulcain: a protocol to create fast client-driven REST APIs relying on HTTP/2 Server Push. An open source Gateway Server to use with any existing API is also available.
https://github.com/dunglas/vulcain
#go
GitHub
GitHub - dunglas/vulcain: 🔨 Fast and idiomatic client-driven REST APIs.
🔨 Fast and idiomatic client-driven REST APIs. Contribute to dunglas/vulcain development by creating an account on GitHub.
Great talk with a great name: "Ruby is Dead"
But. This talk is not about just some specific problems in #ruby on its own, it spreads an inportant idea: "Programmers want tools, not toys". Sadly, that's what #python started to do: shipping toys.
One more fun fact: this talk uses #php as an example of good language evolution. And I tend to agree.
But. This talk is not about just some specific problems in #ruby on its own, it spreads an inportant idea: "Programmers want tools, not toys". Sadly, that's what #python started to do: shipping toys.
One more fun fact: this talk uses #php as an example of good language evolution. And I tend to agree.
All possible ways to exit #vim like a boss.
It is a joke, isn't it?
https://github.com/hakluke/how-to-exit-vim
It is a joke, isn't it?
https://github.com/hakluke/how-to-exit-vim
GitHub
GitHub - hakluke/how-to-exit-vim: Below are some simple methods for exiting vim.
Below are some simple methods for exiting vim. Contribute to hakluke/how-to-exit-vim development by creating an account on GitHub.
Beautiful tool to describe and visualize state machines.
Uses #js to build examples.
https://xstate.js.org/viz/
Uses #js to build examples.
https://xstate.js.org/viz/
A set of common UI elements with a hand-drawn, sketchy look. These can be used for wireframes, mockups, or just the fun hand-drawn look.
https://wiredjs.com/
#css #js
https://wiredjs.com/
#css #js