Discover & Learn Together
Share your knowledge with other people through Tutorials or discover the best Course, Books, Videos and Podcasts for any technical Topic. Explore broad topics such as Web Design, Software Development or Database managment or drill down into specific technoliges such as Python, Django, PostgreSQL, HTML, JavaScript and more.Featured Tutorials
View All Tutorials
How to Print Queries in Django Views

Enable & Write Cron Jobs for Strapi

How to Install Deno on macOS

How to install NodeJS on Fedora 35

How to Create SSH Keys for Linux

How to Install Go on Linux

How to Install & Configure Strapi with PostgreSQL

3 Ways to Backup & Restore a PostgreSQL Database
Popular Topics
View All TopicsLatest Tutorials
View all-
How to Print Queries in Django Views
If you are building a web application with Django you are well aware that the database is an integral part of your application. The need to analyze queries and to then query your data in the most optimal way is at the for front of your development process. Django provides a handful of
0 -
Serve Scaled Images With Django Rest Framework and Django ImageKit
To achieve optimal speed for web apps and web sites its important to minimise file size at almost all cost. Usually the biggest culprit is images (Apart from video of course), Images can easily add up to 90% of the total load your application if your are not careful. You can mitigate
0 -
How to Create & Setup Dokku Applications & Databases
As I have mentioned many of times before, Dokku rocks! Dokku is a free and open-source project that helps you build and manage the lifecycle of your applications. Dokku does is it by leveraging the power of Docker and Heroku Buildpacks. It's perfect for solo developers or small teams
0 -
Create, Access and Use SSH Keys with macOS
SSH or "Secure Shell" is a network protocol for operating networked services securely. It is typically used for remote command-line authentication and command execution. In this tutorial I will show you how you can create, access and use your SSH key for macOS. 1. Open Termi
0 -
Automatic Backups with PostgreSQL, Dokku & DigitalOcean Spaces
With DigitalOcean Spaces it's easy to serve your static files for your website or application over a CDN (Content Delivery Network) and at the same time keep database backups for your DigitalOcean hosted app. DigitalOcean Spaces utilise the same technology used by Amazon S3, namely th
0