Service Mesh

Summary Takes care of connectivity between microservices

April 4, 2022 · 1 min · Jaaved Khan

Dropbox

Installation on Debian follow: https://vitux.com/how-to-install-dropbox-on-debian-10/ Change default directory By default the Dropbox directory will be at “\~/Dropbox” To change default directory /mnt/data dropbox alias dropb="HOME=/mnt/data dropbox" Exclude directories to sync ref #dropbox or dropb dropbox help exclude dropbox exclude [list] dropbox exclude add [DIRECTORY] [DIRECTORY] ... dropbox exclude remove [DIRECTORY] [DIRECTORY] ...

April 4, 2022 · 1 min · Jaaved Khan

Babel

Summary ref Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments. Here are the main things Babel can do for you: Transform syntax Polyfill features that are missing in your target environment (through a third-party polyfill such as core-js) Source code transformations (codemods) And more! (check out these videos for inspiration)

April 4, 2022 · 1 min · Jaaved Khan

Webpack

Summary Webpack is a tool that will take your codebase and all its dependencies and transform them into one or more bundles, or files, that can be executed in a browser.

April 4, 2022 · 1 min · Jaaved Khan

HP

Summary Consumer Electronics manufacturer

April 4, 2022 · 1 min · Jaaved Khan

expression

Summary An expression evaluates to a value. expression vs statement Though this isn’t related to Python: An expression evaluates to a value. A statement does something. >>> x + 2 # an expression >>> x = 1 # a statement >>> y = x + 1 # a statement >>> print y # a statement (in 2.x) 2 more good answers here

April 4, 2022 · 1 min · Jaaved Khan

Interacting with processes in Linux(Debian)

Summary Process Commands to show running processes ps: snap short of current processes top: Display and update sorted information about Linux processes. atop: Advanced System & Process Monitor for Linux. htop: Interactive process viewer in Linux. pgrep: Look up or signal processes based on name and other pstree: Display a tree of processes. ps ps -aux | grep buildbot ref

April 4, 2022 · 1 min · Jaaved Khan

Elements of Style

Summary ref Elementary Rules of Usage Form the possessive singular of nouns by adding ’s. […] Charles’s friend In a series of three or more terms with a single conjunction, use a comma after each term except the last. red, white, and blue Enclose parenthetic expressions between commas. The best way to see a country, unless you are pressed for time, is to travel on foot....

March 31, 2022 · 8 min · Jaaved Khan

vsphere

Summary https://www.vmware.com/mena/products/vsphere.html

March 30, 2022 · 1 min · Jaaved Khan

microservices

Summary

March 30, 2022 · 1 min · Jaaved Khan