Skip to main content

3 posts tagged with "web-development"

View All Tags

How to Configure Django with S3 Buckets for Efficient File Storage

· 7 min read
Sudip Parajuli
Full Stack Django Developer | Data Science | IoT and Robotics

Introduction

If you are searching for tutorials or ways to connect Django with S3 bucket there are plenty of examples out there with many tutorials. I myself have gone through all of them setting up the S3 buckets with Django. It wasn't my first time setting up but things are changed drastically. There are many ways how you can setup the Django application with S3. In this I will walk you through the most simplest configuration to setup the S3 bucket with Django. So, without any delay, let's get started.

Mastering Django Part 1: How to Use Memcache and DatabaseCache for Speed

· 8 min read
Sudip Parajuli
Full Stack Django Developer | Data Science | IoT and Robotics

Introduction

If you are absolute beginner to this concept of caching then it is okay that caching sounds super complex and fancy. Things are complex inside the caching i am not disagreeing with that sentiment either. But let me simplify some things for you why you need caching and how you can implement some common type of caches instantly to learn concepts.

Deploying a Django Application on AWS ElasticBeanstalk with GitHub Actions: Easy Walkthrough

· 4 min read
Sudip Parajuli
Full Stack Django Developer | Data Science | IoT and Robotics

Introduction

AWS is the current leader in the cloud market and powers almost 1/3 of the sites that are running on the world. From Web Development, App Development, Machine Learning to Robotics and IoT. It has everything you need to get started fast and focus on building things rather than spending lots of time on configuration.