souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 7
125 results tagged reference  ✕   ✕
Claude Code Guide https://cc.bruniaux.com/
20/04/2026 cluster icon
  • Omnigent : Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without...
  • claude-mem : A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk),...
  • Everything Claude Code : The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencod...
  • Is Your Site Agent-Ready? : Scan your website to see how ready it is for AI agents. We check multiple emerging standards — from robots.txt and Markdown negotiation to MCP, OAuth,...
  • CSSdoc : This is a draft to bring automatic documentation to CSS files, like its known for JavaScript and PHP files through JavaDoc/DocTags.

Learn the WHY behind Claude Code, not just the config

ai agent claudecode documentation reference
PrePostPrint https://prepostprint.org/
25/09/2023 cluster icon
  • DesignPatternsPHP : This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of t...
  • The SaaS CTO Security Checklist : This is a basic checklist that all SaaS CTOs (and anyone else) can use to harden their security. Security shouldn’t feel like a chore. Select your sta...
  • GitLab Leadership : Engineering Management handbook from GitLab
  • Foresight Tools : Foresight Tools
  • My First 10 Minutes On a Server : Primer for Securing Ubuntu

PrePostPrint highlights experimental publications made with free software.

reference publishing tools freesoftware
iOS Dev Directory https://iosdevdirectory.com/
22/05/2023 cluster icon
  • Mobile Web Application Best Practices : The goal of this document is to aid the development of rich and dynamic mobile Web applications. It collects the most relevant engineering practices, ...
  • Eloquent JavaScript : Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.
  • CWE/SANS Top 25 Most Dangerous Programming Errors : The CWE/SANS Top 25 Most Dangerous Software Errors is a list of the most widespread and critical errors that can lead to serious vulnerabilities in so...
  • Trunk Based Development : A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-l...
  • Stack Overflow : Stack Overflow is a question and answer site for professional and enthusiast programmers.

The iOS Dev Directory is a comprehensive list of blogs & sites covering iOS development. Whether it covers coding, design, marketing or anything in between, if a blog or site is related to iOS development it should be listed here.

ios development blog newsletter reference
Software Folklore http://beza1e1.tuxen.de/lore/
24/12/2021 cluster icon
  • hResume : hResume draft specification
  • SQL Injection Cheat Sheet : Samples are provided to allow reader to get basic idea of a potential SQL Injection attack and almost every section includes a brief information about...
  • Basic Twitter bot etiquette : So you want to make a Twitter bot! That’s great! Here are some basic rules for making a bot that isn’t an asshole (and also reduce the chance of the b...
  • Fun Retrospectives : Activities and ideas for making agile retrospectives more engaging
  • iOS Dev Directory : The iOS Dev Directory is a comprehensive list of blogs & sites covering iOS development. Whether it covers coding, design, marketing or anything in be...

Sometimes bugs have symptoms beyond belief. This is a collection of such stories from around the web.

bugs reference
Architectural Decision Records https://adr.github.io/
02/12/2021 cluster icon
  • Architecture Playbook : This playbook is targeted on providing practical tools for creating your IT architecture or design faster and better. This book contains architecture ...
  • Scalable and Modular Architecture for CSS : A flexible guide to developing sites small and large.
  • Email Standards Project : The Email Standards Project is about working with email client developers and the design community to improve web standards support and accessibility ...
  • I Love Typography : I Love Typography, devoted to fonts, typefaces and all things typographical.
  • XSS Filter Evasion Cheat Sheet - OWASP : This article is focused on providing application security testing professionals with a guide to assist in Cross Site Scripting testing.

An Architectural Decision (AD) is a software design choice that addresses a functional or non-functional requirement that is architecturally significant.

reference architecture
engineering-management https://github.com/charlax/engineering-management
21/11/2021 cluster icon
  • The Leadership Library for Engineers : Helping engineering leaders level up by curating the best resources on engineering leadership.
  • All things livecoding : A curated list of live coding languages and tools
  • awesome-humane-tech : Tech and social media is having a big impact on our society. While many innovative technology inventions are improving our lives, there is increasing ...
  • Awesome Leading and Managing : Awesome List of resources on leading people and being a manager. Geared toward tech, but potentially useful to anyone.
  • awesome-selfhosted : This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and m...
thumbnail

A collection of inspiring resources related to engineering management and tech leadership

reference awesome management leadership
Kata-log https://kata-log.rocks/
13/03/2021 cluster icon
  • Coding Dojo : This page is intended as a list of Kata exercises that people have tried at their Dojo meetings, which links to more detailed descriptions of each Kat...
  • Learn Go with test-driven development : Learn Go with test-driven development
  • Gophercises : FREE coding exercises for budding gophers
  • Go by Example : Go by Example is a hands-on introduction to Go using annotated example programs.
  • Denigma : Denigma explains code in conversational English. Powered by machine learning.

Resources to facilitate coding katas

kata code tdd learning reference
GitLab Leadership https://about.gitlab.com/handbook/leadership/
24/10/2020 cluster icon
  • engineering-management : A collection of inspiring resources related to engineering management and tech leadership
  • The Leadership Library for Engineers : Helping engineering leaders level up by curating the best resources on engineering leadership.
  • HTTP Archive : The HTTP Archive tracks how the Web is built.
  • WebSocket Application Messaging Protocol : WAMP is an open WebSocket subprotocol that provides two asynchronous messaging patterns: RPC and PubSub.
  • Mobile Web Application Best Practices : The goal of this document is to aid the development of rich and dynamic mobile Web applications. It collects the most relevant engineering practices, ...

Engineering Management handbook from GitLab

reference management tips
Architecture Playbook https://nocomplexity.com/documents/arplaybook/
12/09/2020 cluster icon
  • Scalable and Modular Architecture for CSS : A flexible guide to developing sites small and large.
  • Architectural Decision Records : An Architectural Decision (AD) is a software design choice that addresses a functional or non-functional requirement that is architecturally significa...
  • JSON Schema : JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.
  • API Security Checklist : Checklist of the most important security countermeasures when designing, testing, and releasing your API.
  • Lasso : Lasso is an iOS application architecture for building discrete, composable and testable components both big and small - from single one-off screens, t...

This playbook is targeted on providing practical tools for creating your IT architecture or design faster and better. This book contains architecture tools, QA tools, principles, requirements, standards and more.

architecture reference
How to systematically secure anything https://github.com/veeral-patel/how-to-secure-anything
06/09/2020 cluster icon
  • CWE/SANS Top 25 Most Dangerous Programming Errors : The CWE/SANS Top 25 Most Dangerous Software Errors is a list of the most widespread and critical errors that can lead to serious vulnerabilities in so...
  • My First 10 Minutes On a Server : Primer for Securing Ubuntu
  • API Security Checklist : Checklist of the most important security countermeasures when designing, testing, and releasing your API.
  • SQL Injection Cheat Sheet : Samples are provided to allow reader to get basic idea of a potential SQL Injection attack and almost every section includes a brief information about...
  • Inj3ct0r 1337day.com : Exploit database separated by exploit type (local, remote, DoS, Poc, etc.)
thumbnail

Security engineering is the discipline of building secure systems.

Its lessons are not just applicable to computer security. In fact this repo aims to document a process for securing anything, whether it's a medieval castle, an art museum, or a computer network.

security reference
Project Gemini https://gemini.circumlunar.space/
04/09/2020 cluster icon
  • High Performance Browser Networking : Performance is a feature. This book provides a hands-on overview of what every web developer needs to know about the various types of networks (WiFi, ...
  • SQL Injection Cheat Sheet : Samples are provided to allow reader to get basic idea of a potential SQL Injection attack and almost every section includes a brief information about...
  • Linked Data : This site exists to provide a home for, or pointers to, resources from across the Linked Data community.
  • Security Guide for Developers : A practical security guide for web developers.
  • WebPlatform.org : Web Platform Docs is a community-driven site that aims to become a comprehensive and authoritative source for web developer documentation.

Gemini is a new, collaboratively designed internet protocol, which explores the space inbetween gopher and the web.

protocol gopher web reference
Untools https://untools.co/
04/06/2020 cluster icon
  • JSDB.io : JSDB is a collection of the best javascript libraries
  • When can I use... : Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
  • CNCF Cloud Native Interactive Landscape : The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding or marke...
  • PrePostPrint : PrePostPrint highlights experimental publications made with free software.
  • Claude Code Guide : Learn the WHY behind Claude Code, not just the config

Collection of thinking tools and frameworks to help you solve problems, make decisions and understand systems.

decicionmaking reference problemsolving systemsthinking
The Leadership Library for Engineers https://leadership-library.dev/The-Leadership-Library-for-Engineers-c3a6bf9482a74fffa5b8c0e85ea5014a
14/03/2020 cluster icon
  • engineering-management : A collection of inspiring resources related to engineering management and tech leadership
  • awesome-microservices : A curated list of Microservice Architecture related principles and technologies.
  • Exploring Elasticsearch : A human-friendly tutorial for elasticsearch.
  • All things livecoding : A curated list of live coding languages and tools
  • awesome-humane-tech : Tech and social media is having a big impact on our society. While many innovative technology inventions are improving our lives, there is increasing ...
thumbnail

Helping engineering leaders level up by curating the best resources on engineering leadership.

management leadership reference book awesome
awesome-humane-tech https://github.com/humanetech-community/awesome-humane-tech
23/02/2020 cluster icon
  • All things livecoding : A curated list of live coding languages and tools
  • engineering-management : A collection of inspiring resources related to engineering management and tech leadership
  • awesome-microservices : A curated list of Microservice Architecture related principles and technologies.
  • awesome-selfhosted : This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and m...
  • The Leadership Library for Engineers : Helping engineering leaders level up by curating the best resources on engineering leadership.
thumbnail

Tech and social media is having a big impact on our society. While many innovative technology inventions are improving our lives, there is increasing awareness on negative impacts that come with these trends, such as social media addiction, mental health issues, and social erosion. This list focuses on (mostly open-source) projects that are directly related to humane tech topics.

awesome reference humane society
PostgresqlCO.NF https://postgresqlco.nf/
04/02/2020 cluster icon
  • Use The Index, Luke! : A tutorial covering SQL indexing and SQL tuning for developers: avoiding unnecessary details about database internals. SQL indexing is the most effect...
  • Patroni : A template for PostgreSQL High Availability with ZooKeeper, etcd, or Consul.
  • Agile Retrospective Resource Wiki : This is a resource for sharing retrospective plans, tips & tricks, tools and ideas to help us get the most out of our retrospectives. Retrospectives p...
  • Typetester : Compare fonts for the screen
  • Architecture Playbook : This playbook is targeted on providing practical tools for creating your IT architecture or design faster and better. This book contains architecture ...

PostgresqlCO.NF (CONF for short) is a postgresql.conf documentation and ultimate recommendations’ source to help you tune and optimize all of your PostgreSQL configuration. With around 290 configuration parameters in postgresql.conf (and counting), it is definitely a difficult task!

postgresql configuration reference
Conventional Commits https://www.conventionalcommits.org/
29/11/2019 cluster icon
  • Pro Git : The entire Pro Git book, written by Scott Chacon and published by Apress, is available here
  • Think Like (a) Git : Once people achieve some level of Git enlightenment, they tend to make statements of the form 'Git gets a lot easier once you realize X' -- but that d...
  • CSSdoc : This is a draft to bring automatic documentation to CSS files, like its known for JavaScript and PHP files through JavaDoc/DocTags.
  • Keep a Changelog : Don’t let your friends dump git logs into changelogs.
  • The CMS Matrix : CMSmatrix lets you easily compare the features in over 1200 content management system products. Check the boxes next to the software you're interested...

The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.

git reference guide documentation
All things livecoding https://github.com/toplap/awesome-livecoding/
23/11/2019 cluster icon
  • awesome-microservices : A curated list of Microservice Architecture related principles and technologies.
  • engineering-management : A collection of inspiring resources related to engineering management and tech leadership
  • awesome-selfhosted : This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and m...
  • awesome-humane-tech : Tech and social media is having a big impact on our society. While many innovative technology inventions are improving our lives, there is increasing ...
  • The Leadership Library for Engineers : Helping engineering leaders level up by curating the best resources on engineering leadership.
thumbnail

A curated list of live coding languages and tools

reference awesome livecoding
TOPLAP https://toplap.org/
23/11/2019 cluster icon
  • Glicol : make music with code. connect different nodes like a synth, sequencer or sampler.
  • Sema : Sema is a playground where you can rapidly prototype live coding mini-languages for signal synthesis, machine learning and machine listening. Sema aim...
  • Troop : Troop is a real-time collaborative tool that enables group live coding within the same document across multiple computers. Hypothetically Troop can ta...
  • Orchestra toolbox : Orchestra is an open-source for live music performances in metaverse environments. Orchestra includes components for live performances in A-Frame/NAF-...
  • https://spag.cc/ : File upload and sound recording for livecoding sessions

TOPLAP is an organisation founded in 2004, to explore and promote live coding. Live coders expose and rewire the innards of software while it generates improvised music and/or visuals.

music livecoding reference
Culture queries https://www.keyvalues.com/culture-queries
24/09/2019 cluster icon
  • Reverse Interview : Questions to ask the company during your interview. This is a list of questions which may be interesting to a tech job applicant.
  • Tech Interview Handbook : Algorithms study materials, behavioral content and tips for rocking your coding interview. Carefully curated content to help you ace your next technic...
  • regex101 : Free PCRE-based regular expression debugger with real time explanation, error detection and highlighting.
  • WebPlatform.org : Web Platform Docs is a community-driven site that aims to become a comprehensive and authoritative source for web developer documentation.
  • Semantic Versioning : I call this system "Semantic Versioning." Under this scheme, version numbers and the way they change convey meaning about the underlying code and what...
thumbnail

Get the best questions to ask in your next job interview so that you can learn about the culture, stand out, and land your dream job.

interviews job reference
Reverse Interview https://github.com/viraptor/reverse-interview/blob/master/README.md
21/09/2019 cluster icon
  • Culture queries : Get the best questions to ask in your next job interview so that you can learn about the culture, stand out, and land your dream job.
  • Tech Interview Handbook : Algorithms study materials, behavioral content and tips for rocking your coding interview. Carefully curated content to help you ace your next technic...
  • Rundeck : Rundeck features fine-grain access controls, a built-in job scheduler, and the ability to define workflows that dispatch commands and scripts to your ...
  • Eloquent JavaScript : Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.
  • Conventional Commits : The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explici...
thumbnail

Questions to ask the company during your interview. This is a list of questions which may be interesting to a tech job applicant.

interviews job reference
page 1 / 7
1664 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn