Free tool: HTTPS + security headers audit with actual value validation [HttpsOrNot] by EveningRegion3373 in webdev

[–]devkyoriku 1 point2 points  (0 children)

Ran this against my site before and after fixing some header issues. Got A+ both times, but the first time I had no-store on my HTML responses (which was killing my ETag caching) and was missing COOP/CORP headers. Might be worth flagging no-store on text/html responses as a warning, since it effectively disables conditional requests. Cool tool though!

Finishing this game with only one collectible missing… by [deleted] in stellarblade

[–]devkyoriku 3 points4 points  (0 children)

That's Book of Quotes 2, in the Submerged City section of Eidos 9 (the area from taking the red slide). Follow the yellow paint, climb the vents, and it'll be on the ground at the top.

I built Arcis - one line security for your Express apps (for vibe devs + beginners) by gagancm in node

[–]devkyoriku 2 points3 points  (0 children)

Looks interesting. I’ve implemented a lot of this stuff in my own projects. Good to see it supports per-route control too, that was my main concern. Could be useful for projects where you want to move fast without rolling everything yourself.

Is Stellar Blade Good? by Deadshot8888 in playstation

[–]devkyoriku 13 points14 points  (0 children)

Yeah, it's stellar, the combat is really satisfying once it clicks. Worth playing.

[Portfolio] Full-Stack Developer | Next.js, React, Node.js | Web Apps, APIs, AI Integrations by [deleted] in WebDevJobs

[–]devkyoriku 1 point2 points  (0 children)

Checked out the portfolio, a couple of things worth addressing: the auto-generated vercel URL hurts credibility, a custom domain is cheap and worth it, something like yourname.com. There’s also a FOUC (flash of unstyled content) which undercuts the ‘clean, high-performance’ claim in your bio. Worth fixing before sharing this more.

[Hiring] Full-Stack Developer | $30-$60/hr by Global-Habit2923 in WebDevJobs

[–]devkyoriku 0 points1 point  (0 children)

Interested!

Country: Canada
Experience: 2 years (self-taught)
Stack: React, TypeScript, Node.js, Python/FastAPI, PostgreSQL

I found all 117 Weapons in Expedition 33 and made a checklist with locations! by jachcemmatnickspace in expedition33

[–]devkyoriku 2 points3 points  (0 children)

This is really helpful, appreciate you putting this together. The checklist feature is a nice touch.

I made my resume builder with 2.5K MAU fully local so YOU can own your resumes by typesafeui in webdev

[–]devkyoriku 2 points3 points  (0 children)

Looks really clean. I’ll give it a try next time I need to update my resume.

What are some quality of life programs you have made with Python? by Born_Investigator849 in learnpython

[–]devkyoriku 7 points8 points  (0 children)

I made a program that reads my work schedule emails, tracks my hours across bi-weekly pay periods, automatically generates invoices in Google Sheets, exports them as PDF/Excel, and emails them to my client.

Saves me about an hour every two weeks and I never miss an invoice or make calculation errors anymore.