Review : OneLLM: One Framework to Align All Modalities with LanguageLink to paper: https://arxiv.org/abs/2312.03700Aug 18Aug 18
Introduction to NGINXWhen I was asked to create google auth functionality and it worked on my locals, I faced a problem during deployment.Dec 1, 2021Dec 1, 2021
Calling REST API with JWT Authentication in DjangoAuthentication is an essential part of a website. To authenticate means that providing a credential that can verify that you are a valid…Nov 19, 2021Nov 19, 2021
Agile Scrum — Fail Fast, Iterate Fast“Whereas Agile is a philosophy, Scrum is a specific methodology for how one manages a project. It provides a process for how to identify…Nov 18, 2021Nov 18, 2021
Docker : Container to Save Your Life“Containerization involves encapsulating or packaging up software code and all its dependencies so that it can run…”Nov 4, 2021Nov 4, 2021
Clean vs Dirty Code in React“Leave your code better than you found it” — Clean CoderOct 8, 202116Oct 8, 202116
You Are Not Your Audience: The Need for User-Persona“People ignore design that ignores people.”Oct 7, 2021Oct 7, 2021
Learn the Art of Faking with Mock and Stub ( Example in React )One common case found when making a test is that a component depends on another component that cannot be used at the production level…Sep 23, 2021Sep 23, 2021