App Platform DigitalOcean

Summary Everything runs on multitentant clusters. network isolation auto build support. global CDN and built in SSL are provided by cloudflare. Monitoring and alerting is done with prometheus. logging and CLI with the app platform UI is by fluent bit. What it is? PaaS vs App Platform Supported platforms Support for Dockerfile Structure of the app Flexibility Key takeaways

April 4, 2022 · 1 min · Jaaved Khan

Lisp

Summary is a family of programming languages with fully parenthesized prefix notation. LISP: LISt Processor Prefix Notation LISP uses what is called a prefix notation, i.e. instead of writing 10+20 (this is called the infix notation) you have to write + 10 20. pdf ref S-expressions In the usual parenthesized syntax of Lisp, an S-expression is classically defined[1] as an atom, or an expression of the form (x ....

April 4, 2022 · 1 min · Jaaved Khan

IAM KFUPM

April 4, 2022 · 0 min · Jaaved Khan

From User Stories to AC with BDD

Summary From user stories to Acceptance Criteria (AC) with Behaviour Driven Development(BDD)

April 4, 2022 · 1 min · Jaaved Khan

Malik A Hassan

Summary Sales manager from company. Arrogant person who thinks he knows more than what we actually knows.

April 4, 2022 · 1 min · Jaaved Khan

Program

Definition A program is a set of instructions that a computer follows in order to perform a particular task. [computing] ref: https://www.collinsdictionary.com/dictionary/english/program A planned series of future events or performances. ref: https://www.lexico.com/definition/programme (US: program)

April 4, 2022 · 1 min · Jaaved Khan

Transition Signals

Summary Transition signals, also called cohesive devices or linking words, are words or phrases which show the relationship between ideas. There are many different types, the most common of which are explained in the next section on transition signals. Some examples of transition signals are: for example - used to give examples in contrast - used to show a contrasting or opposite idea first - used to show the first item in a list...

April 4, 2022 · 1 min · Jaaved Khan

How to check which Graphics card is available and driver in use?

Check lspci -k | grep -A 2 -i "VGA" 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730 GL [FirePro V3750] Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RV730 GL [FirePro V3750] Kernel driver in use: radeon

April 4, 2022 · 1 min · Jaaved Khan

Behaviour Driven Development(BDD)

Summary ref: https://www.youtube.com/watch?v=Va_93ygTnOs BDD is not a testing tool, but a colaboration tool. ref: https://www.youtube.com/watch?v=6nSwRSbc27g Dan North is the orginator of BDD. According to him BDD is TDD, he just removed the word Testing to get buy in of people. Difference between TDD and BDD They are....

April 4, 2022 · 1 min · Jaaved Khan

Hugo

Summary Static site generator. Uses markdown format as source. Run local server From the directory that contains the hugo project, e.g. “/mnt/data/Dropbox/emacs/hugo/braindump” cd /mnt/data/Dropbox/emacs/hugo/braindump hugo server --config config.yml # to select the config file to build the project and run # in side netlify.toml, file build command command = "hugo --gc --minify --config config.yml" Documentation variables PaperMod Theme Getting started with a theme e.g.: https://github.com/gethugothemes/liva-hugo git clone git@github.com:gethugothemes/liva-hugo.git # cd in the project directory $ cd liva-hugo/exampleSite/ # Start local dev server $ hugo server --themesDir ....

April 4, 2022 · 1 min · Jaaved Khan