FHFarhan Hossaininfarhanhossain.hashnode.dev·Oct 19, 2023 · 5 min readOptimizing React PerformanceReact is a great library for building user interfaces. A user is free to manipulate and build whatever comes to their mind with this tool, but to ensure the code is working at optimal setting we must learn some tricks. These tricks are to help organi...00
FHFarhan Hossaininfarhanhossain.hashnode.dev·Sep 29, 2023 · 2 min readTime Dependent FunctionsTo create time-dependent functions we will need to create an internal timer to which the program will be able to keep track of the functions. Say you want to create a way to schedule plans and have a program remind you of certain tasks only at certai...00
FHFarhan Hossaininfarhanhossain.hashnode.dev·Sep 8, 2023 · 3 min readGaming with PythonWhile Python is not the most used programming language for game development, as that title is held by C++, it is still a great language to get started on understanding the background of game development as it is said to be user-friendly. Python has m...00
FHFarhan Hossaininfarhanhossain.hashnode.dev·Aug 18, 2023 · 2 min readSending Data Through Parents and ChildrenHey, it's another installment of badly written software explanations. When using React we often will not be writing all of our code in just one component but rather there will be several different components each with their functionality. We separate...00
FHFarhan Hossaininfarhanhossain.hashnode.dev·Jul 28, 2023 · 2 min readCallback FunctionsIt has been about three weeks since the start of my time at Flatiron's coding boot camp and in that time I have learned various skills which have been at times very difficult to understand. One of those skills happens to be the use of callback functi...00