Use ChatGPT to Build a RegEx Generator – OpenAI API Low Code Course
By freeCodeCamp.org
Published: Mar 30, 2023“
Learn how to build a dashboard that generates RegEx using the OpenAI API and a low code tool called Retool. The dashboard allows users to input a string, write a description of the desired RegEx, and generate the code to transform the string accordingly.
You can find the iframe code here: https://github.com/kubowania/regex-openai
This course was created by @AniaKubow.
Retool provided a grant to make this course possible. Learn more about Retool: https://retool.com
Contents
- (0:00) Introduction
- (2:36) Writing our own regex code
- (5:06) Creating the header element
- (8:11) Creating the text area
- (11:35) How to create a custom code editor
- (16:32) Creating the new button
- (19:08) Setting up the sidebar
- (20:58) Configuring the open api api
- (22:51) The body of the example example
- (24:58) Setting up the code
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
”
Tag: Ania Kubow
[#Script #Coding] How to Make Money From Your Website Using Microtransactions
How to Make Money From Your Website Using Microtransactions
By freeCodeCamp.org
Published: Oct 24, 2022“
Learn how to make money from your website without having to reply on third party advertisers or selling your users data by using the Interledger Protocol and microtransactions.
Ania Kubów developed this course. Check out her channel: https://www.youtube.com/c/AniaKub%C3%B3w
Sign up for Uphold: https://wallet.uphold.com/signup
Coil Chrome extension: https://chrome.google.com/webstore/detail…
Sign up for Coil: https://coil.com/auth/signupGrant for the Web provided a grant to make this course possible. Grant for the Web is an Interledger Foundation program to boost open, fair, and inclusive standards and innovation in Web Monetization.
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] HTML & Coding Introduction – Course for Beginners
HTML & Coding Introduction – Course for Beginners
By freeCodeCamp.org
Published: Feb 21, 2023“
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…
”
[#Script #Coding] 3 Ways to Code a BuzzFeed Clone (JavaScript + TypeScript + JSONServer + Database + API + Node.js)
3 Ways to Code a BuzzFeed Clone (JavaScript + TypeScript + JSONServer + Database + API + Node.js)
By freeCodeCamp.org
Published: Feb 08, 2023“
Learn how to build a Buzzfeed Clone in JavaScript, followed by a version in React using JSON server for mimicking an API, and then build a TypeScript Buzzfeed Clone with a mini backend using Node.js to communicate with a Database.
Final code:
https://github.com/kubowania/…
https://github.com/kubowania/b…
https://github.com/kubowania/bu…Course developed by @AniaKubow
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] NoSQL vs SQL – Which Type of Database Should You Use?
NoSQL vs SQL – Which Type of Database Should You Use?
By freeCodeCamp.org
Published: Sep 13, 2022“
When should you use RDBMS, and when should you use NoSQL?
This course describes the differences between NoSQL and SQL databases as well as when and why to use each kind of database.Register for a free Astra DB account to use for this tutorial: https://astra.datastax.com/register/s…
Ania Kubow developed this course. Check out her channel: https://www.youtube.com/aniakubow
DataStax provided a grant to made this course possible.
- SQL Tutorial – Full Database Course for Beginners on FreeCodeCamp: https://www.youtube.com/watch?v=HXV3z…
- NoSQL Database Tutorial – Full Course for Beginners on FreeCodeCamp: https://www.youtube.com/watch?v=xh4gy…
- Apache Cassandra Database – Full Course for Beginners on FreeCodeCamp: https://www.youtube.com/watch?v=J-cSy…
- Everything You Need to Know About Storage Attached Indexing in Apache Cassandra | DataStax: https://www.youtube.com/watch?v=D9CUk…
- Enough CQL To Get You Started – Data Modeling with Apache Cassandra | DataStax: https://www.youtube.com/watch?v=mhHM3…
Contents
- Introduction (0:00)
- 01: What actually is a database (2:17)
- 03: What is a database management system (5:53)
- 04: Demo: Creating a database (6:27)
- 05: Common Database Models (9:21)
- 06: Relational databases (9:46)
- 07: SQL (11:33)
- 08: Non-relational databases (16:33)
- 09: Pros and Cons: Comparing RDBMS and NoSQL (19:21)
- 10: Wide Column Database (31:25)
- 11: Document Database (47:38)
- 12: Key-Value Database (1:03:51)
- 13: Multi-Model Databases (1:21:57 )
- Use cases: When to use RDBMS or NoSQL (1:23:12)
[READ MORE]”
[#Script #Coding] Apache Cassandra Database – Full Course for Beginners
Apache Cassandra Database – Full Course for Beginners
By freeCodeCamp.org
Published: Jul 21, 2022“
Apache Cassandra is an open source NoSQL distributed database. This beginner’s Cassandra course has four modules. The first three modules will cover the basics of Apache Cassandra data modeling. The final module covers practical applications of Cassandra.
Get Started with Astra DB, built on Apache Cassandra: https://astra.datastax.com/register/a…
Course Contents
- (00:30) Module 1: Cassandra Intro and Background
- (21:53) Module 2: Collections, User Defined Types, and Counters
- (31:29) Module 3: Data Modeling
- (1:04:22) Module 4: Practical Applications
Links
- Build scalable API-based Microservices with Spring Boot and Cassandra
https://astra.dev/3vIUwyx- REST API in AstraDB – Introduction and curl: https://www.youtube.com/watch?v=oSVuP…
- https://astra.dev/3rNnOL5
- Build a Reactive app in Apache Cassandra™ with Spring Framework: https://www.youtube.com/watch?v=1aRbn…
- https://astra.dev/3xSxaZW
- Advanced Data Modeling in Apache Cassandra™: https://astra.dev/3xX5QK7
- Introduction to #MachineLearning with Cassandra and Spark: https://astra.dev/39aPqU5
- NoSQL Course from Anna Kubow: https://www.youtube.com/watch?v=xh4gy…
”
[#Script #Coding] JavaScript Tutorial – Build 2 Word Games!
JavaScript Tutorial – Build 2 Word Games!
By freeCodeCamp.org
Published: Jul 05, 2022“
In this tutorial for beginners, you will improve your JavaScript skills by coding two word games.
Ania Kubow developed this course. Check out her channel: https://www.youtube.com/aniakubow
Code:
- Word Association: https://github.com/kubowania/word-association-vanilla-javascript
- Jeopardy: https://github.com/kubowania/jeopardy-vanilla-javascript
Course Contents
- (0:00) Introduction
- (1:30) Word Association Game
- (49:51) Jeopardy Game
”
[#Script #Coding] Ecommerce Website Tutorial – Create a B2B App with Stripe + Postgres + REST API Backend
Ecommerce Website Tutorial – Create a B2B App with Stripe + Postgres + REST API Backend
By freeCodeCamp.org
Published: Sep 29, 2022“
Learn how to create three SaaS internal business tools with Postgres, Stripe API, and the Retool low-code platform. You will build an order management dashboard, an employee dashboard, and a developer portal.
You will use the Retool platform to build the business tools. Retool is a drag-and-drop no-code editor with many of pre-built components to build internal CRUD (create, read, update, delete) apps as fast as possible.
Ania Kubów developed this course. Check out her channel: https://www.youtube.com/aniakubow
Code: https://github.com/kubowania/mobee-ps…
Retool provided a grant to make this course possible. Learn more about Retool: https://retool.com
Contents
- (00:03:40) The Employee App
- (01:06:20) The Manager/Admin App
- (01:43:12) The Developer App
”
[#Script #Coding] Build API Powered Dashboards – MongoDB, Discord and Mail API
Build API Powered Dashboards – MongoDB, Discord and Mail API
By freeCodeCamp.org
Published: Jun 24, 2022“
Build an API powered marketing dashboard using a low code approach. You will learn how to use Appsmith to easily create many tools that startups need. The dashboard will incorporate MongoDB, the SMTP API, and the Discord web hook.
Ania Kubów created this course. Check out her channel: https://www.youtube.com/aniakubow
Appsmith Github repo: https://GitHub.com/Appsmithorg/Appsmith
This course was made possible by a grant from Appsmith. Learn more about Appsmith: https://www.appsmith.com/
Course Contents
- (0:00:00) Introduction
- (0:01:34) Getting started with Appsmith
- (0:10:56) Connected to MongoDB
- (0:23:00) Adding data to Appsmith app
- (0:57:08) Create send messages page
- (1:27:56) Show different marketing lists
- (1:51:36) Implementing Discord web hook
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] Low-Code for Freelance Developers & Startups – Tutorial
Low-Code for Freelance Developers & Startups – Tutorial
By freeCodeCamp.org
Published: Apr 13, 2022“
Low-code is a software development approach that requires little coding in order to build applications. It is made possible through a low-code platform. Learn how to use low code tools and APIs to build a customer support dashboard. You will learn how create the dashboard using the Appsmith platform, Google Sheet API, and the Stripe API.
Ania Kubów created this course. Check out her channel: https://www.youtube.com/aniakubow
This course was made possible through a grant from Appsmith. Learn more about Appsmith: https://www.appsmith.com/
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…”