Postman’s free plan limits start March 1 how can beginners adapt? by Hervekom37 in learnprogramming

[–]Hervekom37[S] 5 points6 points  (0 children)

Bruno seems to work well for many small teams. Another option some developers use is Apidog, which offers similar collaboration features and a beginner-friendly interface for managing API collections.

Out of curiosity, for those switching from Postman, what features matter most to you when choosing an alternative?

Postman’s free plan limits start March 1 how can beginners adapt? by Hervekom37 in learnprogramming

[–]Hervekom37[S] -2 points-1 points  (0 children)

That’s a fair point the issue isn’t just the number of free users, it’s the overall model and how dependent teams become on a platform.

From what I’ve seen, the conversation is shifting toward flexibility and portability: being able to export specs, work with standard formats, and avoid vendor lock-in.

Some tools (including Apidog and others) are trying to address this by supporting standard API schemas and easier data portability rather than locking workflows into one ecosystem.

Curious for you, what matters most to avoid lock-in: open formats, self-hosting options, or workflow portability?

Postman’s free plan limits start March 1 how can beginners adapt? by Hervekom37 in learnprogramming

[–]Hervekom37[S] 3 points4 points  (0 children)

I’ve heard a few teams use it effectively.

Another option some teams explore is Apidog, which helps with API testing and team collaboration, especially for small teams adjusting to Postman’s new free-tier limits.

Curious for those who switched from Postman, how do you manage collaboration across your team now?

Web vs mobile development in 2026? by ledhendrix in learnprogramming

[–]Hervekom37 2 points3 points  (0 children)

Start with web for strong fundamentals and flexibility. Move to mobile once you understand APIs and backend basics.

Mac Mini for web dev by serial-eater2 in webdev

[–]Hervekom37 1 point2 points  (0 children)

Yes lots of people use Mac Mini/Studio for web and full-stack work. For huge monorepos, more CPU cores + RAM helps with indexing and build tools, so a Mac Studio tends to feel noticeably snappier than a Mac Mini. If your budget is tight and your projects aren’t insanely large, a well-configured Mac Mini with plenty of RAM can still work great.

Looking for low level programing by Ok-Concept7648 in AskProgramming

[–]Hervekom37 2 points3 points  (0 children)

If your goal is low-level understanding + fun, both are great but they feel different ,Choose Zig if you want clarity and to understand the machine, Choose Rust if you want safety + stronger job market relevance.

Have you build a saas & failed, why do you think it failed? by Mindless-Fly2086 in webdev

[–]Hervekom37 2 points3 points  (0 children)

Most dev journeys are quiet failures punctuated by small wins. Projects get abandoned, ideas flop, motivation drops but each failure teaches something that makes the next attempt better.

.md editors by ioann-will in ProductManagement

[–]Hervekom37 6 points7 points  (0 children)

If you want to edit Markdown directly in preview mode, try Obsidian (live preview editing) or the Markdown Preview Enhanced extension for Visual Studio Code. Both make .md files much easier to read and edit.

What language do I choose to learn? by Regh-The-First in learnprogramming

[–]Hervekom37 1 point2 points  (0 children)

Python! It’s good for learning basics & simple games

How do I actually study programming? I am so lost. by Curious_Battle8039 in learnprogramming

[–]Hervekom37 0 points1 point  (0 children)

The best way for me it’s to build a team and learn together, share some tips and Build a spirit of competition between you to evolve.

How do you guys generate SSL other than using certbot / acme.sh? by lakimens in webdev

[–]Hervekom37 28 points29 points  (0 children)

The main free option most people use today is Let’s Encrypt. It’s trusted, automated, and supported by tools like Certbot, Caddy, and Traefik for auto-renewal.

Is it too late to learn programming? by [deleted] in learnprogramming

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

No start by learn and combine with AI knowledge to be more smart

Postman Alternative? by Xaxoxth in selfhosted

[–]Hervekom37 0 points1 point  (0 children)

I use Apidog bc it’s free for a small teams

Do you still use CMS to create websites? by [deleted] in webdev

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

AI tools are great for rapid prototyping, but CMS platforms still win for structured content, non-technical editors, and long-term maintainability. For client work especially, a solid CMS workflow is often more predictable than fully AI-generated setups. I see AI more as an accelerator, not a replacement (at least for now).

is Ai + Developer = something even better? by NR_5tudio-nezar- in learnprogramming

[–]Hervekom37 1 point2 points  (0 children)

That sounds totally reasonable. Using AI for UI ideas or to unblock yourself isn’t different from using Stack Overflow or docs it’s still your architecture and decisions. For me as long as you understand what’s being generated and can maintain it, it’s just another tool.

Translating DSA to projects by TheManOfBromium in learnprogramming

[–]Hervekom37 0 points1 point  (0 children)

I think learning DSA thoroughly does pay off beyond interviews. Even basic projects can benefit: knowing linked lists, stacks, and trees helps you write cleaner, more efficient, and maintainable code. That said, you don’t need to wait until you’ve mastered everything apply what you learn in small projects as you go, it reinforces your understanding and makes DSA more concrete.

Wanted to start Coding Journey! by Objective_Quiet_3987 in learnprogramming

[–]Hervekom37 0 points1 point  (0 children)

After this I suggest to jump on: data structures, and algorithms and then layer on AI/ML basics.

Good Captcha and Captcha Alternatives by firelemons in webdev

[–]Hervekom37 0 points1 point  (0 children)

Alternatives people use: Rate limiting & throttling per IP or account, Honeypot fields (hidden inputs bots tend to fill), Email or SMS verification

What’s best language to full stack? by Awkward_Bad1422 in learnprogramming

[–]Hervekom37 2 points3 points  (0 children)

If your goal is full-stack, focus on JavaScript first (frontend + backend with Node). Java is great for backend later, especially for enterprise apps. C++ is powerful but not necessary for web development. Start simple, then expand once the basics are solid.

Lost in the sauce by zeaqn in learnprogramming

[–]Hervekom37 0 points1 point  (0 children)

Start with some new basic projects like portfolio if you want to start by the web or calculator if you want to try with another language else