Skip to content

Instantly share code, notes, and snippets.

View HuyDucVo's full-sized avatar
💭
Leetcode

HUY DUC VO HuyDucVo

💭
Leetcode
View GitHub Profile
https://github.com/dhasvold/health-inspector.git
@HuyDucVo
HuyDucVo / linux_commands.txt
Created October 8, 2017 06:16 — forked from HelmetBro/linux_commands.txt
Basic Linux Commands
@author Eric Parsons @[email protected]
******************************
Notes:
* When creating an executable, don't have too, but good label it with the .out extension: [name].out
* Use tab in terminal for auto completion
* Command line has no undo
* ctrl + alt + t is a shortcut to open terminal
* services = daemons != processes, and daemon != disk and execution monitor
******************************
@HuyDucVo
HuyDucVo / app_.gitignore
Created November 14, 2017 06:50
Happy Birthday
/build
@HuyDucVo
HuyDucVo / WeatherContract.java
Created December 27, 2017 04:32 — forked from udacityandroid/WeatherContract.java
Contract class for a weather application called Sunshine
/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@HuyDucVo
HuyDucVo / StoreContract.java
Created December 27, 2017 05:37 — forked from udacityandroid/StoreContract.java
Example contract class for a table which contains data about the store's headphones stock
public final class StoreContract {
public static abstract class HeadphoneEntry implements BaseColumns {
public static final String TABLE_NAME = "headphones";
public static final String COLUMN_NAME = "name";
public static final String COLUMN_PRICE = "price";
public static final String COLUMN_STYLE = "style";
public static final String COLUMN_IN_STOCK = "in_stock";
public static final String COLUMN_DESCRIPTION = "description";
@HuyDucVo
HuyDucVo / System Design.md
Created January 13, 2020 02:27 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@HuyDucVo
HuyDucVo / README.md
Created February 18, 2020 01:24 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.