Gulf Skills Information Technology

Summary IAM KFUPM project was given to this company. Address 4th Floor, Al-Zuabi Tower, Prince Mohammed Bin Fahad Rd. Dammam 32241. Kingdom of Saudi Arabia Gulf Skills Information Technology Co. Ltd. شركة مهارات الخليج لتقنية المعلومات المحدودة W: http://www.gskills.com.sa

March 16, 2022 · 1 min · jaavedkhan

Bitcoin

March 7, 2022 · 0 min · jaavedkhan

Redux

Summary Used for state management across multiple components. Uses pure functional programming concepts to implement ref and good tutorial about redux Terminology copy diagram from here Actions(events names that change store) and Action creators Actions You can think of an action as an event that describes something that happened in the application. const addTodoAction = { type: 'todos/todoAdded', payload: 'Buy milk' } Action creators...

March 4, 2022 · 8 min · jaavedkhan

Abdul Malik

Summary

1 min · Jaaved Khan

2022-01-29

0 min · Jaaved Khan

99 Bottles of Beer

99bottles_beer_js Introduction Another note 99bottles_beer_js Good point In the present case, it’s a slight stretch to call the quantity and container pairing above a Data Clump, but the value of removing clumps is so great that it makes sense to view this code through that lens. If these two things always appear together, it’s a signal that this pairing represents a deeper concept, and that concept should be named. Nice summary example ├── lib │ ├── bottles....

1 min · Jaaved Khan

20210911-203110–Add more user reaction: overpriced, dislike etc

Refs

1 min · Jaaved Khan

20210911-202947–Add dislikes, overpriced and other reaction from user

0 min · Jaaved Khan

Abdul Khadir Khan

Summary email: khadir@kfupm.edu.sa Official client and application admin for the DSR Incentives applications I know him from my Master’s days(Lehman brothers).

1 min · Jaaved Khan

.sock file

Summary ref The .sock extension is used by Unix domain sockets as a convention, but not as a requirement. Unix domain sockets are special files used by different processes to communicate with each other - much like TCP/IP sockets.* This is explained in the Unix man pages socket(2) and unix(4) - that is, type in the terminal: man 2 socket or man 4 unix. They are on the web here: socket(2) Mac OS X Developer Tools Manual Page unix(4) Mac OS X Manual Page...

1 min · Jaaved Khan