TEAL33T

Writing in English

11 pieces

English 7 min

torget.py: I Built a Tool to Fix My Biggest Frustration with Tor Network

The Tor network, often lauded as the gold standard for online anonymity and privacy, presents a fascinating paradox. It offers a sanctuary for free expression, a shield against surveillance, and a means to bypass censorship, yet it frequently frustrates users with its notoriously slow performance, especially when it comes to downloading files.

English 6 min

Should You Build a Data Warehouse for your Company?

This question marks a significant milestone in an organization’s analytical journey. It often emerges when teams find themselves manually crafting dashboards or spreadsheets repeatedly, grappling with growing data volumes, or feeling overwhelmed by the fear of missing out (FOMO) after reading too many data-related articles.

English 4 min

9 Tips for Building and Developing Secure PHP

Even seasoned developers face unexpected challenges — malformed data from a third-party API, a user inputting bizarre strings, or a silent failure that cascades into a security flaw. In PHP, where flexibility reigns, prioritizing security isn’t optional; it’s foundational.

English 12 min

Jyotish API — Free and Open Source Self-hosted Vedic Astrology API

Vedic astrology, or Jyotish, is an ancient system of celestial science that has been practiced for thousands of years. With the advent of modern technology, the ability to perform complex astrological calculations programmatically has become increasingly valuable.

English 11 min

Understanding SQLite: An In-Depth Exploration with Richard Hipp

SQLite is often described as the most widely deployed database engine in the world. Embedded in billions of devices and applications, it quietly powers everything from smartphones and web browsers to aerospace technology and financial systems. But what makes SQLite so ubiquitous, and how does it work under the hood?

English 14 min

Breaking Down PASETO vs. JWT: Which Token is Right for You?

In the world of web and mobile application development, security is paramount. Authentication mechanisms are critical in ensuring that user data remains secure and that interactions are authenticated properly before access is granted. Token-based authentication has become a popular approach due to its scalability and ease of use. While JSON Web Tokens (JWT) have been the standard for a long time, Platform-Agnostic Security Tokens (PASETO) have emerged as a robust alternative, offering solutions to many of JWT’s inherent issues. In this article, we dive deep into the world of token-based authentication, comparing JWT and PASETO, and exploring why PASETO might be a better choice for your security needs.

English 8 min

The Harmonious Symphony of the Native American Flute: A Journey into Mind and Spirit

The Native American flute, a wind instrument steeped in the culture of indigenous North American societies, has been revered for its meditative qualities and its role in healing, courtship, work songs, and ceremonial contexts. The flute’s mellifluous notes carry the stories of ancients, whispers of the wind, and the spirit of a rich cultural heritage. Today, its enchanting notes can be found echoing in museum shops, New Age gift stores, and flute circles — community gatherings where individuals, irrespective of their formal music training, can indulge in creating music. The flute’s unique sound, a blend of natural tones and human craftsmanship, resonates with the rhythm of the heart, connecting us with the timeless wisdom of our ancestors and the tranquil echoes of nature.

English 7 min

Clean Code in PHP: Best Practices and Principles

Clean code is the foundation of good software development. It is the art of writing code that is easy to read, understand, and maintain. In this article, we will discuss what clean code is and its importance, the best practices and principles to write clean code in PHP, and examples of bad and good code. We will also consider some of the famous quotes of Uncle Bob, one of the pioneers of clean code.

English 15 min

What’s New in PHP 8.1,

PHP is one of the most widely used server-side programming languages that is constantly evolving with new features and improvements. The stable release, PHP 8.1 , is no exception. It introduces several new features and improvements that help developers write better, cleaner, and more secure code.