Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[Javascript] Basic Knowledge

Posted on 2019-01-10 | In Language , Javascript , Syntax |
VariablesJavascript data types; undefined, null, boolean, string, symbol, number, object When JavaScript variables are declared, they have an initial ...
Read more »

[IoT] MQTT Basic

Posted on 2019-01-03 | In Ubiquitous Computing , MQTT |
Concepts Publish/Subscribe Device 1 publishes a topic Device 2 is subscribed to the same topic in which device 1 is publishing in Device 2 receives t ...
Read more »

[Leetcode] Backtracking

Posted on 2018-12-31 | In Leetcode , Backtracking |
IntroBacktracking is usually used when you have multiple solutions and you need all the solutions. if we want a best solution(optimal) that would be D ...
Read more »

[React] Http

Posted on 2018-12-28 | In Frontend , React , Http |
Setup Fake http data from https://jsonplaceholder.typicode.com/ Use Axios package npm install axios --save Axios docs: https://github.com/axios/axios ...
Read more »

[React] Routing

Posted on 2018-12-28 | In Frontend , React , Routing |
IntroductionThe Router Package will Parse URL /Path Read Config Render / Load appropriate JSX / Component Setupnpm install --save react-router-dom ...
Read more »

[Leetcode] DFS & BFS

Posted on 2018-12-27 | In Leetcode , DFS & BFS |
301. Remove Invalid Parentheses [hard]Leetcode: https://leetcode.com/problems/remove-invalid-parentheses/description/Video: https://www.youtube.com/wa ...
Read more »

[Leetcode] Divide and Conquer

Posted on 2018-12-26 | In Leetcode , Divide and Conquer |
Divide and ConquerBreak a problem into roughly equal sized subproblems, solve seperately, and combine results. Video: https://www.youtube.com/watch?v= ...
Read more »

[React] Redux

Posted on 2018-12-26 | In Frontend , React , Redux |
Redux work flowInstall npm install --save redux Redux is like a central store which stores entire application state. Reducer:Is a function, accepts t ...
Read more »

[React] Components life cycle, state, and props

Posted on 2018-12-26 | In Frontend , React , Componencts |
DebugHigher Order Components Wrap other components and throws errors when inner components has error. 1234567891011121314151617181920212223// ErrorBou ...
Read more »

[React] Styling

Posted on 2018-12-25 | In Frontend , React , Styling |
Dynamically Assign Styles123456789101112131415161718render() { let output = null; let buttonStyles = { color: 'white', backg ...
Read more »
1…101112…14

Adonais0

140 posts
131 categories
112 tags
GitHub Twitter
© 2024 Adonais0
Powered by Hexo
|
Theme — NexT.Mist v7.8.0