Category: Code

ScrumBan in Software Development

In the dynamic world of software development, rigid methodologies can struggle to keep pace with ever-changing demands. Enter Scrumban, a hybrid approach that combines the structured sprints of Scrum with the visual flow of Kanban, offering a blend of control and adaptability for modern teams. What is Scrumban? Imagine merging the organised routines of a…
Read more

tldr; OWASP API Security

In the bustling realm of APIs, where data dances and functionality flows, security is paramount. Enter the OWASP Top 10, a vital roadmap for safeguarding your APIs against the most prevalent threats. But deciphering its intricacies can feel like navigating a labyrinth. Fear not, intrepid developer, for this article will illuminate the key threats and…
Read more

FIrst Steps In Implementing API Security

In today’s data-driven world, APIs (Application Programming Interfaces) act as the gateways between applications, exchanging vital information for seamless functionality. However, with great power comes great responsibility, and securing your API is crucial to protect sensitive data, prevent unauthorised access, and maintain overall system integrity. So, how do you build an API as sturdy as…
Read more

API Gateway

In the complex world of APIs, where microservices dance and data flows, the API gateway emerges as the conductor, harmonising the entire operation. Imagine a bustling city with multiple entry points – highways, train stations, airports. Now, picture a central hub orchestrating traffic, ensuring smooth flow and security. That’s the essence of an API gateway…
Read more

Pair Programming: Benefits and Challenges

Imagine coding side-by-side with another developer, bouncing ideas off each other, and catching errors collaboratively. That’s the essence of pair programming, a software development practice where two programmers work together on a single task, sharing a workstation and the coding responsibilities. But is it truly a recipe for success, or are there hidden downsides to…
Read more

Understanding SPF, DKIM, and DMARC

In today’s digital age, email has become an indispensable communication tool for both personal and professional purposes. However, with the widespread use of email also comes the risk of various security threats such as phishing, spoofing, and email scams. To combat these threats and ensure the authenticity and integrity of email communications, several protocols have…
Read more

AI In Software Development

In the rapidly evolving landscape of technology, artificial intelligence (AI) has emerged as a transformative force, reshaping industries and revolutionising traditional practices. One area where AI is making significant strides is in software development. From streamlining processes to enhancing productivity and enabling innovative solutions, AI is playing a pivotal role in shaping the future of…
Read more

Different Ways to Version Your API Calls

APIs, the lifeblood of modern connectivity, evolve constantly. But how do you ensure these changes don’t break existing integrations? The answer lies in API versioning, a strategic approach to managing API evolution while safeguarding backward compatibility. This article explores the different ways to navigate this crucial process. 1. URI Path Versioning: The Signpost Approach This…
Read more

Rules Engine

https://github.com/tankfairies/rulesengine

Luhn Generator

https://github.com/tankfairies/luhn