Handling OAuth2 Flow and JWT Authentication in a React + Flask Application implementing Google OAuth2 authentication in a React frontend with a Flask backend. 2024-10-27 Daily Logs > Debug Logs #Debug #Tutorial #OAuth2 #JWT #Google Authentication #Web Development
Running a Flask App on 0.0.0.0 But It Still Shows 127.0.0.1 While working on a Flask application, I encountered a perplexing issue. I wanted to make my app accessible externally by running it on 0.0.0.0, but despite setting the host accordingly, the server sti 2024-10-26 Daily Logs > Debug Logs #Debug #Python #Tech #Tutorial #Flask
Resolving Mixed Content Issues When Serving an API Over HTTPS with Nginx and Let's Encrypt Resolving Mixed Content Issues When Serving an API Over HTTPS with Nginx and Let's Encrypt Introduction While developing a web application, I encountered a Mixed Content error when my frontend, served 2024-10-23 Daily Logs > Debug Logs #Debug #Tech #Tutorial #Web Development #Http #Https
Generating requirements.txt in PyCharm and Solving the "Externally Managed Environment" Error Generating requirements.txt in PyCharm and Solving the "Externally Managed Environment" Error When working on a Python project, managing dependencies is crucial for collaboration and deployment. One c 2024-10-22 Daily Logs > Debug Logs #Debug #Python #Tech #Tutorial #Full Stack Development
Solving Frontend and Backend Integration Issues in a Deployed React Application This is a blog about what annotation in java is. 2024-10-21 Daily Logs > Debug Logs #Debug #Tech #Tutorial #React #JavaScript #TypeScript #Frontend
intro to CORS (Cross-Origin Resource Sharing) I met a prolem with CORS while developing the frontend. Here is how I step by step get deeper and deeper understanding of CORS. Understanding CORS: A Developer's Journey from Confusion to Clarity As 2024-10-13 Daily Logs > Learning Logs #Debug #Tech #Tutorial #Full Stack Development #React #JavaScript #TypeScript #Frontend #CORS
deploy with v0.dev I am recently attending hackathon at Harvard. I was doing a project on personal assistant called moodeng, in the process I was trying to use AI tools as much as possible. I started trying cursor but h 2024-10-13
resources for graduate real variable I found that the PDFs online they all don't have content embedded with the file, so I added the content myself: - text_book - solution I am taking the MATH-GA.2430-001 Real Variables I, by Tristan Buc 2024-10-08 Daily Logs > Resources Share #Math #Analysis #Real Analysis #Functional Analysis #Measure Theory
Comments on Differential Geometry Class In the semester of 2024 Spring, I took Differential Geometry by Professor Hisham Sati. The course is undoubtedly intense and covers a broad range of advanced topics. Professor Sati has designed it wit 2024-05-17 Daily Logs > Courses Review #Courses Comments #Courses Review #differential geometry
Filling Gaps in Time Series I implemented this algorithm for filling gaps in a time series data. The full Repository is here: Repo, where you can check the paper my Professor Paparella published, based on which this algorithm is 2024-05-07 Daily Logs > Math > Numerical Method #Math #Numerical Method #Applied Math #Time Series #Algorithms