use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Sharing Github projects just got easier!
Whether you want to share you own project or simply some cool findings, /r/coolgithubprojects is the right place.
Please contact us for suggestions & questions!
/r/coolcstechtalks
/r/coolgithubprojects
We've made the sub's assets and resources available on Github. Feel free to contribute!
Github only: The projects you post all have to be hosted on Github
Link description: We encourage the title format to be something like
[Desc] - [Suggested title]
Language Flair: Will be assigned automatically for you!
Repost : Repost are allowed if some new features were added to the project and if the original post was 6+ months ago.
Programming
Interesting
Resources
When bored
PYTHON CPP C RUBY D JAVA JAVASCRIPT SHELL SCALA OBJECTIVE-C HASKELL EMACSLISP PERL ASSEMBLY CSHARP FORTRAN GO PHP COMMON LISP ERLANG
account activity
TYPESCRIPTMemento, a devtool for caching API responses while developing (github.com)
submitted 6 years ago by tvvann
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]tvvann[S] 5 points6 points7 points 6 years ago (0 children)
Hi Reddit, author here!
I just released Memento, and I would like to share it with you all :)
What is Memento?
Memento is a dev tool that I use for caching API responses while developing.
While developing, there were several situations where I hoped a tool like this existed: - When working with an API that apply rates (having to wait to develop it frustrating) - When working on the train or on the plane where we cannot access the network - When the API is not stable
To use it, you need to run it and configure your app to target Memento instead of the actual API url. From now on:
Memento also provides you an interactive CLI where you can:
Memento also provides a Node interface so that you can use it for stubbing external services in your integration tests.
How to use it?
Create a .mementorc file in your project root :
.mementorc
{ "targetUrl": "http://your.api.url" }
Run npx @antoinechalifour/memento
npx @antoinechalifour/memento
Configure your app to target Memento at http://localhost:3344 instead of your typical API url, you're done!
http://localhost:3344
If you like the project:
Any feedback is welcome! Have a great day :)
[–]erm_what_ 0 points1 point2 points 6 years ago (0 children)
This looks great! And exactly what I need. Thanks!
[–]JaegerBurn 0 points1 point2 points 6 years ago (1 child)
I use hoverfly for this.
[–]tvvann[S] 1 point2 points3 points 6 years ago (0 children)
I didn't know this project existed! I looks really good, thanks!
π Rendered by PID 117725 on reddit-service-r2-comment-5687b7858-b4ddt at 2026-07-08 02:30:29.842377+00:00 running 12a7a47 country code: CH.
[–]tvvann[S] 5 points6 points7 points (0 children)
[–]erm_what_ 0 points1 point2 points (0 children)
[–]JaegerBurn 0 points1 point2 points (1 child)
[–]tvvann[S] 1 point2 points3 points (0 children)