-
Coding for Entrepreneurs
- Boise, Idaho
- https://www.codingforentrepreneurs.com
- @joincfe
- https://cfe.sh
- https://www.codingforentrepreneurs.com
- https://www.youtube.com/codingentrepreneurs
-
Pi-Ansible Public
Learn how to manage Raspberry Pi devices with Ansible.
-
deploy-fastapi-from-scratch Public
Deploy FastAPI from Scratch to a production server with this series.
-
Create a Robust CDN for your Django Project Static Files in this section. This repo is the reference code for the Django + S3 + Cloudfront section in the Dive into AWS Course.
-
Deploy a microservice REST API endpoint for our Try Django 3.2 https://cfe.sh/projects/try-django-3-2 project using FastAPI, pytesseract, Docker, & DigitalOcean App Platform.
-
-
Django-Bootcamp-1 Public
This bootcamp was hosted in October 2020.
-
Pi-Server Public
Turn your raspberry pi into a networked server! Learn to deploy a minimal Python application into your Pi. We'll cover using nginx, supervisor, git (including on your server), git hooks, docker & d…
-
Raspberry-Pi-Awesome Public
Updated repo linked in readme. The goal of this repo is to have simple, easy-to-use scripts to get a Raspberry Pi ready for all kinds of awesome (Face Recognition, Open CV, Dlib, Django, and more).
-
Docker-Docker-Compose Public
How can Django, Express.js, Adonis.js, FastAPI, Flask, Posgresql, and Nginx run under one roof? One great answer is Docker Compose. This tutorial will show you how.
-
Serverless-Django Public
Learn to build and deploy a Serverless Django application to Google Cloud Run with Cloud SQL, Cloud Build, & Docker.
-
Scrape websites asynchronously with Python 3.8+, Asyncio, & arsenic (aka Selenium for Async).
-
Jupyter-REST-API Public
Learn to run & execute Jupyter Notebooks as a REST API in this series.
-
Try-React.js Public
Learn the fundamentals of React.js in this series. The goal of this series is to get you comfortable with React.js so you can start building more robust projects.
-
Learn all about Django Class Based Views in this tutorial series.
-
DjangoFlix Public
Create a netflix-like service using Django. Learn advanced Django techniques to achieve amazing results like never before.
-
django-models-unleashed-2021 Public
Django Models Unleashed 2021. An updated and expanded reference guide for mastering all things Django Models.
-
Guides Public
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
-
questions Public
Code for answers to common questions in programming.
-
fastapi-airtable Public
Learn how to integrate a minimal FastAPI project with Airtable as our data store.
-
Elastic-Django Public
Integrate Elastic Search on a Django project using elasticsearch-dsl elasticsearch-py and django-elasticsearch-dsl
-
Time-Tasks-2 Public
Turn your python projects into a task master and scheduling genie with the magic of Celery & Redis. This is Time & Tasks 2.
-
Autogenerate-Django-Models Public
Learn how to take a scraped dataset and turn it into Django models using inspectdb. You can also use this method for legacy databases.
-
Single-Page-Django-App Public
Learn how to create a single page (module) Django app with this quick tutorial.
-
Try-Django-1.10 Public
Try Django 1.10 is an introduction to Django version 1.10 by creating a URL shortening service. This series covers a variety of Django basics as well as Django 1.10 specific material. Created by Te…
-
ecommerce-2-api Public
eCommerce 2 API is a step-by-step guide to implementing an RESTful API into your eCommerce 2 project (https://github.com/codingforentrepreneurs/ecommerce-2) using the Django Rest Framework, Django…
-
Getting-Started-with-HTML Public
HTML & CSS are the building blocks behind every website; learn the fundamentals with this series: https://www.codingforentrepreneurs.com/projects/getting-started-html-css/
-
30-Days-of-JavaScript Public
For this tutorial, I'll have an accompanying eBook along with videos (coming soon) for each day.
-
Learn how to use websockets from scratch by creating a micro version of Jupyter. We'll be using both Python and JavaScript to make this happen.
-
Try-Keras Public
Learn how to build your first neural network using Keras and Tensorflow to do Deep Learning!
-
A tutorial to setup and deploy a simple Serverless Python workflow with REST API endpoints in AWS Lambda.