Sofia SondhMay 31, 2023JavaScriptJava vs JavaScript: A Comparison of two popular Programming LanguagesJava and JavaScript are two famous programming languages that often generate confusion due to their similar names. Despite their shared...
The Tech PlatformJun 26, 2022.NETTools for good codeCode 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 PlatformJun 16, 2022.NETHow 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 PlatformApr 9, 2022PHPCreate Time Slots in PHP for Given TimeThis 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 PlatformFeb 16, 2022PythonCreate Neat Technical Diagrams using PythonDocumenting 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 PlatformFeb 7, 2022Hexagonal 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 PlatformJan 8, 2022C#Boost Performance in .NET AppRequests from DB can be tracked or untracked. By default, all queries that return model objects from DB are trackable. When the data...