Published onDecember 16, 2022Upcoming Advancements in CybersecuritysecurityDiscussing upcoming technology advancements in the cybersecurity field.
Published onAugust 7, 2022Comparing Javascript Loops with Github CopilotdevelopmentjavascripttestingcopilotComparing the difference and speed in different ways of writing Javascript loops.
Published onAugust 4, 2022Preventing SQL Injections (Backend)developmentpythonsecurityIt is extremely important to prevent SQL Injections, this guide will explain an improper and proper way of querying a database using Python to prevent SQL Injections.
Published onAugust 1, 2022Comparing Javascript FunctionsdevelopmentjavascripttestingComparing the difference and use cases for the different function types in Javascript.
Published onJuly 31, 2022Python Coding Challenge 1pythondevelopmentchallengeCreate the longest non-repeating output using the shortest input.