Multiple Erlang/Elixir versions in Windows
How to use multiple Erlang/Elixir versions in Windows
Various programming stuff
How to use multiple Erlang/Elixir versions in Windows
A simple tutorial for OpenID connect using only HTTP requests
Integration of jquery DataTables with Django
Auto-subtitling movies with AI
A simple way to improve the functionality of your HTML forms by disabling the submit button after submitting.
Using multiple file storages from the same FileField in Django
A guide on using Unpoly with Django
Accessing data from a Microsoft Access database with Django
A list of guidelines that I follow in every non-toy Django project I develop
How to setup Postgres for development on Windows
How to improve our Django inlines
How to install and use clojure from Windows
How to render PDFs in Django like it’s 2022!
A primer for explaining forward and reverse proxies to the layman
How to authenticate django-rest-framework with tokens
How to convert a choices field to a ForeignKey using Django migrations
How to properly save your game in the Dark Souls trilogy
How to use the matplotlib library to generate server-side graphs with Django
How to hide the ids (primary keys) of your objects in Django using the hashids library
How to add a timeline wagtail Posts
How to receive alerts from the Erlang osmon ( OS Monitoring) application in your elixir/phoenix application
How to add a list of the latest changes to your wagtail site
How to easily layout your django-crispy-forms forms
Being able to declare your Ecto query sorting even on fields spanning joins
An introductory tutorial on how to properly handle a form. PHP is used for pedagogical reasons.
Being able to declare your Ecto query filter even on fields spanning joins
How to create a proper ajax-autocomplete solution for your foreign key fields with Phoenix Forms and select2
How to create a custom filtered adapter in Android; we’ll be using Kotlin for this.
How to properly fix the errors you get when integrating async jobs (rq, celery etc) with your database in Djang
How to use the du utility to find out the disk usage of each directory in unix
How add a delay to your Django HTTP responses using a middleware or a CBV
How to avoid mutations in your objects and a poor man’s lens!
A comprehensive guide to Django CBVs - from neophyte to more advanced
Download videos (and convert them to mp3s) from youtube using python youtube-dl and ffmpeg!
How to authenticate with django-rest-auth
How to install and use both Python 2.x and 3.x on Windows
A list of packages (add-ons) that I use in most of my projects
A postgresql script to help you automatically create a new category table by extracting its values from a table and generate the relations
How to create custom components (renderers and editors) for the excellent ag-grid grid library
A script to help you backup your postgresql databases
A primer on how to use the very useful pivot_table command of a pandas dataframe.
How to split a query containing spaces into individual model fields
How to download all images of an imgur album
How to use the Werkzeug interactive debugger with Django to improve your development workflow
Write nested list comprehensions with ease
Configuring your Spring Boot applications using application properties, profiles, locan settings and command line arguments and deploying them using init.d!
A comprehensive tutorial for using react with redux
A simple demonstration on using FixedDataTable with Ajax data
An essential guide to creating, editing and serving PDF files in django
Browserify can be used to integrate next generation javascript (es6) to your client side scripts using babel.