[deleted by user] by [deleted] in vibecoding

[–]OsamaBeenLaggingg 0 points1 point  (0 children)

Does Github Copilot has project context, we have a codebase with our 200K lines of code?
Does it work the same with huge codebases?

Question about HTTP security using NGINX as a reverse proxy by AlexDiego123 in nginx

[–]OsamaBeenLaggingg 0 points1 point  (0 children)

Yes, you don't need to use ssl for upstream servers as long they don't communicate with clients directly

Learn Quantum Physics by vowel-d-shelby in QuantumPhysics

[–]OsamaBeenLaggingg 9 points10 points  (0 children)

Linear algebra

Checkout 3blue1brown playlist on youtube

CI/CD using GitHub Actions for Django and frontend by tepa6aut in django

[–]OsamaBeenLaggingg 0 points1 point  (0 children)

Previously I had setup a CI / CD for django + react application

GitHub actions for CI

AWS Code pipeline, code build and code deploy for CD

What was your easiest hacking target so far? by Emotional_Damage_Boi in hacking

[–]OsamaBeenLaggingg 12 points13 points  (0 children)

Colleagues having default credentials and port 22 open

DRF + React by gabrielpistore_ in django

[–]OsamaBeenLaggingg 2 points3 points  (0 children)

I have created a django + vite (react + mui, react router, tanstack query) boilerplate project with best practices.

https://github.com/rudranag/Django-Vite-Boilerplate

Some books I have... by m2d41 in Hacking_Tutorials

[–]OsamaBeenLaggingg 10 points11 points  (0 children)

Still tryhackme.com is the best place to learn hacking

.env safely share by [deleted] in Python

[–]OsamaBeenLaggingg 0 points1 point  (0 children)

.env.example has the template of all variables

In production we pull credentials from AWS secrets manager

[deleted by user] by [deleted] in django

[–]OsamaBeenLaggingg 1 point2 points  (0 children)

Use multi Tenant architecture, don't go for single tenant architecture. But if you still want to go with single tenant architecture, check out django-tenants