ls /news/developer-tools · home newsdeveloper-tools
grep -r --recent /news/developer-tools | head -20

Developer Tools News

Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.

3163 articles page 157 of 159 0 sources 30 min sync cycle updated 2017-09-11

// latest articles 3163 indexed

10:36
2017-09-11
gist.github.com
developer-tools · 12m read ↑ pos

Adb useful commands list

The article provides a comprehensive list of useful Android Debug Bridge (ADB) commands for tasks such as device management, file transfer, app installation, and log analysis. It also introduces ADBugger, a desktop tool …

01:35
2017-08-11
gist.github.com
developer-tools · 62m read · neu

Swift Concurrency Manifesto

The Swift Concurrency Manifesto, authored by Chris Lattner, outlines a long-term vision for introducing a first-class concurrency model to Swift, focusing on task-based abstractions like async/await and actors to elimina…

13:35
2017-07-27
gist.github.com
cybersecurity · 15m read · neu

Export TOTP tokens from Authy

In August 2024, Authy discontinued its desktop app, and subsequent backend changes have prevented users from logging into older versions, making token export difficult for those not already logged in. This guide provides…

22:41
2017-05-15
gist.github.com
developer-tools · 1m read · neu

Semantic Commit Messages

Structured format for writing Git commit messages: `<type>(<scope>): <subject>`. It explains that using specific types like `feat`, `fix`, or `docs` in the message makes the commit's purpose clear and improves programmer…

07:47
2017-02-23
gist.github.com
developer-tools · 1m read · neu

How to fix and recover a “corrupt history file” in zsh

The article provides a step-by-step method to fix a corrupt history file in the zsh shell. It instructs users to rename the existing `.zsh_history` file, extract printable strings from the corrupted file into a new one, …

12:29
2017-01-24
gist.github.com
cybersecurity · 1m read · neu

A List of Ephemeral File Sharing Services

The article provides a list of ephemeral file sharing services and recommends encrypting files locally before uploading, even if the service is trusted. It includes a brief tutorial on using OpenSSL to encrypt files with…

06:30
2017-01-15
gist.github.com
cloud-computing · 14m read · neu

index.html

The article contains the source code for an HTML file that implements a button to initiate an OAuth 2.0 authentication flow with Microsoft Azure Active Directory (AAD). The script constructs a URL to Microsoft's login en…

09:45
2016-10-24
gist.github.com
developer-tools · 1m read · neu

JQ to filter JSON by value

The article explains how to use the `jq` command-line tool to filter JSON data by a specific value. It provides the syntax `cat <filename> | jq -c '.[] | select( .<key> | contains("<value>"))'` and notes that numeric val…

21:26
2016-10-08
gist.github.com
developer-tools · 3m read ↑ pos

Summary of 'Clean code' by Robert C. Martin

The article summarizes Robert C. Martin's principles for writing "clean code," which is code that is easily understood, read, and enhanced by any developer on a team. It lists numerous specific practices, such as followi…

21:19
2016-09-19
gist.github.com
developer-tools · 1m read · neu

A Beginners Guide to writing a Kickass README ✍

This article provides a beginner's guide to writing a comprehensive README file for a software project. It recommends including sections for a project overview, motivation, build status, code examples, setup instructions…

08:54
2016-09-16
gist.github.com
developer-tools · 1m read · neu

tmux Cheat Sheet

The article provides a cheat sheet for using the terminal multiplexer tmux, including commands to start sessions, manage windows and panes, and select text using modifier keys. It also explains how to configure tmux thro…

14:27
2016-08-25
gist.github.com
developer-tools · 45m read · neu

cmangos server commands

The article provides a summary of server commands for the CMaNGOS (Classic MaNGOS) game server emulator, listing each command's name, required account level, and syntax. Commands include account management functions like…

08:53
2016-03-08
gist.github.com
developer-tools · 2m read · neu

Hexadecimal color code for transparency

The article explains how to add transparency to hexadecimal color codes by appending a two-character value representing the alpha channel. For example, to achieve 40% opacity on black (#000000), the code becomes #6600000…

22:03
2016-03-07
gist.github.com
developer-tools · 11m read · neu

Clang format file.

This is a configuration file for clang-format, a code formatting tool, created by Ingmar Delsink. It specifies formatting rules for C++ code, including a tab width and indent width of 4, no tab characters, and C++11 stan…

16:00
2016-02-19
reenigne.org
developer-tools · 2m read · neu

Integers as types

The article discusses a design consideration for the ALFE programming language, where the author explores the possibility of treating integers as types to enable fixed-length arrays indexed by non-integer types like Bool…

09:05
2016-02-06
gist.github.com
developer-tools · 7m read · neu

System Design Cheatsheet

This article provides a factual summary of system design principles, emphasizing the importance of clarifying scope, identifying constraints, and managing trade-offs. It outlines key steps including high-level architectu…

01:02
2016-01-12
gist.github.com
developer-tools · 2m read · neu

Configure Git to use a proxy

This article explains how to configure Git to use a proxy server, which is necessary when encountering errors while cloning or fetching from remote repositories. It provides commands for setting a global proxy, a domain-…

git
← prev page 157 / 159 next →
LIVE [news/developer-tool] indexed:3163 page:157/159 en · ua 2026-05-20 ·