--> Skip to main content

Posts

Featured

Steps to Create a Project on GitHub

Steps to create a project on GitHub:  1.   Start a repo on GitHub 2.   Make a README.md file 3.   Open vs code – new folder – new terminal – git clone http:…. (from the repo). 4.   In terminal – cd theprojectname   à move into the project file 5.   Ls -la is for showing hidden file à not working for me ???? 6.   Make some changes to README file, in terminal git status à shows all the changes on the file 7.   To add all changes update to the folder à git add . (the dot . means all changes to be added) 8.   Add a new file index.html, in terminal à git commit -m “title of commit” -m “description of commit” 9.   Then git push origin master 10.                 ****Initial a repo in local text editor à git init 11.                 After use git add . etc, when pus...

CSS Staggered Animation - Show Different Elements Animations One After Another with CSS Only

CSS Animation - Adding Animation to the Hero Header Section of a Landing Page

Floating Label Animation in Form Using Tailwind CSS Peer Marker and Placeholder Shown Modifier

HTTP 1.0 vs. HTTP 1.1 - 400 Bad Request May Occur When a Client Send Request Using Socket Module

Create a Database with Three ' Many to Many ' Relationships Using Python - Student / Class / Professor

Python SQLite3 Module Database - Many to Many Relationship Database Example

Python Sqlite3 Database Practice - Convert MusicXML (XML) File into a SQL Database

Python SQLite Database Practice - Create a Database with Multiple Tables From an iTunes Library XML File

Python Sqlite3 Database Basic Tutorial

Python Sqlite3 Database Management - Create Email Database and Sort Emails

Python Sqlite3 Module - Create a SQLite Database from a JSON File Using Python

Python Project - Tweepy and Twitter Developer API for Automatically Following The Right Twitter Users

A Quick Guide to Twitter Developer API - Twitter API v2 - Get Tweets Data / Create Tweets with Python Library Tweepy