Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[Webpack] Basics

Posted on 2020-04-12 | In Frontend , Webpack |
IntroVideo: https://www.youtube.com/watch?v=GU-2T7k9NfI npm install webpack --save-dev Webpack helps compose the frontend files and dependency imports ...
Read more »

[Distributed System] Introduction

Posted on 2020-03-26 | In Distributed System |
IntroductionVideo: https://www.youtube.com/watch?v=cQP8WApzIQQ Why distributed system Parrellism Fault tolerance Physical reason Security reason, ne ...
Read more »

[Java] Array, ArrayList, and HashMap

Posted on 2020-02-11 | In Language , Java |
Array1234567int[] myArray = {1, 2, 3, 4, 5};String[] myStringArray = {"Hello", "Hi", "What"};System.out.println(myStringArray.leng ...
Read more »

[GraphQL] Tools

Posted on 2020-02-11 | In GraphQL , Tools |
IntrospectionGraphQL allows clients to ask a server for information about its schema. GraphQL calls this introspection. We can ask GraphQL for this in ...
Read more »

[GraphQL] Fragments, Arguments, and Aliases

Posted on 2020-02-11 | In GraphQL , Advance |
FragmentsFragments are a handy feature to help to improve the structure and reusability of your GraphQL code. A fragment is a collection of fields on ...
Read more »

[GraphQL] Architecture

Posted on 2020-02-10 | In GraphQL , Architecture |
Architectural Use Cases GraphQL server with a connected database Often used for greenfield projects Uses single web server that implements GraphQL Se ...
Read more »

[GraphQL] Basics

Posted on 2020-02-10 | In GraphQL , Basics |
Benefits of GraphQL Avoid over-fetching and under-fetching Reduce payload, increase efficiency Strongly typed, use Schema The Schema Definiation Lang ...
Read more »

[Java] OOP

Posted on 2020-02-06 | In Language , Java |
SyntaxClass12345678910111213141516171819202122232425262728293031323334353637383940414243public class Dog { public String name; public int w ...
Read more »

[Android] Concepts

Posted on 2020-01-20 | In Android |
Activities, Packages, and LayoutsAndroid Components: Activity Service Content Provider Broadcast Receiver Android app knows these components because ...
Read more »

[Go] Http&net packages

Posted on 2020-01-16 | In Language , Go |
Handler Interfacehttp.Handler A Handler responds to an HTTP request. 123type Handler interface { ServeHTTP(ResponseWriter, *Request) // Any ob ...
Read more »
1…456…14

Adonais0

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