Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​The most popular online source code hosting is undoubtedly GitHub. The second is Bitbucket. And these services are de-facto standards in our industry to store a project code. But what if you want to host your source code locally, inside your organisation on your own server?

One of the most known self-hosting solutions is GitLab. Written on Ruby and providing rich functionality, it requires considerable resources from your server. But what if you want just only keep your code, and you have an only small server, such as RaspberryPI?

The most popular solution here is Gogs (★ 24,700 on GitHub). This is the very lightweight self-hosting system that looks like GitHub clone, giving everything you need to keep the code and communicate with your teammates via pull requests. Furthermore, it doesn't consume a bunch of resources, so you can easily run it even on RaspberryPI. There is only one issue with that tool: it is owned by one person and he keeps under his control the whole workflow. As result, the project is developed not so fast as many would want to.

As a response to that circumstance, the new fork was created. It is called Gitea (★ 6,477 on GitHub). The main purpose of this project is to make a community-driven project with the simple voting model. As result, many issues are closed fast, pull requests are merged to the master branch more actively and the community itself is utterly friendly.

Both Gogs and Gitea are fantastic tools and I highly recommend to use them for your team.

#git #selfhosted #server #go
Do you remember I posted recently the list of open source comment engines for your blog? Ok, forget about everything I told you before. Here is the game changer.

Introducing Remark42. It is a self-hosted, lightweight, and simple (yet functional) comment engine, which doesn't spy on users.

Why is that big deal? There is the very popular technical podcast Radio-T and they've used Disqus for a long time. Despite popularity, Disqus has a number of disadvantages, including heavyweight. And podcast host @umputun started to make their own comment engine for podcast needs. Now the code is open sourced and hosted on GitHub (★ 376).

So why Remark42 is worth to be considered for your next blog?
1) authors are very respected people in the tech community and they created blog engine for their own needs, no "dog food selling".
2) import from Disqus
3) smart system for upvoting and downvoting
4) fully dockerized, that makes installation very easy process
5) uses BoltDB as a database, that makes app blazingly fast and resources effective. This is the embedded database, so no external store is needed, all the data is stored in one single file.
and many more...

So please take a look at the demo and join the community, send PR and report issues. Happy blogging!

#comments #go #podcast
​​Mint - a refreshing programming language for the front-end web, aiming to solve the most common issues of Single Page Applications (SPAs) at a language level:

● Reusable components
● Styling
● Routing
● Global and local state handling
● Synchronous and asynchronous computations that might fail

While focusing on:

● Developer happiness
● Fast compilation
● Readability

The project is available at GitHub (★485) and the current status is alpha.

The compiler is written in 💎 Crystal programming language.

#frontend #crystal #language
​​Vuido (★ 3,498) makes it possible to create lightweight, native desktop applications using Vue.js. Applications using Vuido can run on Windows, OS X and Linux, using native GUI components, and don't require Electron.

#js #desktop #vuejs
​​WTF (★ 1,884 on GitHub) is a personal information dashboard for your terminal, developed for those who spend most of their day in the command line.

It provides a framework for rapidly viewing important at-a-glance information easily.

Check the screenshot to get an idea what WTF can do for you.

#cli #go #terminal #organizer
​​Tusk (★ 1,017 on GitHub) is an unofficial, featureful, open source, community-driven, free Evernote app.

#js #desktop #notes
​​vue-element-admin (★ 13,988) is a production-ready solution for admin interfaces. Based on Vue.js and use the UI Toolkit -- element. vue-element-admin is a magical vue admin, it based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you.

Please, take a look at the demo.

#js #vuejs #admin
​​NimForum (★ 336) is the lightweight alternative to Discourse. The most interesting fact is it's written in Nim language.

You can see demo in the wild here: https://forum.nim-lang.org/

#forum #nim #support
​​Sonar is a platform for debugging mobile apps on iOS and Android, developed by Facebook (★ 2,862 on GitHub). Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar as is or extend it using the plugin API.

#debug #mobile #android #ios
​​Polly.JS (★ 3,578 on GitHub) is a standalone, framework-agnostic JavaScript library from Netflix that enables recording, replaying, and stubbing HTTP interactions.

Polly taps into native browser APIs to mock requests and responses with little to no configuration while giving you the ability to take full control of each request with a simple, powerful, and intuitive API.

#js #testing #mock #http
​​pure bash bible (★ 1,867) - a collection of pure bash snippets.

The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them that little bit faster.

#bash #sanity #devops
Dev Useful Stuff pinned «​​Because of Telegram blockage in some countries, VPN and proxy servers are utterly useful these days. Here is the list of the most popular tools and scripts helping to install all the necessary software for your privacy. ● StreisandEffect (★ 14,297) - the…»
​​Dev.Tube. The best developer videos in one place.

#useful #video #learn #study
👍1
​​mkcert (★ 3,130) is a simple zero-config tool to make locally-trusted development certificates with any names you'd like.

#dev #development #script #ssl
​​termtosvg - (★ 2,770) a Linux terminal recorder written in Python which renders your command line sessions as standalone SVG animations.

Animated SVG are significantly smaller, more efficient, and crisper than equivalent GIF animations, produced by such services as asciinema (★ 5,901).

You can find examples here.

#terminal #cli #svg #ascii #python
​​Micronaut (★ 712) - a modern, JVM-based, full-stack framework for building modular, easily testable microservice applications.

Micronaut is developed by the creators of the Grails framework and takes inspiration from lessons learnt over the years building real-world applications from monoliths to microservices using Spring, Spring Boot and Grails.

Please read also the article "Getting started with Micronaut"

#jvm #kotlin #java #groovy #microservice
​​Browsh - (★ 5,301 on GitHub) is a fully-modern text-based browser, rendering to TTY and browsers.

It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL. It can be used from a terminal or from within a normal browser. Its main purpose is to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs.

#ssh #browser #terminal #cli
​​cheat.sh - (★ 2,668 on Github) the only cheat sheet you need.

Unified access to the best community driven documentation repositories of the world.

You can use curl command to make your request. For example:

 cht.sh/[language]/[your request with "+" instead of spaces]

For instance:

 cht.sh/go/download+file

or you can check Linux commands, like so:

 cht.sh/tar

Please refer to the official docuentation for more examples.

#doc #manuals #help #cli #terminal
​​Bitwarden - the open source password management solutions for individuals, teams, and business organizations.

The tool provides everything you need for everyday use: browser plugins, mobile app, desktop app, CLI tool and even ready server (with docker) for secure sync. Enterprise solutions are also avaiable.

#password #manager #security #bobukrecommends
​​It's time for morning Scrum standup, isn't it? 😄 Can't remember what you did yesterday?

git-standup - (★ 5,290) a little tool that helps you to recall what you did on the last working day for your daily Scrum standup meetings.

Also works in muliple Git reposities. The only requirement is having good commit messages :)

#git #agile #standup #totalrecall #mornings