PinnedManipulate child state from parent in React.Using refs we can invoke methods of child components from parent in both class components as well as in functional components. This is just…Jan 8, 2023Jan 8, 2023
Upload files in FastAPI with file validationFile upload and validation can get tricky when it comes to FastAPI as we simply cannot use pydantic to do validations for us. Let’s see how…Sep 8, 2023Sep 8, 2023
How to implement pagination in FastAPI feat. SQLAlchemyIn this blog, I will explain how we can implement custom pagination in FastAPI without any external packages.Mar 18, 2023Mar 18, 2023
How to auto fix lint errors in a Pull Request (isort & black)Auto fix lint errors like spacing, sorting imports and much more, let Github Actions create a commit for you fixing them.Feb 8, 2023Feb 8, 2023
Automatically apply to jobs with this python bot.Applying to jobs can be a tedious job why not let a bot handle it?Jan 28, 2023A response icon2Jan 28, 2023A response icon2