Summary ref A transpiler (also called source-to-source compiler or a transcompiler) is a program that translates a source code from a language to another at the same level of abstraction (which makes it different from a compiler whose output is lower level than its input).
Summary ref A UNIX socket, AKA Unix Domain Socket, is an inter-process communication mechanism that allows bidirectional data exchange between processes running on the same machine.
IP sockets (especially TCP/IP sockets) are a mechanism allowing communication between processes over the network. In some cases, you can use TCP/IP sockets to talk with processes running on the same computer (by using the loopback interface).
UNIX domain sockets know that they’re executing on the same system, so they can avoid some checks and operations (like routing); which makes them faster and lighter than IP sockets....
Summary Met him KFUPM during master’s days. Worked with him on
Summary Consists of tasks. Reminders to have conversations with your clients. Good user stories consists of Card (title on notecards) Converstation (with clients) Confirmation (acceptance tests) What is user story? link User stories are short, simple descriptions of a feature told from the perspective of the person who desires the new capability, usually a user or customer of the system. They typically follow a simple template:...
The productivity guru who started (Build A Second Brain) Idea.
this is the screen shot that I got here.
This is an example. link
Test file 2