Chromeless - yet another tool to write functional tests with Chrome browser. Supports both local environment and AWS Lambda our of the box. Written on TypeScript. https://github.com/graphcool/chromeless
#JS #chrome #testing
#JS #chrome #testing
GitHub
GitHub - schickling/chromeless: 🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda. - schickling/chromeless
Facebook works on his own open source Mercurial server, it is called Mononoke and is written on Rust. https://github.com/facebookexperimental/mononoke
#rust #mercurial #hg
#rust #mercurial #hg
GitHub
facebookarchive/mononoke
A Mercurial source control server, specifically designed to support large monorepos. - facebookarchive/mononoke
Mailit - A tiny microservice with REST API that simply sends emails. Written on JavaScript. https://github.com/dthree/mailit
#emails #microservice
#emails #microservice
For those folks who prefer lestening to an old-school radio instead of Spotify: http://radio.garden/
#radio #music
#radio #music
radio.garden
Explore live radio by rotating the globe
Explore live radio by rotating the globe.
https://send.firefox.com/ - The new online service for instant file sharing from Mozilla
#file #sharing #encription
#file #sharing #encription
https://github.com/ponzu-cms/ponzu - Ponzu is quite interesting and unusual CMS. A traditional CMS is usually a ready application with functionality extended by plugins. On the contrary Ponzu is a command line tool that scaffolds ready code and HTML pages for you. For example, if you need to add a new page "Author", you can type the command:
"$ ponzu gen content author firstname:"string" <other fields>"
and Ponzu will generate the table in the DB, code for it and ready editable page for you. Now you need to build the code and run it and you will see the nice CMS in your browser! Your code can access the data via the REST API over HTTP2, no matter what language or platform you are using.
Definitely it worth to try on your next project.
#go #cms
"$ ponzu gen content author firstname:"string" <other fields>"
and Ponzu will generate the table in the DB, code for it and ready editable page for you. Now you need to build the code and run it and you will see the nice CMS in your browser! Your code can access the data via the REST API over HTTP2, no matter what language or platform you are using.
Definitely it worth to try on your next project.
#go #cms
GitHub
GitHub - ponzu-cms/ponzu: Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and…
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go. - ponzu-cms/ponzu
https://stackblitz.com/ - StackBlitz is the online IDE where you can create Angular & React projects that are immediately online & shareable via link in just one click. You can find few examples and demos in this article: https://medium.com/@ericsimons/stackblitz-online-vs-code-ide-for-angular-react-7d09348497f4
#angular #react #ide
#angular #react #ide
Medium
StackBlitz — Online IDE for Angular & React powered by Visual Studio Code⚡
After six months of hard work, I’m excited to finally announce StackBlitz! You can check it out now over at https://stackblitz.com 🎉
Do you like the SQL language? Here is the FSQL console tool, that allows you to search files on your local computer using SQL-like queries. Say, the query
$ fsql "SELECT name FROM ~/Downloads WHERE name LIKE %csc%"
returns all the downloaded files that contain "csc" in their name.
#go #cli #sql
https://github.com/kshvmdn/fsql
$ fsql "SELECT name FROM ~/Downloads WHERE name LIKE %csc%"
returns all the downloaded files that contain "csc" in their name.
#go #cli #sql
https://github.com/kshvmdn/fsql
GitHub
GitHub - kashav/fsql: Search for files using a fun query language
Search for files using a fun query language. Contribute to kashav/fsql development by creating an account on GitHub.
OpenSnitch - is the small firewall utility for Linux, that intercepts any outgoing traffic, asking your permission to allow or deny it. The project is on alpha, but it looks promising.
#security #firewall #linux
https://github.com/evilsocket/opensnitch
#security #firewall #linux
https://github.com/evilsocket/opensnitch
GitHub
GitHub - evilsocket/opensnitch: OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch. - evilsocket/opensnitch
gtop - yet another system console monitor. Looks nifty, but it is written in JavaScript.
#cli #monitoring #js #npm
https://github.com/aksakalli/gtop
#cli #monitoring #js #npm
https://github.com/aksakalli/gtop
GitHub
GitHub - aksakalli/gtop: System monitoring dashboard for terminal
System monitoring dashboard for terminal. Contribute to aksakalli/gtop development by creating an account on GitHub.
Free ebook "Understanding Message Brokers. Learn the Mechanics of Messaging through ActiveMQ and Kafka"
#ebook #free #kafka
http://www.oreilly.com/programming/free/understanding-message-brokers.csp
#ebook #free #kafka
http://www.oreilly.com/programming/free/understanding-message-brokers.csp
O’Reilly Online Learning
Understanding Message Brokers
Messaging is one of the more poorly understood areas of IT; most developers and architects have only a passing familiarity with how broker-based messaging technologies work. This practical report not … - Selection from Understanding Message Brokers [Book]
Cloudprober is a monitoring software that makes it super-easy to monitor availability and performance of various components of your system.
#monitoring #go
https://cloudprober.github.io/
#monitoring #go
https://cloudprober.github.io/
Some things can be done only from a browser. For example, make a screenshot, generate PDF of a page, UI or performance testing... Puppeteer gives you a high-level API to manage a headless Chrome and automate all this things.
#headless #chrome #automation #js
https://github.com/GoogleChrome/puppeteer
#headless #chrome #automation #js
https://github.com/GoogleChrome/puppeteer
GitHub
GitHub - puppeteer/puppeteer: JavaScript API for Chrome and Firefox
JavaScript API for Chrome and Firefox. Contribute to puppeteer/puppeteer development by creating an account on GitHub.
Kompose is the small utility that could be useful if you want to run your Docker Compose scripts on Kubernetes or OpenShift.
#Docker #Kubernetes
http://kompose.io/
#Docker #Kubernetes
http://kompose.io/
Electron Desktop GUI for Webpack Dashboard helps you to build the nice and shiny Dashboards. The framework is based on Electron, written in javascript
#electron #js #dashboard
GitHub: https://github.com/FormidableLabs/electron-webpack-dashboard/
introduction article: http://formidable.com/blog/2017/introducing-electron-webpack-dashboard/
#electron #js #dashboard
GitHub: https://github.com/FormidableLabs/electron-webpack-dashboard/
introduction article: http://formidable.com/blog/2017/introducing-electron-webpack-dashboard/
GitHub
GitHub - FormidableLabs/electron-webpack-dashboard: Electron Desktop GUI for Webpack Dashboard
Electron Desktop GUI for Webpack Dashboard. Contribute to FormidableLabs/electron-webpack-dashboard development by creating an account on GitHub.
The distributed services (or, microservices) debugging is a pain. If you've ever tried to debug more than 2 services working together, you can't forget all the suffering you went through.
Squash - is quite promising project that allows you to debug microservices from your IDE. Yes, you understand it right: you just set breakpoints in your code and debug running distrubuted services as usually, line by line. At the moment it works only with VS Code.
#debug #microservice #go
https://github.com/solo-io/squash
Squash - is quite promising project that allows you to debug microservices from your IDE. Yes, you understand it right: you just set breakpoints in your code and debug running distrubuted services as usually, line by line. At the moment it works only with VS Code.
#debug #microservice #go
https://github.com/solo-io/squash
GitHub
GitHub - solo-io/squash: The debugger for microservices
The debugger for microservices. Contribute to solo-io/squash development by creating an account on GitHub.
Mozilla adds the "Headless mode" to the FIrefox. Finally. Now your functional tests will be faster and easier to set up.
#firefox #mozilla
https://developer.mozilla.org/en-US/Firefox/Headless_mode
#firefox #mozilla
https://developer.mozilla.org/en-US/Firefox/Headless_mode
Streamlist - self-hosted music stream server. Did you want to set up your personal local Spotify with your favourite music installed on your local computer? Now you know where to begin.
#music #go
https://github.com/streamlist/streamlist
#music #go
https://github.com/streamlist/streamlist
GitHub
soundscapecloud/soundscape
Soundscape - a personal music streaming server. Contribute to soundscapecloud/soundscape development by creating an account on GitHub.
Have you ever written any Shell scripts? Did you have any issues with testing then?
shUnit2 - the interesting project to add unit tests to your Shell scripts; something similar to JUnit or PyUnit, but for Shell.
#shell #script #testing
https://github.com/kward/shunit2
shUnit2 - the interesting project to add unit tests to your Shell scripts; something similar to JUnit or PyUnit, but for Shell.
#shell #script #testing
https://github.com/kward/shunit2
GitHub
GitHub - kward/shunit2: shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.
shUnit2 is a xUnit based unit test framework for Bourne based shell scripts. - kward/shunit2
www.shellcheck.net - is utterly helpful service to check your Shell scripts for any errors and mistakes. But furthermore, you can use it also from command line! The source code is available on GitHub
#shell
https://github.com/koalaman/shellcheck
#shell
https://github.com/koalaman/shellcheck
GitHub
GitHub - koalaman/shellcheck: ShellCheck, a static analysis tool for shell scripts
ShellCheck, a static analysis tool for shell scripts - koalaman/shellcheck