I hereby claim:
- I am khuongduybui on github.
- I am khuongduybui (https://keybase.io/khuongduybui) on keybase.
- I have a public key whose fingerprint is 3729 A1E5 6FB3 88FE 8F78 23B5 2B3E C2C1 DCC3 BFDC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"basics": { | |
"name": "Duy Bui", | |
"label": "Freelance Software Engineer", | |
"summary": "Besides my major at college being Information Assurance and Security, I also have expertise and experiences in Software Development, particularly Web-application Development. Throughout of working with numerous projects of various types, I have developed the ability to quickly pick up new languages, libraries, platforms, etc. and especially to thoroughly understand existing code.\n\nI'm not actively looking for new opportunities but generally interested in positions that allow me to apply my background in security into the software development cycle to make the final products more secured, e.g. technical analyst, system architect, coder, and security assurance specialist. Remote positions are much more preferred.", | |
"location": { | |
"postalCode": "20171", | |
"countryCode": "US" | |
}, | |
"phone": "+15712396002", |
@import '../node_modules/water.css/out/water.min.css'; | |
/* @import 'tailwindcss/base'; */ /* base provided by water.css */ | |
@import 'tailwindcss/components'; | |
@import 'tailwindcss/utilities'; | |
/* Override water.css opinionated settings. */ | |
body { | |
max-width: initial; | |
} |
@media (prefers-color-scheme: dark) { | |
html { | |
background: #000; | |
filter: invert(1) hue-rotate(180deg) | |
} | |
img { | |
filter: invert(1) hue-rotate(180deg); | |
opacity: 0.75; | |
transition: opacity 0.25s ease-in-out; |
cSpell dictionary and configuration for Deno Fresh projects.
Clone this gist next to your project:
git clone https://gist.github.com/75bfe4b6405d708f5b2ec670d7d1b71f.git
cSpell dictionary and configuration for ActiveEye projects.
Clone this gist next to your project:
git clone https://gist.github.com/14cf0f81ee05a41dbca04ecc87d905e0.git
cSpell dictionary and configuration for BAH projects.
Clone this gist next to your project:
git clone https://gist.github.com/24a45845f31e756c1a8de6bd0b845bb3.git
Quantum computing is a type of computing that uses quantum mechanics, a branch of physics that deals with the behavior of subatomic particles, to perform calculations. Quantum computers are able to perform certain types of calculations much faster than classical computers, which use traditional bits to represent and store data.
Quantum computers use quantum bits, or qubits, to store and process information. Qubits can represent and store more information than classical bits, which can only store either a 0 or a 1. Qubits can exist in a superposition of both 0 and 1 simultaneously, which allows quantum computers to perform certain types of calculations much more efficiently.
Quantum computers are still in the early stages of development and are not yet widely available. However, they have the potential to revolutionize many fields, including cryptography, drug discovery, and financial modeling, by solving problems that are currently too complex for classical compu
DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=22.04 | |
DISTRIB_CODENAME=jammy | |
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS" |