Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
https://github.com/konvajs/konva
Follow @dragonmachinedreams
https://github.com/konvajs/konva
Follow @dragonmachinedreams
GitHub
GitHub - konvajs/konva: Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity…
Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications. - konvajs/konva
BigPipe is a radical new modular web pattern for Node.js
https://github.com/bigpipe/bigpipe
Follow @dragonmachinedreams
https://github.com/bigpipe/bigpipe
Follow @dragonmachinedreams
GitHub
GitHub - bigpipe/bigpipe: BigPipe is a radical new modular web pattern for Node.js
BigPipe is a radical new modular web pattern for Node.js - GitHub - bigpipe/bigpipe: BigPipe is a radical new modular web pattern for Node.js
CrowdSec - the open-source and participative IPS able to analyze visitor behavior & provide an adapted response to all kinds of attacks. It also leverages the crowd power to generate a global CTI database to protect the user network.
https://github.com/crowdsecurity/crowdsec
Follow @dragonmachinedreams
https://github.com/crowdsecurity/crowdsec
Follow @dragonmachinedreams
GitHub
GitHub - crowdsecurity/crowdsec: CrowdSec - the open-source and participative security solution offering crowdsourced protection…
CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI. - crowdsecurity/crowdsec
Busybox ash based log examination script w/ iptables firewall rule generation response (fail2ban for OpenWRT)
https://github.com/robzr/bearDropper
Follow @dragonmachinedreams
https://github.com/robzr/bearDropper
Follow @dragonmachinedreams
GitHub
GitHub - robzr/bearDropper: Busybox ash based log examination script w/ iptables firewall rule generation response (fail2ban for…
Busybox ash based log examination script w/ iptables firewall rule generation response (fail2ban for OpenWRT) - robzr/bearDropper
Classy Class-Based Views.
Detailed descriptions, with full methods and attributes, for each of Django's class-based generic views.
http://ccbv.co.uk/
Follow @dragonmachinedreams
Detailed descriptions, with full methods and attributes, for each of Django's class-based generic views.
http://ccbv.co.uk/
Follow @dragonmachinedreams
ccbv.co.uk
Django Class-Based-View Inspector -- Classy CBV
The best way to understand Django's class-based views is to see it in Classy CBV, so pick your version and jump in at the deep end.
Classy Django REST Framework.
Detailed descriptions, with full methods and attributes, for each of Django REST Framework's class-based views and serializers.
https://www.cdrf.co/
Follow @dragonmachinedreams
Detailed descriptions, with full methods and attributes, for each of Django REST Framework's class-based views and serializers.
https://www.cdrf.co/
Follow @dragonmachinedreams
www.cdrf.co
Django REST Framework 3.14 -- Classy DRF
The best way to understand Django REST Framework class-based views and serializers is to see it in Classy DRF (based on CCBV), so pick your version and jump in at the deep end.
Django translation tutorial
https://joaoventura.net/blog/2016/django-translation/
Follow @dragonmachinedreams
https://joaoventura.net/blog/2016/django-translation/
Follow @dragonmachinedreams
Fast, flexible & lean implementation of core jQuery designed specifically for the server.
https://cheerio.js.org/
Follow @dragonmachinedreams
https://cheerio.js.org/
Follow @dragonmachinedreams
Deep dive into client-side routing
https://krasimirtsonev.com/blog/article/deep-dive-into-client-side-routing-navigo-pushstate-hash
Follow @dragonmachinedreams
https://krasimirtsonev.com/blog/article/deep-dive-into-client-side-routing-navigo-pushstate-hash
Follow @dragonmachinedreams
krasimirtsonev.com
Deep dive into client-side routing
Deep dive into client-side routing / (This blog post is inspired by A modern JavaScript router in 100 lines and heavily related to Navigo router project)
If you build single page applications you probably know that one of the must-have parts is the router.…
If you build single page applications you probably know that one of the must-have parts is the router.…
Turbolinks makes navigating your web application faster
https://github.com/turbolinks/turbolinks
Follow @dragonmachinedreams
https://github.com/turbolinks/turbolinks
Follow @dragonmachinedreams
GitHub
GitHub - turbolinks/turbolinks: Turbolinks makes navigating your web application faster
Turbolinks makes navigating your web application faster - turbolinks/turbolinks
The Kafka API is great; now let's make it fast!
A benchmark of Redpanda and Apache Kafka
https://redpanda.com/blog/fast-and-safe/
Follow @dragonmachinedreams
A benchmark of Redpanda and Apache Kafka
https://redpanda.com/blog/fast-and-safe/
Follow @dragonmachinedreams
Redpanda
The Kafka API is great - now let's make it fast!
Benchmarking Redpanda and Apache Kafka.
Git is my buddy: Effective Git as a solo developer
https://mikkel.ca/blog/git-is-my-buddy-effective-solo-developer/
Follow @dragonmachinedreams
https://mikkel.ca/blog/git-is-my-buddy-effective-solo-developer/
Follow @dragonmachinedreams
mikkel.ca
Git is my buddy: Effective Git as a solo developer
At this point, most developers use Git as a tool for collaboration. We have our
rote-learned commands to pull, commit, and push. And of course, there's that
one coworker who knows a bit more about Git than
everyone else, who helps get us back on track whenever…
rote-learned commands to pull, commit, and push. And of course, there's that
one coworker who knows a bit more about Git than
everyone else, who helps get us back on track whenever…
10 Years of Open-Source Visualization
https://observablehq.com/@mbostock/10-years-of-open-source-visualization
Follow @dragonmachinedreams
https://observablehq.com/@mbostock/10-years-of-open-source-visualization
Follow @dragonmachinedreams
Observable
10 Years of Open-Source Visualization
In honor of D3 1.0’s tin anniversary, I thought I’d reflect on lessons learned. This isn’t intended to be too comprehensive or serious — just a handful of observations as I look ahead to the next ten years. But I hope a nugget or two will interest you, too.…
How To Deploy Django Channels To Production
https://avilpage.com/2018/05/deploying-scaling-django-channels.html
Follow @dragonmachinedreams
https://avilpage.com/2018/05/deploying-scaling-django-channels.html
Follow @dragonmachinedreams
Avil Page
How To Deploy Django Channels To Production
In this article, we will see how to deploy django channels to production and how we can scale it to handle more load. We will be using nginx as proxy server, daphne as ASGI server, gunicorn as WSGI se
Practice by building 👨💻
To become a great Developer,
you have to code.
https://bigsondev.com/projects/
Follow @dragonmachinedreams
To become a great Developer,
you have to code.
https://bigsondev.com/projects/
Follow @dragonmachinedreams
bigsondev.com
Projects
Get better at Frontend by building projects based on free, high-quality designs, share them and land on the wall of fame. Rinse and repeat.
👍1