Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[Frontend] Interview Questions

Posted on 2019-06-07 | In Frontend , Interview |
Prepare List12345678910111213141516171819202122232425262728293031How to hide element (visually hide)CSS grid v.s. Flexbox v.s. FloatAccessibilitySEO o ...
Read more »

[Leetcode] Greedy

Posted on 2019-05-17 | In Leetcode , Greedy |
IntroAn algorithmic paradigm that follows the problem solving approach of making the locally optimal choice at each stage with the hop of finding a gl ...
Read more »

[Node] Basic

Posted on 2019-05-17 | In Node , Basic |
Creating a Node ServerCore modules: http: launch a server, send request https: launch a SSL encrypted server fs: file system path: constructing apths ...
Read more »

[HTTP] Basic

Posted on 2019-05-13 | In HTTP , Basic |
IntroBefore an HTTP client can send a message to a server, it needs to establish a TCP/IP connection between the clien and the server using Internet P ...
Read more »

[CSS] Grid

Posted on 2019-05-13 | In Frontend , CSS |
IntroA good video to watch: https://www.youtube.com/watch?v=7kVeCqQCxlk Grid terminology Grid container: Element containing a grid, defined by setting ...
Read more »

[Leetcode] String

Posted on 2019-04-15 | In Leetcode , String |
IntroductionPalindrome ProblemManacher’s Algorithm 647. Palindromic SubstringsLeetcode: https://leetcode.com/problems/palindromic-substrings/ Expand f ...
Read more »

[D3] Basic

Posted on 2019-03-28 | In D3 |
DOM Select12345678d3.select(); // Accept CSS selectord3.selectAll();d3.select('h1').style('color', 'red') .attr('class', 'heading') .text('Updat ...
Read more »

[Leetcode] Array

Posted on 2019-03-19 | In Leetcode , Array |
Introduction Can operate efficiently on both ends Be comfortable with with writing code on subarrays Sometimes may need a helper array to solve the pr ...
Read more »

[React] Context API

Posted on 2019-03-16 | In Frontend , React , Context |
The Context API (React 16.3)The context API is usually used for global data. This can help with the overly complicated props-chain. In /context/auth-c ...
Read more »

[React] Test

Posted on 2019-03-13 | In Frontend , React , Test |
Test Tools Test Runner: Executes tests and provide validation library Jest Test Utilities: “Simulates” the React App (mounts components, allows you to ...
Read more »
1…789…14

Adonais0

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