A tiny cli tool that helps me avoid using Postman until I actually need it. I use it when curl is too little and Postman is too much.
The basic idea is this: read the request data from a json file and feed it to an http client. Then you run the request by its "id".
tinytina --schema ./api.json run user:list-posts
It also has a few nice features like an "interactive mode" and also the ability to convert the request to an actual curl command so you can share it with others.
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
I'm a developer (no backend / frontend / fullstack foo, just a developer) working with JS, Java and various other interesting things.
I'm currently working on https://github.com/nut-tree/nut.js
nut.js is a cross-platform native UI automation / testing tool.
It allows for native UI interactions via keyboard and / or mouse
but additionally gives you the possibility to navigate the screen based on image matching.
Examples
nut-tree/trailmix contains a set of ready to use examples which demo the usage ot nut.js.
Modules
This list gives an overview on currently implemented and planned functionality
It's work in progress and will undergo constant modification.
A progressive web app for generating matching editor theme/terminal theme/Slack theme/desktop wallpaper. Been working on it off and on for a few years. π
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Hmmm, interesting thought experiment. What if genetic information were open source. One could say, upload a boilerplate 'son' genetic code to GitHub and others could fork it π
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Kamran Ayub is a technologist, speaker, and Pluralsight author and specializes in building full-stack solutions with a focus on modern web technology and cloud native architecture.
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Welcome to the tisn.app (or just Tisn) repository! We are very glad to have you here. If you want to help us make Tisn better, this is definitely the place to be!
The primary objective of Tisn is to try and address the problem of the apparent difficulty that exists to meet people and make new friends on this modern world. To do that, our social network:
Connects people according to their interests
Encourages people to go outside and meet others while doing something that they all enjoy
Is as simple as possible
We try to do all of that while being completely transparent and respecting our users' privacy.
I primarily code in JavaScript, but also know many other languages. I absolutely love to program and have loved it ever since I was a little kid. Check out my work at http://kiraprograms.com!
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Web developer from India who thinks he is funny.
Proud IITian.
And a lover of PWAsπ.
Web Developer with an eye for design.
Frontend Engineer @Sotaog
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Howβs it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
Location
City of Bath, UK π¬π§
Education
10 plus years* active enterprise development experience and a Fine art degree π¨
Convert a project from common JS to ESmodules, with included bundler-like / task runner behaviour.
didi
A transpiler for JavaScript and Typescript, transforming CommonJS modules into distinct ES Modules
Who uses didi?
Frontend and deno developers will find didi useful.
Try it out.
didi is not ready for production however you can still take didi for a spin!
npm install -g @didi-js/client-didi-cli
# or
yarn global add @didi-js/client-didi-cli
Create a project an entry file, some installed node_modules and then require the browser dependency into your entry file using the base specifier.
constcolorThief=require('colorThief');// base specifier example, no paths needed
run didi path/to/example-project
The result should have output a new target directory within this example-project and also a server should have started on http://localhost:8086.
You may see some console errors in the browser, this is normal for this stage.
You may also notice that your import looks like this:
importcolorThieffrom"color-thief";// still no path?
Set css custom properties and react to changes in realtime from JavaScript
Reactive CSS Properties
A tiny library to supercharge your styling workflow. With Reactive CSS Properties (re.css) you can set css custom properties and react to changes in realtime from JavaScript
You can think of modern JavaScript having two main responsibilities, updating business logic and updating styling, The trouble with the latter is that this adds extra overhead and new problems to overcome, re.css sets out that it is css's responsibility to update styling and JavaScript shouldβ¦
Kamran Ayub is a technologist, speaker, and Pluralsight author and specializes in building full-stack solutions with a focus on modern web technology and cloud native architecture.
Tinytina.
A tiny cli tool that helps me avoid using Postman until I actually need it. I use it when
curl
is too little and Postman is too much.The basic idea is this: read the request data from a json file and feed it to an http client. Then you run the request by its "id".
It also has a few nice features like an "interactive mode" and also the ability to convert the request to an actual
curl
command so you can share it with others.Wow ππ
Honestly, I prefer your Ben test site
Native UI testing / controlling with node
nut.js (Native UI Toolkit)
Native UI testing / automation with node.js
About
nut.js
is a cross-platform native UI automation / testing tool.It allows for native UI interactions via keyboard and / or mouse but additionally gives you the possibility to navigate the screen based on image matching.
Examples
nut-tree/trailmix contains a set of ready to use examples which demo the usage ot nut.js.
Modules
This list gives an overview on currently implemented and planned functionality It's work in progress and will undergo constant modification.
Clipboard
Keyboard
Mouse
Window
Screen
A node desktop automation framework.
I started building it because I couldnβt find an existing one which fulfilled all my requirements.
It has been picked up by RedHat recently, so I guess Iβm doing some things right π
themer.dev
A progressive web app for generating matching editor theme/terminal theme/Slack theme/desktop wallpaper. Been working on it off and on for a few years. π
A lil bit still half way but tryanzu.com =)
Looks promising, good job!
Thanks man, I appreciate it :)
CoronavirusBrBot - A Telegram bot for getting information about COVID-19 cases in Brazil.
Lessons I've learned from building a COVID-19 Bot with 10K users on Telegram
Rafael Calpena γ» Aug 28 γ» 6 min read
As the OP I gues I should share mine, My son is my best but you can't star him on GitHub.
But I do have some interesting stuff going on, go check it out if you have a moment.
Hmmm, interesting thought experiment. What if genetic information were open source. One could say, upload a boilerplate 'son' genetic code to GitHub and others could fork it π
This is the future.
Been running this for over 10 years now!
keeptrackofmygames.com
It started as a solution to a problem I (still) have, which is tracking when new games are released.
tempus.keziahmoselle.fr/ a desktop pomodoro π
As of now it's my portfolio
prafulla.tech
I'm very excited for you this is good work.
Thank you π
I made this guitar TAB maker that tries to solve a very specific problem:) guitar.monster/blog/tab/
oerwi.app π₯°π₯°π₯°
baj.itch.io/speechr
My first serious project and a great learning journey for me.
If not the best, my first, yet useful :)
netselect - A CLI tool to select the fastest host based on the lowest ICMP latency.
github.com/pgollangi/netselect
tisn.app
Anyone can learn more about it and contribute to it at:
The introverts' social network
Tisn - The introverts' social network
Meet people while doing what you enjoy!Table of contents
What is tisn.app?
Welcome to the tisn.app (or just Tisn) repository! We are very glad to have you here. If you want to help us make Tisn better, this is definitely the place to be!
The primary objective of Tisn is to try and address the problem of the apparent difficulty that exists to meet people and make new friends on this modern world. To do that, our social network:
We try to do all of that while being completely transparent and respecting our users' privacy.
Contributing
Weβ¦
emiratesmarsmission.ae
A Pixel Art editor
I am just shocked that I got it working kiraprograms.com/bob-running-ai/
Love Bob's face π
Whoa that is mind bloooooooowwwwiiiinnnnnggg π€©π€©π€©π€©π€©π€©π€©π€©π€©
Now thats quite impressive wow.
AutoScraper: A Smart Automatic Web Scraper for Python
github.com/alirezamika/autoscraper/
I think that was this
gitlab.com/TitanHero/Dns-resolverc...
app.autechjobs.ml
You could team up with vitaly above, great job!
Amazing!
Beautiful πππ
Was wondering the same thing
Very nice, lots of cool things to use here, what motivated you to create Omatsuri?
That's very helpful and time saverπ
I'm building a collaborative decision making app on rationalize.io (work is still in progress). Built on React.js and MongoDB Realm.
Ahh yes, much needed!
Didn't want this to be all about me but here are my best potential libraries and Frameworks, both WIP.
Convert a project from common JS to ESmodules, with included bundler-like / task runner behaviour.
didi
A transpiler for JavaScript and Typescript, transforming CommonJS modules into distinct ES Modules
Who uses didi?
Frontend and deno developers will find didi useful.
Try it out.
didi is not ready for production however you can still take didi for a spin!
npm install -g @didi-js/client-didi-cli # or yarn global add @didi-js/client-didi-cli
Create a project an entry file, some installed node_modules and then require the browser dependency into your entry file using the base specifier.
run
didi path/to/example-project
The result should have output a new target directory within this example-project and also a server should have started on
http://localhost:8086
. You may see some console errors in the browser, this is normal for this stage.You may also notice that your import looks like this:
Set css custom properties and react to changes in realtime from JavaScript
Reactive CSS Properties
A tiny library to supercharge your styling workflow. With Reactive CSS Properties (re.css) you can set css custom properties and react to changes in realtime from JavaScript
Website - Report a bug - Supported frameworks
Table of contents
The case for re.css
You can think of modern JavaScript having two main responsibilities, updating business logic and updating styling, The trouble with the latter is that this adds extra overhead and new problems to overcome, re.css sets out that it is css's responsibility to update styling and JavaScript shouldβ¦
Yep I use igdb.com π
github.com/amitness/cutcode
Love it!