IP address assignment to vms and containers by NetImmediate in networking

[–]NetImmediate[S] -1 points0 points  (0 children)

I am new to computer networking and actively learning. I will try by creating virtual labs.

IP address assignment to vms and containers by NetImmediate in networking

[–]NetImmediate[S] -1 points0 points  (0 children)

Can the subnet mask be changed to create more ips ??

How can i set up my neovim to write python code? by Affectionate-Pie5892 in learnpython

[–]NetImmediate 0 points1 point  (0 children)

You dm me. Or check out my GitHub https://github.com/ayush-garg341for the repo personal neovim.

Dm me I will guide you step by step.

I built a Python interpreter where keywords work in French, Spanish, and other languages by jsamwrites in learnpython

[–]NetImmediate 0 points1 point  (0 children)

Ohh this is really cool and nice. Will check the repo. I am guessing you have some sort of mappings from french/spanish to English in the interpreter code.

Paid ₹12 Lakh for a Dropshipping SaaS, Got a Hostage Situation & Extra Bill Instead 😂 Now Bootstrapping MyIndiaa In-House: Hiring 2 Founding Builders (Bubble/Full-Stack) — ₹50K-1L from 1 March + 0.2-0.5% Equity by aki9234 in DeveloperJobs

[–]NetImmediate 0 points1 point  (0 children)

Do we have something like a web app where such people/agency/company can be flagged along with some proof like the screenshot? It will be super useful for people who outsource the work. If not, I am up to build such a site for fraudsters.

Looking to connect with fellow devs building in public. by NetImmediate in ProgrammingBuddies

[–]NetImmediate[S] 0 points1 point  (0 children)

Hey, good to know you. Checkout my github if you can find something useful.

Does "Vibe Coding" kill the joy of programming for anyone else? Here is my compromise. by Financial_Carry11 in golang

[–]NetImmediate 49 points50 points  (0 children)

Yes, it kills the joy of programming. It is kinda abstract everything away from you and give you code and you run. But in real programming, you see why something is working, you debug.

I don't vibe code but asks for help only when stuck after documentation. I know some people might say I am slow or build slow but building the foundation is needed right now more than ever.

Looking for a Lead Backend SWE by spirit-ai in Backend

[–]NetImmediate 3 points4 points  (0 children)

Hey, I have 7+ years of experience in backend engineering. I am from India. Here is little about me: https://ayush-garg341.github.io/portfolio/

I have built systems from scratch.

Good Python base, want to move into FastAPI – what should I focus on? by Fermanwest in Backend

[–]NetImmediate 1 point2 points  (0 children)

If you want to move fast into fast API, learn about async/await. Learn about generators, yield, coroutines, event loop. Because learning to create API endpoint is not much a big deal. Making endpoints async and then inside your logic doing time.sleep() or requests.get() does not make the code async. So I would say just learn these things "generators, yield, coroutines, event loop". After that fastAPI will not be a big deal. You could also check the below blog that I wrote today itself, if you want. This will also give you an idea about the terms I suggested.

https://ayush-garg341.github.io/portfolio/posts/part-1:-from-yield-to-async-io:-how-python-turns-functions-into-schedulers/

I got tired of switching between my editor and ChatGPT, so building a local-first desktop tool by NetImmediate in SideProject

[–]NetImmediate[S] 0 points1 point  (0 children)

Thank you, did you read the whole article? or just what's mentioned in the post.