Docker & Flask - Nick Janetakis
July 21, 2021, 5 p.m. (3 years, 4 months ago)
0 Comments
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Jessie Frazelle on Maintaining Open Source, Docker, dotfiles
Jessie Frazelle joins us this week to talk about being an open source maintainer, Docker’s pull request acceptance workflow, dotfiles, getting started with public speaking.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponso...
Docker, Moby, Containers
Solomon Hykes joined the show to talk about all things Docker, Moby Project, and what makes Go a good fit for container management.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Linode – Our cloud server of choice. G...
What the EU's GDPR Means to Web Developers
In this episode we have Andrew Fairlie from Mutual to discuss the new European Union General Data Protection Regulation aka the GDPR. We discuss what the GDPR means specifically to web designers and developers both in terms of the work we do, and the work proposals we draft.
We discuss the GDPR fro...
Spelunking into the VueJS Frontend JavaScript Framework
On this episode, we talk with special guest Adam Wathan about the VueJS JavaScript framework. We talk about what VueJS is, and how its Laissez-faire approach lets you pick and choose how much of it makes sense to use in a project.
We go into why using a framework like VueJS can help you write bette...
JAMstack development, carpe JavaScript!
On this episode, we’re joined by Paulo Elias from IDEO to discuss JAMstack: Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.
Paulo talks about his journey from doing traditional LAMP/LEMP stack work to building things using JavaScript as the h...
Show Information
Django Chat
A biweekly podcast on the Django Web Framework by Will Vincent and Carlton Gibson.
Mentioned Topics
Django
Django is a web application framework written in Python. The framework was crafted by developers for developers to make it easier to build better web applications with less code, Hence Django's slogan - The web framework for perfectionists with deadlines....
Docker
Docker is set of PaaS products that use OS-level virtualization to deliver containers that can be used by developers to isolate and automate their deployment and build process of their applications. Docker's products range from open source to closed sourc...
Flask
Flask is python-based micro framework that makes it easy to build web apps and web API's with Python.
...
Web Development
Web Development is the process of building website and applications for the world wide web (www).
...
Similar Tutorials
How to Install Deno on macOS
Deno is a simple, modern and secure runtime for JavaScript and TypeScript, by the creator of Node.js himself, Ryan Dahl. Deno uses the Chrome v8 engine and is built with Rust. The project just reach version 1.0 and got many people in the JavaScript community interested.
In this tutori...
How to Install & Setup Dokku on DigitalOcean
Dokku is a fantastic free and open-source project for creating your very own docker-powered PaaS (Platform as a Service) that helps you build and manage the lifecycle of your applications. You can think of it as your own self-hosted Heroku, for a fraction of the cost.
Dokku can be ins...
Query your Django REST API like a GraphQL API with Django RESTQL
The hype around GraphQL in recent years has been hard to ignore for any web developer. In short, GraphQL is a query language and runtime for APIs, and it has taken the web with storm.
GraphQL makes it possible for front-end developers to query data from a single API endpoint and retri...