Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Stubmatic

Create mock service without code
Collective - Host: opensource - https://opencollective.com/stubmatic - Website: https://amitkumargupta.work/ - Code: https://github.com/amitguptagwl

Add files via upload

github.com/amitguptagwl/amitguptagwl - 94b80f9e167142b5e6597f361ecb52eb2aade8fd authored over 1 year ago
Update link to article

github.com/amitguptagwl/Java-Rule-Book - 82d1ef34cecaf12896a976c51d2ef86e356b70b7 authored over 1 year ago
Create index.html

github.com/amitguptagwl/matchit - 6e1c1177872b7c641688e17f796fe198ce97034f authored over 1 year ago
feat: show response headers, add delay

github.com/amitguptagwl/quick-proxy - 69937f2fb97a236279ac08b1f97c268d8c5aac28 authored over 3 years ago
fix: show response headers

github.com/amitguptagwl/quick-proxy - 647da24446c592ffe25fa334dc9460be2c96999b authored over 3 years ago
fix: route to proxy after req payload

github.com/amitguptagwl/quick-proxy - 5e01e40135aa0442f0c5ba4f4c8bf606dc5d3617 authored over 3 years ago
update proxy to log request

github.com/amitguptagwl/quick-proxy - 1ca063419d5ffb3f4258e8d160b0fdff3fb82d68 authored over 3 years ago
remove extra code; fix command syntax

github.com/amitguptagwl/amitguptagwl.github.io - dd5ffe1037c2f4f31ff4eef9167d2c0ed5b4314d authored over 3 years ago
format for better understanding

github.com/amitguptagwl/Java-Rule-Book - 11565f632b4623d5982f252ae5e191f8e4b9d62a authored over 3 years ago
static nested class diagram

github.com/amitguptagwl/Java-Rule-Book - 6b7c569795ad101d7dc72d342abbeccb9f75a257 authored over 3 years ago
update format and code for better understanding

github.com/amitguptagwl/Java-Rule-Book - 625242ee046e7c80595c27fe4d0427db645f9eb2 authored over 3 years ago
Update Question_1-25.md

github.com/amitguptagwl/Java-Rule-Book - bd1eac697e7df79bfa2197a7faf74584e3efe5ea authored over 3 years ago
Merge pull request #1 from amitguptagwl/dependabot/npm_and_yarn/4_TypeScript_WebPack/app/minimist-1.2.5

Bump minimist from 1.2.0 to 1.2.5 in /4_TypeScript_WebPack/app

github.com/amitguptagwl/JSModules - 80eaf7fce588e51f9d7d675aeb52d9815e374da4 authored over 4 years ago
Bump minimist from 1.2.0 to 1.2.5 in /4_TypeScript_WebPack/app

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5.
- [Release notes](ht...

github.com/amitguptagwl/JSModules - 0ae278a675fb3eb619d50b5a6cbc8b94bba120c6 authored over 4 years ago
Add Browserify example

github.com/amitguptagwl/JSModules - 304842bdfec34359627bd0cad8dd2f97957b753b authored over 4 years ago
create Test framework

github.com/amitguptagwl/JSTestFramework - 6192edacfdd97696baa3e54a8489e7c645dc7607 authored over 4 years ago
Add knowledge about different loaders

github.com/amitguptagwl/JSModules - 6cbbe791d211aab3edc1d8f44ff32d0c366c59a1 authored over 4 years ago
Add summary detail of all the modules in this project

github.com/amitguptagwl/JSModules - a6c7deaa734f1f56c9a62d9fc1c26061221db688 authored over 4 years ago
Add troubleshooting guide for common errors

github.com/amitguptagwl/JSModules - 2171ed11761f6bcb960909e3a25c221f741b1adc authored over 4 years ago
Add an example to transpile TS modules to single js bundle by webpack

github.com/amitguptagwl/JSModules - 919bcb5a64010990ce3afce376889b6ac2b2f8d6 authored over 4 years ago
Add TypeScript Module Example

github.com/amitguptagwl/JSModules - bf6500c9e616fbd9d3fba7309f83ebf60addf8af authored over 4 years ago
remove unnecessary code

github.com/amitguptagwl/JSModules - bcd415a22596b1e0767c8a6319c9acb02cad5f70 authored over 4 years ago
Setup single example with CJS, ES6

github.com/amitguptagwl/JSModules - 86fbcf6600840191178df12af44977b6297e5ba5 authored over 4 years ago
Create code to run CommonJs modules in nodejs

github.com/amitguptagwl/JSModules - d5d7b877cad3d978646fc222a491e7e5be150fb0 authored over 4 years ago
Add code to import a ES6 module dynamically

github.com/amitguptagwl/JSModules - 102502eae655b8f4e7b23c6cd964f01baf25bbfc authored over 4 years ago
Fix es6module to be used with node

1. support to run by nodejs
2. fix webpack to still generate es5 script from es6 modules
3. rena...

github.com/amitguptagwl/JSModules - ed59d5890e1b5dd4ec0b8370da095cc370f917ad authored over 4 years ago
Run es6 module with node v13 as well

github.com/amitguptagwl/JSModules - 3dd4e1894e4139a5dd9a0eebd290d59025713598 authored over 4 years ago
Add an example of importing js module from URL

github.com/amitguptagwl/JSModules - be7171438b6d19acc06e5c5d68df607c916e607b authored over 4 years ago
Add example of how to use ES6 dynamic import in node and broweser

github.com/amitguptagwl/JSModules - 889c470f066b43ce38ae4d7e858b031fddec4d68 authored over 4 years ago
Add the example of how to use commonjs module in nodejs

github.com/amitguptagwl/JSModules - 187e64ec4526855deb910c93129a0a30f6094d73 authored over 4 years ago
Add example of how to use ES6 module with node

github.com/amitguptagwl/JSModules - 3d8b730416aba35e4b9891c0849b68fb8a2af402 authored over 4 years ago
updated 'has' to 'have'

github.com/amitguptagwl/Java-Rule-Book - 15bc4034089cde0e3d10f4feef86ae2013d923b3 authored over 5 years ago
Update Question_52-76.md

github.com/amitguptagwl/Java-Rule-Book - ed473308ce7aaee61f7c7dd8bcb388512cccf579 authored over 5 years ago
Update Lambda@Edge pricing

github.com/amitguptagwl/aws - 6fb3b59786b0356e1ffaf0bc4205cf1a060e1473 authored about 6 years ago
Add detail fo CloudFront & Lambda@Edge

github.com/amitguptagwl/aws - 026e4a3b25d389e227a5914258697441eef0b9ac authored about 6 years ago
Update S3 pricing

github.com/amitguptagwl/aws - 3eb5ca9824e040561f1331e9db4eee7889f229b5 authored about 6 years ago
Add detail of S3

github.com/amitguptagwl/aws - 72863102f8071847885c237275b71f6dde86229d authored about 6 years ago
Update quick.md

github.com/amitguptagwl/aws - bb3167c874c52c462c5fa96f85a1b77fb0501297 authored about 6 years ago
Update quick.md

github.com/amitguptagwl/aws - 4cf0ab2d3d32eacc9d641d4250e30fb0c4ec428d authored about 6 years ago
Add detail about api gateway

github.com/amitguptagwl/aws - 0486696216a065b74f2906712c093619d02c6c57 authored about 6 years ago
Add detail about Amazon Cognito

github.com/amitguptagwl/aws - 2e4cb38e02f69a3258559b12174cbd9ae219be26 authored about 6 years ago
Add detail about Pinpoint

github.com/amitguptagwl/aws - 012ad809f5f6eaf702052f72454ab18734361c93 authored about 6 years ago
Initial commit

github.com/amitguptagwl/aws - fb8ec7aba7fe535661356cad709f5284092d615d authored about 6 years ago
Update README.md

github.com/amitguptagwl/BigBit - b1f62af1e75009b5fa3708ccb1e1531ee3883de6 authored about 6 years ago
Update README.md

github.com/amitguptagwl/BigBit - 0c4b6cbd0063c7224123f6e055746491250ac068 authored about 6 years ago
Delete LICENSE

github.com/amitguptagwl/BigBit - 131959a5a9c83071bd08aa3f53e78575433f4606 authored about 6 years ago
updates

- add bigbit detail
- update do you know facts
- modify typing text

github.com/amitguptagwl/amitguptagwl.github.io - 0b869dd2e131d8c6cc17b95c1392d4324cd09f7c authored about 6 years ago
Update EHB detail

github.com/amitguptagwl/BigBit - 668a2696af4adb1e2f644d3ef1f745846378c71b authored about 6 years ago
fix formatting

github.com/amitguptagwl/BigBit - f44e8fed537a3386e1940cf1afb47a29f0549608 authored about 6 years ago
Update README.md

github.com/amitguptagwl/BigBit - 5979923a62a3ef85ea219412901ef1f0abca9b72 authored over 6 years ago
Update README.md

github.com/amitguptagwl/BigBit - da0cce6e61ee3ae9ace444e8e7c7e1e7174bc498 authored over 6 years ago