http://surveyjs.org/ - The OpenSource JavaScript
Survey library, designed to create survey inputs
Survey library, designed to create survey inputs
Selenoid - is very interesting set of tools to run functional tests using Selenium in Docker containers
▪️ Selenoid iteself. The Docker container that contains a browser and VNC service https://github.com/aerokube/selenoid
▪️ Selenoid UI - real time browser of running tests in your browser https://github.com/aerokube/selenoid-ui
Check other testing solution form these guys: http://aerokube.com/
▪️ Selenoid iteself. The Docker container that contains a browser and VNC service https://github.com/aerokube/selenoid
▪️ Selenoid UI - real time browser of running tests in your browser https://github.com/aerokube/selenoid-ui
Check other testing solution form these guys: http://aerokube.com/
https://coredns.io/ - CodeDNS, pretty interesting project, it's a combination of "classic" DNS server and service discovery. It provides a lot of interesting features for the internal routing
Very promising tool to detect bugs in Java, C/C++ and Objective-C before it shipts. Look at their demo, it worth to try http://fbinfer.com/
Fbinfer
Infer Static Analyzer | Infer | Infer
A tool to detect bugs in Java and C/C++/Objective-C code before it ships
EK - the auxiliary packages for GO, resently had 100th release. It is pretty handy set of useful tools
#GO
https://github.com/essentialkaos/ek
#GO
https://github.com/essentialkaos/ek
GitHub
GitHub - essentialkaos/ek: Auxiliary packages for Golang
Auxiliary packages for Golang. Contribute to essentialkaos/ek development by creating an account on GitHub.
https://portainer.io/ - easy way to manage your Docker. You can consider it as a graphical interface for all your Docker and Docker Swarm commands. Could be useful, if your organisation uses many images. Quite handy, try the demo.
#Docker
#Docker
www.portainer.io
Kubernetes, Docker and Podman Container Management Platform
Portainer is your enterprise container management platform to deploy, troubleshoot, and secure Kubernetes, Docker and Podman environments across Enterprise IT, and Industrial and IoT use cases.
The article "5 Docker Utilities You Should Know": https://blog.xebialabs.com/2017/05/18/5-docker-utilities-you-should-know/
#Docker
#Docker
digital.ai
Catalyst Blog
https://csspeeper.com/ - Chrome extension, the smart CSS viewer tailored for Designers
#chrome #chromeextension #css
#chrome #chromeextension #css
https://csspeeper.com/
CSS Peeper – Inspect website styles in seconds.
Join 500K+ professionals using CSS Peeper Chrome extension to inspect website styles effortlessly. Supercharge your workflow with advanced design tools and save hours. No more digging in a code.
More and more countries attempt to forbid the VPN and other anonymizers to keep the Internet under the control. I think it would be nice to remind you the Streisand project, which is essentially Ansible scripts that help you to set up your own server with many useful services https://github.com/jlund/streisand
#VPN #ansible
#VPN #ansible
GitHub
GitHub - StreisandEffect/streisand: Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN…
Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these s...
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.