Azam X

November 8, 2022 · 0 min · Jaaved Khan

Software Services Startup

Services that can be offered Search Engine Search engine with Enterprise search Indexing data into Elasticsearch database to make it full text searchable Index the data using Java, Python and Nodejs clients Make the data searchable with auto complete features using search-ui React app or with Vue Data cleaning and BI Business Intelligence(BI) and Monitoring with Kibana Create rich visualizations and dashboards with time series and any type of data....

September 19, 2022 · 2 min · Jaaved Khan

Nasrullah M. A. Jan

September 17, 2022 · 0 min · Jaaved Khan

Cohesion and Coherence

Cohesion vs Coherence definitions and meaning Cohesion Coherence low level high level to stick or stitch organize or structure construct to construct emergent measurable subjective, not measurable, creativity quantitative qualitative, expertise, hard to teach more concrete more abstract In Programming In Writing In Ansible Configurations In Movies References https://www.educba.com/coherence-vs-cohesion/

August 31, 2022 · 1 min · Jaaved Khan

Sudo

sudo vs su ref su switch user by default to root user opens a shell to run command prompts for root password su run program as root and asks for root password su username “su -” vs “sudo -i” both does same “su” vs “su -” “su” does not change current working dir aliases env “su -” change current working dir sets env as if logged in as root sudo runs command as root in the same shell....

August 15, 2022 · 2 min · Jaaved Khan

KFUPM Diploma as NFT

August 2, 2022 · 0 min · Jaaved Khan

Shaka Player

Summary ref Shaka Player is an open-source JavaScript library for adaptive media. It plays adaptive media formats (such as DASH and HLS [HLS Format]) in a browser, without using plugins or Flash. Instead, Shaka Player uses the open web standards MediaSource Extensions and Encrypted Media Extensions. Where I used it? In Tadafuq project, mux.js was required to play the video. from this discussion mux.js can be used in React or Vue by doing in the component before using Shaka Player...

July 24, 2022 · 1 min · Jaaved Khan

FFmpeg

Summary A complete, cross-platform solution to record, convert and stream audio and video. https://ffmpeg.org/ Examples Encoding or converting will be as easy as ffmpeg -i input.mp4 output.avi Video streams can be converted and broken into appropriate segments by FFmpeg with a command such as ffmpeg -i inputFile.mkv -c:v h264 -flags +cgop -g 30 -hls_time 1 outputFile.m3u8 Where I used this? In tfarraj project, this library was used in the upload-encoder project, which uses fluent-ffmpeg npm module or library to make complex command-line into easy and fluent....

July 24, 2022 · 4 min · Jaaved Khan

Software Services Startup

Services that can be offered Search Engine Search engine with Enterprise search Indexing data into Elasticsearch database to make it full text searchable Index the data using Java, Python and Nodejs clients Make the data searchable with auto complete features using search-ui React app or with Vue Data cleaning and BI Business Intelligence(BI) and Monitoring with Kibana Create rich visualizations and dashboards with time series and any type of data....

June 7, 2022 · 2 min · Jaaved Khan

Conjunction

Summary Conjunctions are words that link words, or phrases or clauses together. grammarly ref ref for puncuations Coordinating conjunctions Coordinating conjunctions allow you to join words, phrases, and clauses of equal grammatical rank in a sentence. The most common coordinating conjunctions are for, and, nor, but, or, yet, and so; you can remember them by using the mnemonic device FANBOYS. Examples I’d like pizza or a salad for lunch. We needed a place to concentrate , so we packed up our things and went to the library....

May 25, 2022 · 4 min · Jaaved Khan