Our desktop app is the most widely used and most capable Slack client that we offer. For many of our customers, it is one of just a few apps they keep open on their computer throughout the work day. It allows them to communicate and work with all the teams they belong to: reading and writing mess…
GitHub – jgraph/drawio: Source to app.diagrams.net
About draw.io, this project, is a configurable diagramming/whiteboarding visualization application. draw.io is owned and developed by JGraph Ltd, a UK based software company. As well as running this project, we run a production-grade deployment of the diagramming interface at https://app.diagrams…
Design Principles FTW
The most comprehensive collection of Design Principles on the Internet. 916 design principles and counting. 05 Jan 2021 Explore design principles in a new way Try out Random Design Principle! It’s a site that gives you a random principle from our vast collection. It’s a great way of exploring dif…
HTTPie – API testing client that flows with you
FLOW THROUGH APIsHTTPie is making APIs simple and intuitive for those building the tools of our time. TodayWhat’s new in HTTPie for Terminal 3.1Improved cookie management, automatic session upgrades, nested JSON enhancements, and more.
EpubPress – Read the web offline
About EpubPress is a browser extension for Chrome & Firefox for turning your favorite web content into ebooks. Benefits Removes ads and other distractions, for a cleaner reading experience. Makes content available offline, for reading on the go. Viewable on all your devices (Kindle, Nooks, iPhone…
GitHub – rqlite/rqlite: The lightweight, distributed relational database built on SQLite
rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. Forming a cluster is very straightforward, it gracefully handles leader elections, and tolerates failures of machines, including the leader. rqlite is available for Linux, macOS, and Microsoft Windo…
GitHub – google/tarpc: An RPC framework for Rust with a focus on ease of use.
Disclaimer: This is not an official Google product. tarpc is an RPC framework for rust with a focus on ease of use. Defining a service can be done in just a few lines of code, and most of the boilerplate of writing a server is taken care of for you. Documentation What is an RPC framework? "RPC" s…
ドメインロジックとSQL
以下の文章は、Martin Fowler による Domain Logic and SQLの日本語訳である。 データベース指向ソフトウェア開発者とメモリ上(in-memory)アプリケーションソフトウェア開発者との間のギャップは、ここ数十年、徐々に広がってきている。このギャップが原因で、データベースの機能(SQLやストアドプロシージャ)をどのよう…
Practice Live Job Interviews – For Free
Pramp definitely played a role in my performance. Nothing beats mock coding interviews. I still remember my first coding interview […]a few years back with another company. I was so nervous, and shaking…, and sweating… needless to say, I failed it. It’s come a long way since then. Believe i…
How To Corrupt An SQLite Database File
Overview An SQLite database is highly resistant to corruption. If an application crash, or an operating-system crash, or even a power failure occurs in the middle of a transaction, the partially written transaction should be automatically rolled back the next time the database file is accessed. T…