Try   HackMD
  •  
    prepp
    ·
    Last edited by partho on Feb 15, 2021
    Linked with GitHub
    Contributed by
  • Edit
Log in to edit or delete your comments and be notified of replies.
Sign upAlready have an account? Log in
There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.

Alogorithms

Breadth First Search ~

https://www.techiedelight.com/breadth-first-search/

Depth First Search ~

https://www.techiedelight.com/depth-first-search/

Last changed by 

 
prepp
0
61

Read more

javascript

Promise https://medium.com/javascript-scene/master-the-javascript-interview-what-is-a-promise-27fc71e77261 https://youtu.be/DHvZLI7Db8E - web dev simplified - JavaScript Promises In 10 Minutes A promise is an object which can be returned synchronously from an asynchronous function. It will be in one of 3 possible states: Fulfilled: onFulfilled() will be called (e.g., resolve() was called) Rejected: onRejected() will be called (e.g., reject() was called)

Apr 4, 2021
REACT

FreeCodeCamp tuto (scrimba): https://scrimba.com/learn/learnreact ReactDOM and JSX react virtual dom: https://youtu.be/BYbgopx44vo https://youtu.be/RquK3TImY9U Virtual dom makes react work faster. It tracks where the change took place and updates only that part.

Apr 3, 2021
Linux Answers

What is the advantage of using sudo apt-get autoremove over a cleaner app? https://askubuntu.com/questions/527410/what-is-the-advantage-of-using-sudo-apt-get-autoremove-over-a-cleaner-app Whenever you install an application (using apt-get) the system will also install the software that this application depends on. It is common in Ubuntu/Linux that applications share the same libraries. When you remove the application the dependency will stay on your system. So apt-get autoremove will remove those dependencies that were installed with applications and are no longer used by anything else on the system. apt and apt-get https://askubuntu.com/questions/445384/what-is-the-difference-between-apt-and-apt-get

Mar 14, 2021
CSS things

centering https://css-tricks.com/centering-css-complete-guide/

Mar 10, 2021
Read more from prepp

Published on HackMD
    • Alogorithms
      • Breadth First Search ~
      • Depth First Search ~
    Expand allBack to topGo to bottom
  • Alogorithms
    • Breadth First Search ~
    • Depth First Search ~
Expand allBack to topGo to bottom

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up