Posts
What Every one Needs to Know About the Stripe Ticket (Streifenkarte)
table { border: 1px solid rgba(128,128,128,0.48); } th, td { border: 1px solid rgba(128,128,128,0.48); padding: 0.5rem; } TL;DR (Quick Takeaway: …
How I Transformed My German Learning Journey – And How You Can Too!
If you are reading this before June 2025, you can get a 40% discount by using the code HSALEM-COM at checkout. that will make the price about 6Euros …
How I Learned German with the 'Nicos Weg' Vocabulary File and Why You Should Too
Learning a new language can be a challenging yet incredibly rewarding journey. When I decided to learn German, I knew I needed an engaging method that …
Hands-Free German: Revolutionize Language Learning, One Repetition at a Time
Hey there, adventurous souls and keen learners! 🚀 Are you a part of the German dream, but find yourself stuck in a vocabulary nightmare? Well, …
How to tackle a software task?
We are not talking about a big project. In this article, we will talk about an average software task. Imagine you picked up a ticket from your board …
Debugging With TDD
What is TDD? TDD is a discipline that encourages starting with writing tests instead of the functionality itself. TDD means you first write a simple …
What The Heck is HTTP
What is HTTP? Hyper Text Transfer Protocol is a protocol or, in other words, a set of rules that defines how two computers should communicate. And it …
Introduction to Php
Basic PHP syntax PHP file should start with the opening tag <?php, and you can end it with the PHP closing tag ?>. It is not recommended to add …
Introduction to Mysql Internals
In this article, we will talk about high-level database internals, specifically MySql’s that already overlaps with many other databases. We will …
You Think You Know Php
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for …
→
1