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

React

Summary UI reacts to changes in the state. Very popular JavaScript frontend library(not framework because batteries are not included). Context, to manage props(properties injection) Hooks ref They let you use state and other React features without writing a class. It mainly uses to handle the state and side effects in react functional component. React Hooks are a way to use stateful functions inside a functional component. Hooks don’t work inside classes — they let you use React without classes React provides a few built-in Hooks like useState and useEffect....

April 4, 2022 · 2 min · Jaaved Khan

Setup Kubernetes Infrastructure at ICTC

Working on this project to setup infrastrucute with Akber Ali

April 4, 2022 · 1 min · Jaaved Khan