-
flocker-sync Public
Lock files in a synchronous way with expiration
JavaScript MIT License UpdatedMay 14, 2022 -
-
survey-api Public
Building an API that enables the creation and taking of user surveys
JavaScript UpdatedOct 4, 2021 -
fellowship-of-tretton37 Public
This is a test project for fetching the data of employees of a company and doing some operations (i.e. sort, filter) on the data
JavaScript UpdatedMay 26, 2021 -
crud-user-react Public
This is a test project for implementing some CRUD operations with both Server side and Client side.
-
exchange-rate-to-sek Public
This is a test project to check the exchange rate of the currencies of all the countries around the world to SEK, which is the official Sweden currency.
-
A book that examines the Node.js stream module by implementing it from scratch
-
stream-module Public
This is a simplified version of built-in Node.js stream module
-
events-module Public
This is a very simplified and minimalist version of Node.js events module which has been implemented for educational purpose.
-
realtypeof Public
You can get the real type of values (i.e. array, null, object, map, set, etc.)
-
nested-replace Public
Find a specified string or a regular expression (in a string, array or object value) and returns a new value where the specified string are replaced.
-
deeply-object-assign Public
A function which acts like Object.assign method but recursively
-
nested-response Public
Make nested response from flat records
-
require-all Public
Requires all the modules in a directory
-
-
async-handler Public
Handling the errors of the controllers async functions in express middleware
-
cookies Public
Some simple methods for working with cookies in browsers
-
product-management-system Public
This system includes all the information about companies and their products.
JavaScript UpdatedJun 25, 2020 -
experimental-rest-api-regular-node-js Public
Forked from hamidhmz/experimental-rest-api-regular-node-jsthis is experimental server for interact with frontend as well for exercise
JavaScript UpdatedJun 18, 2020 -
aggregation-framework Public
Implementing the aggregatin framework of MongoDB but just works for in-memory collections
JavaScript MIT License UpdatedJun 13, 2020 -
implement-git-with-nodejs Public
Implementing Git (distributed version control system) with Node.js
JavaScript MIT License UpdatedJun 8, 2020 -
composable-utils Public
Some utilities that are used in functional programming
JavaScript MIT License UpdatedMay 31, 2020 -
hex-reader Public
A cli application for reading a file content or a string value into Hex format
-
log-style Public
Customize the style of logged message
-
light-promisify Public
Convert any callback function to Promises with the node-style callback (error-first pattern)
-
implement-async-await Public
Implementing the async/await pattern from scratch
-
A book that explains the implementation of promise in detail
-
implement-promise Public
Implementing the promise pattern in JavaScript from scratch (step by step)
-
count-up Public
This is a JS pluging for counting up in an element that require jQuery.
-
flip-clock Public
This plugin is used to countdown the time in 3D style. It doesn't return a jQuery object, but jQuery is required for manipulating DOM.