top of page
Search


Java vs JavaScript: A Comparison of two popular Programming Languages
Java and JavaScript are two famous programming languages that often generate confusion due to their similar names. Despite their shared...

Sofia Sondh
May 31, 2023


Tools for good code
Code quality tools are automated tools/programs that would observe the code and point out any common issue/problem which could arise as a...

The Tech Platform
Jun 26, 2022


How to review your code?
Code review happens when another developer goes through you or your team's code line-by-line and provides constructive, helpful feedback....

The Tech Platform
Jun 16, 2022


Create Time Slots in PHP for Given Time
This is a user-defined PHP function that is used to split a time slot between the start and end time using time intervals. The function...

The Tech Platform
Apr 9, 2022


Create Neat Technical Diagrams using Python
Documenting a project well is one of the most important aspects of the development lifecycle of any project as at the end of the day this...

The Tech Platform
Feb 16, 2022


Hexagonal Architecture: Principles and Layers of Hexagonal Architecture.
Hexagonal architecture is a model or pattern for designing software applications. The idea behind it is to put inputs and outputs at the...

The Tech Platform
Feb 7, 2022


Boost Performance in .NET App
Requests from DB can be tracked or untracked. By default, all queries that return model objects from DB are trackable. When the data...

The Tech Platform
Jan 8, 2022
bottom of page