[#Script #Coding] Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps

Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps

By freeCodeCamp.org
Published: Feb 16, 2023


freeCodeCamp.org Learn how to develop Dynamic Database-Driven Web Apps with Python, Flask, and MySQL. This course is broken up into two parts. In part one, you will learn how to build and deploy a site using the Flask Python web framework. In part two, you will connect the Flask application from the first part to a cloud MySQL database and learn how to deploy a production-ready database-driven web application.

Aakash N S created this course.
Submit your project & earn a certificate: https://jovian.com/learn/web-development-with-python-and-flask
Check out Jovian’s YouTube channel: https://youtube.com/@jovianhq

Notes & references links:
Part 1: https://jovian.com/aakashns/web-development-with-python
Part 2: https://jovian.com/aakashns/database-driven-web-applications

    Contents

    • Part 1

    • (0:00:00) Introduction
    • (0:02:07) 1.1 Project Setup & Flask Basics
    • (0:22:25) 1.2 Building Web Pages using HTML
    • (0:40:57) 1.3 Styling with CSS & Bootstrap
    • (1:08:25) 1.4 Dynamic Data using Templates
    • (1:27:22) 1.5 Deploying to the Cloud with Render
    • (1:42:39) 1.6 Functional and Aesthetic Improvements
    • (1:58:44) 1.7 Summary & Future Work
    • Part 2

    • (2:04:19) Database-Driven Web Applications
    • (2:07:24) 2.1 Project Setup & Deployment
    • (2:21:44) 2.2 Cloud MySQL Database Setup
    • (2:36:20) 2.3 DB Connection with SQLAlchemy
    • (2:56:22) 2.4 Display DB Data on Web Page
    • (3:20:04) 2.5 Dynamic Database-Driven Pages
    • (3:49:23) 2.6 HTML Form for Applications
    • (4:15:37) 2.7 Saving Applications to DB
    • (4:26:23) 2.8 Summary & Future Work
    • (4:37:50) Conclusion

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…

[#Script #Coding] Harvard CS50’s Web Programming with Python and JavaScript – Full University Course

Harvard CS50’s Web Programming with Python and JavaScript – Full University Course

By freeCodeCamp.org
Published: Mar 08, 2023


freeCodeCamp.org This web programming course from Harvard University picks up where CS50x leaves off. It dives more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap. Topics include database design, scalability, security, and user experience. You will learn how to write and use APIs, create interactive UIs, and leverage cloud services like GitHub and Heroku.

Slides, source code, and more at https://cs50.harvard.edu/web/2020/

Brian Yu teaches this course.

Watch the original CS50x course: https://youtu.be/8mAITcNt710

    Course Contents

  • (00:00:29) Introduction
  • (00:02:42) Lecture 0: HTML, CSS
  • (02:06:14) Lecture 1: Git
  • (02:59:29) Lecture 2: Python
  • (04:07:10) Lecture 3: Django
  • (05:46:15) Lecture 4: SQL, Models, and Migrations
  • (07:40:21) Lecture 5: JavaScript
  • (09:31:46) Lecture 6: User Interfaces
  • (11:12:01) Lecture 7: Testing, CI/CD
  • (12:45:59) Lecture 8: Scalability and Security

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…

[#Script #Coding] Build a Webshop – Angular, Node.js, TypeScript, Stripe

Build a Webshop – Angular, Node.js, TypeScript, Stripe

By freeCodeCamp.org
Published: Oct 11, 2022


freeCodeCamp.org Build a Webshop! In this tutorial, we are going to build a webshop or e-commerce store using Angular/TypeScript, Express.js, and Stripe.

We are gonna learn how to use Angular material and Tailwind to structure our UI and how to integrate store API into our app.

Also at the end, we will build a checkout, and we are gonna integrate Stripe so that we can process payments.

Slobodan Gajic created this course. Check out his channel: https://www.youtube.com/c/CodewithSloba

    Contents

  • (0:00:00) Intro
  • (0:01:01) Installing dependencies and project setup
  • (0:18:11) Building home page
  • (1:27:11) Building cart page
  • (1:58:26) Implementing Cart logic
  • (2:48:08) Implementing Store API
  • (3:16:06) Stripe payment implementation

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

[#Script #Coding] Best VS Code Time Saver!!

Best VS Code Time Saver!!

By codeSTACKr
Published: Jan 09, 2023


codeSTACKr Become A VS Code SuperHero Today: https://vsCodeHero.com

Join my Discord developer community: https://discord.gg/A9CnsVzzkZ

If you’re not using Emmet to write HTML markup and CSS, you’re wasting time!
– Create an entire HTML boilerplate with just an exclamation mark.
– Create a header, with an H1, and a paragraph with just a few keystrokes.
– Create a list with 10 items that are all populated with classes and incrementing numbers.
– Quickly add CSS properties

There’s so much that Emmet can do to speed up your workflow!





[#Script #Coding] HTML & Coding Introduction – Course for Beginners

HTML & Coding Introduction – Course for Beginners

By freeCodeCamp.org
Published: Feb 21, 2023


freeCodeCamp.org Learn the basics of HTML and how to begin coding in this course for beginners.

Are you interested in coding but have never tried it before? Are you curious about how to create your own website or app? If so, then this video course is for you!

Course developed by @AniaKubow
Full course: http://codewithania.com/

    Contents

  • (0:00:00) Introduction
  • (0:01:34) What is a code editor?
  • (0:03:08) Code editor options
  • (0:03:52) Files files files
  • (0:07:27) HTML Introduction
  • (0:09:27) HTML – what is it exactly?
  • (0:11:53) HTML Syntax
  • (0:17:08) Saving files in your code editor
  • (0:18:19) HTML Anatomy
  • (0:22:50) Headings
  • (0:24:49) Paragraphs
  • (0:26:04) HTML headings, paragraphs and emphasis
  • (0:32:20) Indenting code in HTML
  • (0:34:03) HTML lists
  • (0:38:54) HTML links
  • (0:43:49) Navigating Pages
  • (0:51:20) Images in HTML
  • (0:55:15) Creating tables using HTML
  • (1:03:27) Introducing the Div
  • (1:05:09) Semantic sectioning
  • (1:07:39) Table Tennis Leaderboard: Project prep
  • (1:09:30) Table Tennis Leaderboard: Starting out our project
  • (1:12:44) Table Tennis Leaderboard: table rows and lists
  • (1:16:44) Table Tennis Leaderboard: Sectioning and the figure element
  • (1:25:27) HTML forms
  • (1:26:52) The various input element types in HTML
  • (1:33:17) HTML Inputs exercise 1
  • (1:40:40) HTML Inputs exercise 2
  • (1:43:55) HTML Inputs exercise 3
  • (1:48:57) The select dropdown in HTML
  • (1:54:38) The Inspect tool
  • (1:56:51) Using the data attribute in HTML
  • (1:59:15) Commenting out code
  • (2:01:29) What’s next?

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…

[#Webdesign #Coding] Next.js Tutorial For Beginners

Next.js Tutorial For Beginners

By LearnWebCode
Published: Jan 24, 2023


LearnWebCode In this video you learn everything you need to get started with Next.js! Join my courses at the lowest possible price: https://learnwebcode.com/courses/

GitHub Repo To Borrow Code From: https://github.com/LearnWebCode/nextjs-youtube-demo

My other video where you can learn the basics of React: https://www.youtube.com/watch?v=70fadMRqnBo

    CONTENTS:

  • 0:00 Intro
  • 0:42 Getting Started
  • 4:23 Linking Pages
  • 9:36 App-Wide Code
  • 13:53 Navigation
  • 16:40 Blog Feature
  • 19:16 getStaticProps
  • 24:10 URL Parameters
  • 29:30 Module / Component CSS
  • 32:52: Dev & Production Modes
  • 35:40 Incremental Static Regeneration
  • 41:28 getServerSideProps
  • 47:02 Deploying To Live Site

[#Script #Coding] Best VS Code Extension for Tailwind CSS

Best VS Code Extension for Tailwind CSS

By codeSTACKr
Published: Jan 06, 2023


codeSTACKr Become A VS Code SuperHero Today: https://vsCodeHero.com

Join my Discord developer community: https://discord.gg/A9CnsVzzkZ

Just like the built-in feature of VS Code that lets you fold lines of code. The Inline Fold extension lets you fold code… well, Inline.

Let’s look at a couple of use cases:
– I love using Tailwind CSS! But a lot of developers hate how cluttered it makes your markup look.
– Just install the Inline fold extension and you’re markup will look clean again.
– From the command palette, use the “Inline fold: Toggle” command to fold and unfold your class names.
– Alternatively, just move your cursor to those lines and it will automatically unfold so that you can easily edit them.
– Another use case is when you have SVG’s in your markup.
– You’ll have to go into your settings and change the Regex match statement.
– After that, all of the SVG’s in your markup will be folded, giving you a much cleaner experience.





[#Script #Coding] Learn Tailwind CSS – Course for Beginners

Learn Tailwind CSS – Course for Beginners

By freeCodeCamp.org
Published: Jan 17, 2023


freeCodeCamp.org This course will give you a full introduction into all of the core concepts of Tailwind CSS — it will also provide details on every feature that provides Tailwindcss.

Course from codewithguillaume.

    Contents

  • (0:00:00) Introduction
  • (0:02:36) Setup
  • (0:17:01) Colors
  • (0:29:11) Customization
  • (0:42:11) Typography
  • (1:05:21) Spaces & sizes
  • (1:29:36) Flex
  • (1:51:46) Grids
  • (2:12:48) Layouts
  • (2:37:49) Borders
  • (2:45:41) Effects & filters
  • (2:57:33) Animations
  • (3:08:28) Design System
  • (3:56:31) Core concepts
  • (4:05:26) Dark mode

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…

[#Script #Coding] Best CSS Tool for VS Code!! Mirror Editing

Best CSS Tool for VS Code!! Mirror Editing

By codeSTACKr
Published: Feb 08, 2023


codeSTACKr Become A VS Code SuperHero Today: https://vsCodeHero.com
Join my Discord developer community: https://discord.gg/A9CnsVzzkZ

VS Code Tip of the Day
Here’s one really cool feature of this extension. The feature is called CSS Mirror Editing.
In the dev tools, make any style changes you want. You’ll see them happen in real-time and the updates will be saved automatically to your stylesheet.
This is one of the coolest things I’ve seen in a while!
The Microsoft Edge Tools for Visual Studio Code extension allows you to use the Developers Tools right inside VS Code.

[#Script #Coding] Create a Design System with CSS – Web Development Course

Create a Design System with CSS – Web Development Course

By freeCodeCamp.org
Published: Feb 07, 2022


freeCodeCamp.org Learn how to create your own design system while building a Space Travel Website with CSS guru Kevin Powell. You can also follow the interactive Scrimba version of this course by clicking here: https://scrimba.com/learn/spacetravel

Code on GitHub: https://github.com/kevin-powell/space-tourism

In this course you will first learn how to build your own design system and then learn how to implement the entire website with the design system using CSS, HTML, and JavaScript.

At the end, you will have a neat project to add your portfolio in addition to have sharpened your CSS and design skills.

The design for the course has been created by FrontendMentor. You can get the design files from their page: https://www.frontendmentor.io/challen…

    Course Contents

  • (0:00:00) The design system
  • (2:04:12) The homepage
  • (3:02:25) Navigation
  • (4:17:48) The destination page
  • (5:29:33) The tabs

Proudly powered by WordPress
Creative Commons License
EricBrooks.Com® is licensed under a Creative Commons License.

Disclaimer: The views expressed herein are solely those of Eric Brooks. They do not necessarily reflect those of his employers, friends, contacts, family, or even his pets (though my cat, Puddy, seems to agree with me on many key issues.). In accordance to my terms of use, you hereby acknowledge my right to psychoanalyze you, practice accupuncture, and mock you incessantly with every visit. As the user, you also acknowledge that the author has been legally declared a "Problem Adult" by the Commonwealth of Pennsylvania, and is therefore not responsible for any of his actions. ALSO, the political views and products advertised on this site may/may not reflect the views of Puddy or myself, so please don't take them as an endorsement. We just need to eat.


Connect