Pinned Repositories
bytesToKb
function for bytes to Kb Mb, Tb, ... and so on
clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
expressjs-example-by-edd
NodeJs ExpressJs example project.
javascript-video-tutorials
Scripts from JavaScript Video Tutorials
mastering-callbacks-javascript
List of Tasks for newbies to master JavaScript callbacks, sync and async ones.
reactjs-flux-easy-implementation
Boilerplate for ReactJS project with stores having Flux implementation. Easy and straightforward.
reactjs-store-example
ReactJS Post comments store example build for BarCamp Yerevan 2015 event.
reactjs-store-front-nodejs
Node server for serving front files and handling comment posts/deletes/gets.
simple-promise-implementation
for Educational purposes only.! :)
wordpressToYii2PasswordMigrate
If you migrate your user base from WordPress to Yii2, then you need to be able to validate WP password hashes.
emarukyan's Repositories
emarukyan/mastering-callbacks-javascript
List of Tasks for newbies to master JavaScript callbacks, sync and async ones.
emarukyan/wordpressToYii2PasswordMigrate
If you migrate your user base from WordPress to Yii2, then you need to be able to validate WP password hashes.
emarukyan/reactjs-store-example
ReactJS Post comments store example build for BarCamp Yerevan 2015 event.
emarukyan/javascript-video-tutorials
Scripts from JavaScript Video Tutorials
emarukyan/simple-promise-implementation
for Educational purposes only.! :)
emarukyan/bytesToKb
function for bytes to Kb Mb, Tb, ... and so on
emarukyan/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
emarukyan/expressjs-example-by-edd
NodeJs ExpressJs example project.
emarukyan/nodejs-app-example
NodeJS application example with expressjs and sequelize.
emarukyan/asyncAwaitShit
the unintuitive misuse of async await
emarukyan/copy_objects_array
Best way to copy arrajs in JavaScript, for pure functions.
emarukyan/email-to-phone-call
emarukyan/email-to-sms
send SMS messages upon some Emails
emarukyan/express-req-rate-limitter-redis
Node.js ExpressJs configurable requests rate limitter middlewear on Redis
emarukyan/flow-type-presentation
Presentation files for talk in jsconf, about FlowType
emarukyan/mostly-adequate-guide
Mostly adequate guide to FP (in javascript)
emarukyan/PromiseFirstOk
Run callback Promise function for each item in array, and return result of the first one that is not false.
emarukyan/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
emarukyan/reactjs-flux-easy-implementation
Boilerplate for ReactJS project with stores having Flux implementation. Easy and straightforward.
emarukyan/reactjs-store-front-nodejs
Node server for serving front files and handling comment posts/deletes/gets.
emarukyan/refactor-this
Example of bad uneffective but working codes to be refactored.
emarukyan/ReNodeCache
NodeJS Caching layer for websites, that caches full page html in Redis.
emarukyan/RestAPI-Structure-Guideline
Guideline for creating REST API endpoints.
emarukyan/tinycon
A small library for manipulating the favicon, in particular adding alert bubbles and changing images.
emarukyan/undo-redo-swift-way
An implementation of SWIFTs UndoManager class, for fun and profit.
emarukyan/url.shortener
ExpressJS Example App
emarukyan/VTC-lecture-File
file output from VTC lecture - 2017-08-11
emarukyan/rabbitGame
emarukyan/react-media-recorder
react-media-recorder is a react component with render prop that can be used to record audio/video streams using MediaRecorder API.
emarukyan/utils
miscellaneous utilities