threenine.io
How to manage keys for nostr

How to manage keys for nostr

A Guide to Staying Secure and In Control of your Nostr Keys
Why privacy is a fundamental human right

Why privacy is a fundamental human right

Why businesses need to be more concerned about customer privacy
How government monetary policy erodes the value of money

How government monetary policy erodes the value of money

How an inflation rate of 3.11% per year means £100 in 2000 is worth £215.11 in 2025.
Bitcoin is not a Ponzi Scheme

Bitcoin is not a Ponzi Scheme

Bitcoin has faced numerous criticisms, one of the most persistent being the claim that it is a Ponzi scheme. This accusation, often made by those who do not fully understand the technology or economics behind Bitcoin.
What is Bitcoin mining

What is Bitcoin mining

Bitcoin mining is the process that maintains the Bitcoin network and enables the creation of new bitcoins. It is a critical component of the cryptocurrency ecosystem, ensuring the security and integrity of the blockchain.
How to get started with Nostr

How to get started with Nostr

Discover the future of social media with Nostr, a decentralized protocol offering unparalleled privacy and freedom. Unlike traditional platforms, Nostr uses a network of relays, ensuring your data remains private and censorship-resistant. With Nostr, you control your identity and content, making it ideal for users seeking autonomy in the digital age. Explore a new era of social networking where your voice truly matters
How to use layouts and pages in Nuxt

How to use layouts and pages in Nuxt

Explore how to use layouts and pages in your Nuxt Application
How to add tailwindcss to nuxt

How to add tailwindcss to nuxt

Explore the Nuxt framework and how to start a new project using Nuxt and Vue
Getting started with Nuxt

Getting started with Nuxt

Explore the Nuxt framework and how to start a new project using Nuxt and Vue
How to store Terraform state in DigitalOcean Spaces

How to store Terraform state in DigitalOcean Spaces

using DigitalOcean Spaces as a Terraform state Backend
How to use Terraform with DigitalOcean

How to use Terraform with DigitalOcean

A tutorial on how to configure your local environment with Terraform and DigitalOcean CLI
How to add Fathom Analytics to Nuxt

How to add Fathom Analytics to Nuxt

Adding privacy focused analytics to your nuxt based website
The Importance of Privacy in Web Analytics

The Importance of Privacy in Web Analytics

Why all websites and apps need to be concerned about the privacy of their users
What is Nostr?

What is Nostr?

Nostr is a decentralized, open-source protocol revolutionizing social media. Unlike traditional platforms, Nostr offers unparalleled privacy and censorship resistance through a network of relays. With Nostr, users control their data and identity, ensuring a future where social interactions are free and secure. Discover how Nostr is changing the landscape of digital communication
Why choose privacy focused Analytics

Why choose privacy focused Analytics

Why all websites need to be concerned about the privacy of their users
What is API Integration?

What is API Integration?

Connecting third party applications via their APIs enabling communication, interactivity and data exchange.
How Blockchain uses Cryptography

How Blockchain uses Cryptography

Blockchains make use of two types of cryptographic algorithms, asymmetric-key algorithms, and hash functions.
How to create a WebSocket server in dotnet

How to create a WebSocket server in dotnet

A walk-through guide on how to implement WebSocket end points in dotnet
Introduction to public and private key cryptography

Introduction to public and private key cryptography

Public key cryptography is a method of encrypting or signing data.
What is Blockchain

What is Blockchain

Blockchain is a shared ledger, allowing thousands of connected computers or servers to maintain a single, secured and immutable ledger
What is Bitcoin?

What is Bitcoin?

Discover Bitcoin, the pioneering cryptocurrency that revolutionized digital finance. Created by Satoshi Nakamoto, Bitcoin offers a decentralized, secure payment system using blockchain technology. With a finite supply of 21 million coins, it's a potential hedge against inflation. Learn about its impact on the financial sector and its role in shaping the future of digital assets
What are Web Sockets

What are Web Sockets

WebSockets are a bi-directional, full duplex communications protocol initiated over HTTP. They are commonly used in modern web applications for streaming data and other asynchronous traffic.
What is API First?

What is API First?

What is API First? Discover how developing your API first will enable developing better and more products of your organization.
API Gateway Pattern

API Gateway Pattern

Understand the uses of the API gateway pattern and when to use it in API Development to provide a single-entry point for groups of microservices.
Backend for Frontend Design Pattern

Backend for Frontend Design Pattern

The backend for frontend (BFF) is a software architecture pattern relevant for microservices & domain-driven design to simplify the communication between the frontend and backend
An introductory guide to API Development

An introductory guide to API Development

threenine.co.uk cover introductory concept, terminologies & technologies related to API development in order to gain a basic understanding.
What is a REST API?

What is a REST API?

A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. For this reason, REST APIs are sometimes referred to RESTful APIs.
What is an API?

What is an API?

API stands for Application Programming Interface. The application can be any software that performs a specific task and the interface is a point where two applications communicate. One application acts as a client and the other acts as a server.
What is API Development ?

What is API Development ?

AUnderstanding and leveraging APIs allows developers to build robust, maintainable, and scalable applications that can adapt to evolving technological landscapes.