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
​​Insomnia REST Client - (★ 5924 on GitHub) is the most intuitive cross-platform REST API Client. Written on top of Electron

#js #rest #debug
http://goalkicker.com - the collection of free programming notes based on StackOverflow documentation. Books are available in PDF format.

#pdf #books
​​FeathersJS - (★ 8159 on GitHub) is an open source REST and realtime API layer for modern applications. Feathers is a tiny, fully compatible wrapper over Express and Socket.io, can be used in the browser, React Native and server side with Node.js. If you develop on JS, this framework would be useful for you.

#js #rest #framework
​​TOAST UI Editor - (★ 1535 on GitHub) is yet another WYSIWYG Markdown editor. Apart of standard features such as live preview and syntax highlight, this editor also supports extensions. For example, the chart extension allows you to copy-paste some data to the editor and build a nice chart very quickly.

#wysiwyg #markdown #js
​​Polka (★ 794) - is an extremely minimal, highly performant Express.js alternative. Essentially, Polka is just a native HTTP server with added support for routing, middleware, and sub-applications.

#js #nodejs #expressjs
​​genact (★ 890) - a nonsense activity generator, written on Rust. Pretend to be busy or waiting for your computer when you should actually be doing real work! Impress people with your insane multitasking skills. Just open a few instances of genact and watch the show. genact has multiple scenes that pretend to be doing something exciting or useful when in reality nothing is happening at all.

#fake #console #rust
​​AMP - (★ 474 on gitHub) is a text editor for your terminal. Heavily inspired by Vi/Vim. AMP aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor.

#editor #rust #terminal
Hacker101 is a free class for web security. Whether you're a programmer with an interest in bug bounties or a seasoned security professional, Hacker101 has something to teach you.

Hacker101 is structured as a set of video lessons and coursework levels where you can hunt for bugs and experiment with exploitation in practice.

#hacking #lessons #course
​​Caire - (★ 2414) is a content aware image resize library. The algorithm tries to find the most important parts of the image and crop image with these areas. You can see few examlpes on attached image. Nice!

#crop #image #go
Rich Link Preview is the useful service that allows testing a link preview in social networks and messengers. As you know, when you post some link online, messengers usually produce a quick preview of that link. The information is derived from meta tags. The Rich Link Preview lets you see how your link looks like within this preview.

#html #meta #social
​​​​CakeChat (★ 254 GitHub) is an open source dialog system that is able to express emotions in a text conversation. It uses end-to-end trained embeddings of 5 different emotions to generate responses conditioned by a given emotion. With CakeChat you can, for example, train your own persona-based neural conversational model or create an emotional chatting machine without external memory. Written in Python.

CakeChat is released by Replika - AI chat-friend that learns from you, gets to know you and keeps your memories. It communicates in a very natural way, like a live human. The Replica is available as a mobile app for Android and iOS.

#ai #bot #chat #ml
​​Micro - (★ 8324 on GitHub) is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.

It is quite mature and reliable editor. Micro is a good alternative for Vim or Nano and could be installed on any server. It's worth to try it

#editor #ssh #go
​​Rekit - (★ 1727 on GitHub) is a toolkit for building scalable web applications with React, Redux and React-router. It's an all-in-one solution for creating modern React apps.

It helps you focus on business logic rather than dealing with massive libraries, patterns, configurations etc.

Besides creating apps, Rekit provides powerful tools for managing the project: Rekit Studio IDE and Command line tools.

You can also see the live demo at: http://demo.rekit.org

#reactjs #redux #framework
​​GRV - Git Repository Viewer (★2689) is a terminal based interface for viewing git repositories. It allows refs, commits and diffs to be viewed, searched and filtered.

Features:

• Commits and refs can be filtered using a query language.
• Changes to the repository are captured by monitoring the filesystem allowing the UI to be updated automatically.
• Organised as tabs and splits. Custom tabs and splits can be created using any combination of views.
• Vi like keybindings by default, key bindings can be customised.
• Custom themes can be created.

#git #terminal #ui
​​Use Snips to build powerful voice assistants for your products. They will run on-device, work offline and guarantee Privacy by Design (GDPR Compliant).

#ai #assistant #voice
​​GitLeaks (★ 1746) is a tool that searches repositories for sensitive information 🔑

#leaks #security #scanner #go
​​git-chglog (★ 235) is the CHANGELOG generator.

● High portability
• It works with single binary. Therefore, any project (environment) can be used.
● Simple usability
• The CLI usage is very simple and has low learning costs.
• For example, the simplest command is $ git-chglog.
● High flexibility
• Commit message format and ...
• CHANGELOG's style (Template) and ...
• etc ...

#git #changelog #go
​​Flutter (★ 12272 on GitHub) is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Written on Dart. Now in beta.

#dart #mobile #beta #native