• Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    JavaScript
  • Created almost 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🚀 Important commands, Code Snippets, Basics on different topics learning daily 📚🎉!

MyDailyLearn

Here is some important commands or code snippets on different topics that I am learning in my developing life.

Table of Contents

Git

  • Configure git
    • Config file locations
    • Configure user's name & email
    • Various important config commands
  • Branching
    • Create new branch
    • Delete branch
    • Quick switch back to previous branch/commit-sha/references etc.
    • Branch listing
    • Rename a branch
    • Track new branch
    • Checkout branch/commit-sha/references/etc. (go forward/backward)
  • Add, Commit, Amend, Pull, Push, Merge & Delete
  • Checkout forward/backward
  • Cherry Pick
  • Stashing
  • Logging
  • Show - more logging
  • Recovery or Reset
    • Reset using reflog
  • Squash
  • Rebase
    • Change the author of an earlier commit
    • Change the commit message of an earlier commit
    • Reordering commits using rebase
    • Rebase options
  • Working with remotes
  • Conflicts
    • e.g. Merging release branch into master and we have 3 folders foo/, bar/, js/. Now want to resolve conflicts such as foo/, bar/ should like master and js/ should like release branch.
  • Git Submodules
  • Some important operations
    • Cleanup garbage in remote repository
    • Prune empty commits
    • Create a new WorkTree and work paralley in the same repo (diffeent branch)
    • Add a signed-off-by field in a commit
    • How to tell git to ignore local changes (already tracked by git)?
    • Generate a Git Hash (SHA1) for specific contents
  • Tag and Releases
  • Fancy Commands
  • Concepts
    • Tracked vs Untrack file
    • GitHub vs Git
    • Commit Object
    • Three areas where code lives
    • Three types of git References
    • Different types of HEAD
    • The Seven Rules of a Great Git Commit Message
    • Difference between HEAD~ and HEAD^

JavaScript

Vanilla JavaScript

Vue

React

Node

Angular

Gulp

Unit Testing

Docker

  • Docker Install (latest or a specific version)
  • Run docker as daemon
  • Remove all containers
  • Remove all images
  • Run an image
  • print log of a container
  • Exec a container
  • Run image with binding port

More Repositories

1

certificates

❤️ My certificates, courses!
5
star
2

linkedin-learning-downloader

JavaScript script to Download videos, transcripts and exercise files from LinkedIn Course!
JavaScript
5
star
3

3d-bouncing-ball

3D CSS - lighting, animations, and more!
CSS
4
star
4

github-issue-viewer

Github issues viewer build in Vue, Vuex, Progressive Web App (PWA), IndexedDB, localStorage, vuetable2. it shows different <orgs>/<repos> issues in a table. Filtering, searching, sorting available!
JavaScript
3
star
5

gulp-awesome

JavaScript
2
star
6

css-advanced-animations

CSS Advanced Animations
CSS
1
star
7

charts-using-d3.js

🚀 Visualize data using tree-map, choropleth, heat-map, scatterplot, bar chart!
JavaScript
1
star
8

gaia-frontend

Dig into frontend codes of Gaia. Vue projects structure, components, & else!
Vue
1
star
9

compare-vue

A simple app written with Vue.js (JavaScript Framework)
JavaScript
1
star
10

delete-it

1
star
11

random-quote-machine

Developed: FreeCodeCamp front-end-libraries Project #1
JavaScript
1
star
12

chrome-extension

A Chrome extension that crawl a latest commit of GitHub's current branch and do API call
JavaScript
1
star
13

pharmer

🌾 Kubernetes Cluster Manager for Kubeadm (Technical Preview)
Go
1
star
14

nft-practice

Create a sample nft details page
JavaScript
1
star
15

pomodoro-clock-react

FreeCodeCamp front-end-libraries Project #5
JavaScript
1
star
16

markdown-previewer

Developed: FreeCodeCamp front-end-libraries Project #2
JavaScript
1
star
17

image-sync

1
star
18

facebook-messenger-clone

𝐋𝐢𝐯𝐞 𝐃𝐞𝐦𝐨: https://facebook-messenger-clone-f4da7.web.app/
JavaScript
1
star
19

nodejs-prometheus

Monitor Node.js server using Prometheus & Graphana
1
star
20

braintree-server-client

Braintree payment example using tokenization-key, merchant-id, private/public key
JavaScript
1
star
21

drum-machine

FreeCodeCamp front-end-libraries Project #3
JavaScript
1
star
22

image-resizer

JavaScript
1
star
23

sajibcse68

1
star
24

javascript-calculator

FreeCodeCamp front-end-libraries Project #4
JavaScript
1
star
25

git-workshop

Take a Git Workshop for Goava Employees
1
star
26

react-redux-graphql-apollo-todo-app

Todo app using React, Redux, GraphQL, Apollo client
JavaScript
1
star