BashirHow I Built a Chrome Extension to Automate Clapping a Medium ArticleReading Medium articles is my main way of staying up to date with the current trends in Software Engineering. To show my appreciation for…Dec 29, 2020Dec 29, 2020
BashirReact Class Components V.SIf you look at an existing React application, you are almost guaranteed to see it written using class components combined with functional…Dec 14, 2020Dec 14, 2020
BashirMy First Startup Weekend ExperienceI have always been fascinated by the startup culture and how a simple idea can be transformed into a powerful company that has a positive…Nov 26, 2020Nov 26, 2020
BashirJavaScript V8 EngineI had a great discussion with a friend of mine about JavaScript and whether it is an interpreted or a compiled language. This led me to…Nov 16, 2020Nov 16, 2020
BashirBasic Conceptual Understanding of Facial RecognitionFacial recognition is a revolutionary technology that is widely used to detect and recognize faces. Having the ability to detect and…Nov 6, 2020Nov 6, 2020
BashirComposition and Inheritance in OOP (JS)There are multiple ways to structure your code and when making structural decisions it is always best to keep in mind the idea of…Oct 30, 20201Oct 30, 20201
BashirFinding The Shortest Path Between Two Points On A Graph Using Dijkstra’s AlgorithmHave you ever wondered how maps work and how they are able to show you the fastest route to your destination? Prior to becoming a software…Jul 14, 2020Jul 14, 2020
BashirHow To Implement Real-time Messaging In Rails 6 Using Action CableIn this article, I will show you how to add a realtime messaging feature to your rails application using Action Cable. Under the hood…Jun 24, 20201Jun 24, 20201
BashirAssignment of a code block to a variable using Proc and its application in TTY Table dynamic…Have you ever thought about what we can store in variables? We can store data of primitive types such as integers, strings, and floats…Jun 3, 20201Jun 3, 20201