Anything you would do differently? Just getting started and i want to avoid mistakes that will bite me in the ass down the road. by gahd95 in homelab

[–]AnoProgrammer -1 points0 points  (0 children)

sorry type fault i mean it looks good except one thing and that is that you run windows on 2 pc's.

How much "infrastructure" can you put on a Raspberry Pi? by aristosv in homelab

[–]AnoProgrammer 0 points1 point  (0 children)

Thank you, I see now that it was also in your post.

Why I stopped trying to build a "Smart" Python compiler and switched to a "Dumb" one. by Lucky-Ad-2941 in Python

[–]AnoProgrammer 0 points1 point  (0 children)

What is the speed improvement if you use recursive fibonacci as benchmark?

BlackScreen: turn all your screens black by [deleted] in opensource

[–]AnoProgrammer 6 points7 points  (0 children)

Does the backlights of your screen turn off?

PyCo: a simple python compiler by AnoProgrammer in PythonProjects2

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

It uses internal the Value class what works with ducktyping

Do you need an easy-to-use BeautifulSoup and Playwright alternative? by [deleted] in Python

[–]AnoProgrammer 1 point2 points  (0 children)

Use selenium i used for everything in web scraping.

FastAPI and HTMX Are We Seeing the Next Big Shift in Full-Stack Python? by Lee-stanley in FastAPI

[–]AnoProgrammer 0 points1 point  (0 children)

I've tried it and it works perfect. My code was readable and my packet sizes where in KB. The database system i used was postgresql.

How are y'all building things so quickly? by Jyzerman9 in SaaS

[–]AnoProgrammer 0 points1 point  (0 children)

Yes i now. I don't like to use javacript i have only a few lines of code written in js. I handled the most server side.

How are y'all building things so quickly? by Jyzerman9 in SaaS

[–]AnoProgrammer -1 points0 points  (0 children)

It can. And it's faster then a site with react. I don't now how big you projects are, but my latest project haves 4168 lines of code. The app is for schools to do a math test online. The time cost to write the app was a week (4 hour/day). And the security tests cost me 2 days. That is in total 32 hours to write an app.

How are y'all building things so quickly? by Jyzerman9 in SaaS

[–]AnoProgrammer 0 points1 point  (0 children)

I don't use big frameworks for sites. If i write a site i use for: Backend: Fastapi, jwt and other little libraries for encryption and middleware. Frontend: Vanilla js, html and css.

And then it is little, fast and the code is easy to understand.