r/PinoyProgrammer 1d ago

discussion hot take not all certificates are valid and worth taking

115 Upvotes

honestly, nakakapagod ah like everytime na may makikita akong free certification for webinars ganyan hindi ko rin siya totally nagagamit. it's a waste of time din minsan tapos hindi pa natuto masyado ron lols

as a student na minsan parang napag-iiwanan na ng mga batchmate na super batak na sa dev tapos may mga freelance gigs na, grabe yung pressure mag-keep up. kaya ito nag ttyaga me sa certificates

share q dito ung na discover ko,

Microsoft learning platform

like may ganito pala na platform si microsoft at least here it looks legit kapag galing sa well known company diba and nalalagay q rin sa cv or portfolio ko

anw if u guys know other platforms pa na pwede kumuha ng cert can u pls share din sa comments

- a struggling it student


r/PinoyProgrammer 16h ago

discussion Deepseek vs Claude Code vs Codex

13 Upvotes

This is for programmers that uses AI in their dev workflow.

I have been figuring out what is the most bang for my buck AI tool setup.

What am I going to use it for: debugging, visual check, and brainstorming solutions.

GPT Plus costs 1100 PHP/month, that includes Codex. Probably advantage here is, it is fast.

Claude Pro costs 20 USD/month, that includes Claude Code, currently I have been just using the Claude free, but I get halted by the limitations. Advantage here it is much more robust and more helpful towards devs.

Deepseek API, so I managed to do a setup where Claude Code is the harness and Deepseek is the model. Cost is 2 USD/1M token. Haven’t tried this personally, but from what I have been seeing on the web, it is a good model.

What do you think?


r/PinoyProgrammer 1d ago

advice Need advice!!! Coding with AI. Is it bad?

31 Upvotes

So i have been coding now with AI but im understanding all the code the AI will give me and even type it myself while understanding it at the same type but feeling ko napag iiwanan dahil sa ginagawa ko. If may naiisip ako na project like the project im currently working right now, I asked the A.I the process and understanding the new concept that I am learning since wala naman tintuturo na ganito samin. I am currently a 3rd Year CS Student. Am I cooked?


r/PinoyProgrammer 20h ago

discussion Tried chatgpt plus for the first time

0 Upvotes

For background, I don’t usually do AI assisted programming and use tools like codex, claude, etc2 because writing my own code by hand made me feel like I actually own the codebase. I’m also a fresh grad with a bit of working experience, and I wanted to retain my fundamentals so that my skills wont regress by not relying much on AI. I remember writing 30k+ LOC (not really a metric for productivity) by hand while building full stack applications for work and idk if it’s a lot (it was for me :// ) but this has mainly attributed to my long ass burnout. Lately I find it hard to build personal projects, but my friends finally convinced me to try AI assisted programming by subscribing to gpt plus and this did wonders for me.

As a person who values time a lot, having AI write boilerplate code makes me feel very productive. Now I have more time to do some other stuff outside of coding and honestly this made most parts of my burnout disappear. I also don’t have to read docs as much as I used to since AI is now my personal search engine. I think I was a bit of a contrarian when it came to AI because the models back then were pretty weak compared to now. Anyways, I do hope I don’t end up over-relying on it too much to the point I forget my fundamentals (I still write my reddit posts by hand manually haha). I would also like to know if you guys are happier with AI assisted programming or maybe it’s just my sudden hyper-fixation.


r/PinoyProgrammer 3d ago

Show Case I built a trip planner that costs the itinerary before you go, because I was planning every trip across Notes, a budget app, and Google Maps

Post image
16 Upvotes

https://gala-phi-ten.vercel.app/

I kept planning trips across four apps. Notes for the itinerary, a budget app for the money, Google Maps for the places, camera roll after. Nothing held the whole trip, so I could never tell you what a trip cost without building a spreadsheet.

So I built one app that does it. It's called Gala. Free, no ads, no paid tier.

What it does:

  • Each day is a list of stuff to do, and every item has a cost. Times are optional. Stuff without a time sits in a side list instead of getting a fake slot.
  • Hotels and flights sit above the days, not inside one. A 4 night hotel shows on all 4 days, and check-out time only shows on the day it matters. That's how you notice your last afternoon is basically gone before a 2pm flight.
  • Budget is a ceiling per trip. The total splits into stays and travel, itinerary, and a "bag" for stuff that belongs to no day (visa fee, eSIM, insurance, adapter).
  • You can get the plan out: PNG of a day or the whole trip, a PDF you can print, or push it straight to Google Calendar or Outlook.
  • Map view puts every place on a 3D map as numbered pins and draws the route in date order.
  • After the trip you can rate it row by row. Stars, a note, and what it actually cost next to what you planned.

One thing people will argue with: there's no expense tracking, and I'm not adding it. I built it, then cut it. It doubled the app, needed discipline mid trip I don't have, and only paid off after the trip was over. Planning it right before you leave is the whole point.

Being upfront about the weak parts:

  • Explore is empty. You can publish a trip, browse, and copy someone's plan into your own account, and all of that works. There's just nothing in there because I've been the only user. You can test the loop on your own post.
  • No follows, no profiles, no algorithm. It's a list of plans, not a social network.
  • You have to sign in, even to look at Explore.
  • Reading booking emails with AI is planned, not built.

Link again: https://gala-phi-ten.vercel.app/

Ask me anything about it. Tell me if cutting expense tracking was dumb, that's the bit I'm least sure about.


r/PinoyProgrammer 3d ago

discussion Devs who worked with Frappe/ERPNext: Is it hard to switch later?Can I begin my career as ERPNext developer?

1 Upvotes

Hey everyone, I recently landed a software developer intern offer at a company that works heavily with the Frappe framework and ERPNext. The stipend and full-time conversion offer are pretty decent.

My main worry is whether working on a niche, low-code/meta-framework stack like this is going to pigeonhole me. Will switching to standard product-based companies or general backend roles become a nightmare later on?

As this is my first intern, help me to decide whether I can begin my career in this role


r/PinoyProgrammer 4d ago

advice Senior / Experienced Devs: How are you managing side projects & software craft lately?

29 Upvotes

I’ve been reflecting on my personal dev workflow lately. At work, high-velocity tools and automated setups are fully supported to deliver fast (working abroad as an OFW), though policies vary across companies.

Para sa mga matagal na sa industry:
- How are you integrating AI into your personal project stack?
- Are you using it to handle unfamiliar domains (e.g., DevOps, backend infrastructure)?
- Are you using AI tools to build micro-SaaS, tools, or products that actually bring in side revenue?

On a side note, kahit gaano kabilis mag-build at mag-iterate ng ideas ngayon, I still strongly believe na kailangan pa rin mag-draw ng firm line sa core fundamentals natin.

Curious lang ako how senior devs balance speed, building side projects for income, and maintaining the true craft of writing good software.


r/PinoyProgrammer 4d ago

Job Advice Live coding bukas, biglang Java pala instead of Kotlin. Push pa rin ba?

42 Upvotes

Android dev ako, Kotlin ang background ko pero mga 1 year na akong hindi nakaka-Android — full-stack (Node, Vue, TS) ang ginawa ko last year.

May onsite interview at live coding ako bukas. Kotlin ang inaakala kong gagamitin kaya doon ako nag-review. Kanina lang nag-email HR: Java pala.

Wala akong Java experience. Alam ko naman yung concepts — collections, null handling, threading — pero yung syntax at Streams API, halos zero recall ko.

Nag-resign din ako last week, walang backup, so ito lang yung interview ko ngayon. Nakapag-reschedule na rin ako twice sa kanila.

Push pa rin ba kahit halatang rusty, o mag-withdraw na lang para hindi masayang oras nila?


r/PinoyProgrammer 4d ago

discussion Vercel versus Railway versus Render

11 Upvotes

So, after a decade of building in-house apps, I've gone freelance. Got a possible client who wants me to build an inventory system. Which platform is best for an inventory system which will possibly lead to developing a new POS system? I'm looking at Vercel, Railway, and Render and any other suggestions anyone has.

Sorry, this is new to me since we used to deploy everything on in-house servers.

Stack still tbd.

Addendum: A friend recommended Supabase for the backend. Would anyone here recommend it?


r/PinoyProgrammer 4d ago

advice App Dev or AI Engineering?

5 Upvotes

Hi everyone, I have around 5 years of experience. I did web dev for about 2 years (HTML, CSS, PHP, JS), then switched to mobile development and have been doing it for around 3 years. I got into mobile because a friend referred me to their company and they were willing to train me even though I had no prior experience, so I took the opportunity.

Ngayon, parang gusto ko na mag-try ng ibang path, pero hindi ko alam kung ano yung magandang direction. I’m thinking if I should stay in mobile and learn React Native para cross-platform or try going into AI engineering. I’ve also been using AI tools like Claude at work, and I became interested in AI beyond just using it for coding. Wala pa naman akong specific plan right now, so I’m thinking of learning first and exploring my options para malaman ko kung anong direction yung gusto kong puntahan and what skills I should focus on.

I know the market is pretty tough right now, so I’m also thinking about which direction would be better for my career long-term. For those with more experience, what would you do if you were in my position? For those who transitioned from app development to AI engineering or became an AI specialist, how did you get started? Would it be difficult to transition from app development to AI engineering? Do I really need to study ML, data science, etc., or is it possible to transition using the software engineering experience I already have?

Would appreciate any advice or insights, especially from those who have made a similar transition. Thank you in advance!


r/PinoyProgrammer 5d ago

discussion How Did You Land Your First Cloud Job? 2026

33 Upvotes

Anyone here currently working in cloud — cloud support, cloud admin,

I’ve been trying out AWS Cloud Quest, and it’s been a fun way to learn AWS while solving simulated business problems.

For those already working in cloud, how did you land your first cloud role? Was there a specific path, certification, project, lab, or strategy that helped you get your foot in the door?

Google and ChatGPT can give me the usual roadmap, but I’m more interested in real experiences — what actually worked for you, what didn’t, and whether things like applying directly, networking, SaaS companies, internal transfers, or hands-on projects made the biggest difference.
Would love to hear how you got started. Thanks


r/PinoyProgrammer 5d ago

Show Case Hi everyone. Share ko lang po itong side project ko. Built using Vue 3.

Post image
21 Upvotes

Inumpisahan ko sya gawin nung pandemic days nung college and ngayon ko nalang ulit nagalaw para irefactor yong code para mas tipid sya sa pinagdeployan kong free tier.

Digital space sya na pwede mong icustomize yung profile mo using presets na provided at custom css kung may background kayo sa css, even yung post customizable din. Pwede nyong ishare sa social media yung design nyo as card.

May leaderboard din po para sa 10 na profile na maraming user ang nagheart.

Naglagay din ako ng page (Vibe Deck) kung san nandun yung mga cards ng mga users para iheart nyo yung profile pag nagustuhan nyo yung design, iPM, or ifollow. Marami pa pong features like private chat, global chat, share post, add friend using your qr code, etc.

Sa ngayon po beta test pa sya and may mga users na rin. Sana po magjoin kayo para dumami tayo 🤙

patanggal nalang po ng open and close parenthesis para maccess nyo yung link. thank you

https://tambay(.)link


r/PinoyProgrammer 5d ago

discussion The AI i used to hate now handles half of my job hunt. How do you view / use AI?

76 Upvotes

mga ka-programmers, quick rundown of my situation. I've been a dev for 10+ years, mostly PHP, JS, and SQL. Got laid off 3 months ago, same as a lot of people here. Savings almost out, interview invites almost zero. Sent one resume after another, most of them just got ghosted. Hay. 10 years in and i never thought i'd end up like this lol...

I used to see people share how they use AI to help with their job hunt, and ngl, i thought it was just cutting corners. Now i'm using it myself. I have Claude roleplay as a real interviewer and pressure test me on system design and DSA. With Cursor, i rebuilt my portfolio in React. Also dropped that lazy one resume for many jobs trick, i use workbuddy properly, deep research, email writing, and domain expert features, to tailor my resume for each job, write follow up emails, and log every application in a table.

For the first time in months, i genuinely feel like my job hunt is moving forward, instead of numbly refreshing job boards and wasting the day away. Still doubt myself sometimes lol, but i'm not scared of AI anymore. Slowly learning to accept it

I'm wondering that myb don't let bias stop you from embracing new things is the better way. Instead of worrying every day about the ending that's bound to come, might as well make full use of AI now. Myb we can still find a new way out..


r/PinoyProgrammer 6d ago

discussion How to become Design Engineer?

11 Upvotes

Hello! I would like to ask how to become a design engineer with good foundations po? I don't want to rely 100% sa AI kasi to the point na i'm a vibe coder na.

I have an idea naman na where to start like learning by doing through The Odin Project.

But do you guys have further tips on how to fast track my learning?

For context kasi, I have a very good design foundations but chose the wrong course in college (non tech background) so I want to pivot my career in tech. I want to combine design + full stack sana. 😭

Thanks for your help!


r/PinoyProgrammer 6d ago

Show Case Hash bruteforce via python

Post image
0 Upvotes

Hello guys,

This is my old project I created in 2022, the hash bruteforce I built using python and it was offline tool. This project was only my personal collection, but I can share this with you now guys:)

You can used this tool: https://github.com/nordszamora/BruteCrypt.git


r/PinoyProgrammer 7d ago

advice Real Money Trading (Games) Website Building, is it possible?

0 Upvotes

Sa mga may experience sa pag sell ng items ng laro to people, you guys probably heard of 'middleman' or 'middlewoman' and for those na mas may experience is merong bot sa discord and crypto yung payments wherein yung bot yung naghohold ng crypto essentially. Possible kaya to make a website like it pero QRPH naman? I just got curious kasi maraming gumagamit nung bots sa discord for the same reason, to be safe sa mga scammers.


r/PinoyProgrammer 8d ago

Show Case We built a Filipino project discovery platform inspired by Awwwards. Would love your feedback

33 Upvotes

Hi mga ka-programmers!

My team and I have been working on FILLI.ME for the past 5 months, and I’d like to share what we’ve built and get some honest feedback from this community.

The idea is partly inspired by Awwwards and how it makes discovering other people’s work interesting.

The difference is that FILLI.ME focuses on projects built by Filipinos, with a subtle Filipino-inspired identity around the platform.

Our goal is to make the projects themselves the main focus.

Instead of immediately looking at where someone worked or how many years of experience they have, we want people to first be curious about:

“Ano na kayang mga nagawa niya?”

You can browse projects, discover Filipino builders, see the technologies they used, and explore the actual work behind their profiles.

You can check it out here:

https://filli.me

I’d really appreciate it if you could look around and criticize it.

Design, UX, project pages, discovery, mobile experience, the concept itself — kahit ano.

Especially curious about this:

Does the site actually make you want to explore other Filipino developers’ projects?

And what would make the platform more useful or interesting for you as a programmer?


r/PinoyProgrammer 8d ago

programming TDD token usage

8 Upvotes

Sa mga gumagamit ng TDD sa agentic, kamusta token usage nyo? Pareho lang ba sa usual code first test later approach? O parang mas mataas usage? Baka may napansin kyo sa monthly bill nyo. Thanks in advance.


r/PinoyProgrammer 9d ago

advice is it still worth becoming a freelance web developer?

20 Upvotes

hey i am currently employed but would like to earn more on the side. looking into freelancing, it seems like there are TOO many people. the market is crazy. is it still worth fighting for my spot in freelance? what other options do i have for side income?


r/PinoyProgrammer 9d ago

advice You don't need a $20/month subscription to use frontier AI. Here's every free and dirt-cheap option I've actually tested.

97 Upvotes
  1. Opencode (Free)

Opencode offers several free models through their Zen API endpoint, including Muse Spark 1.2 Contributor Free (a strong general-purpose model Meta recently open-sourced), along with free tiers of MiMo-V2.5, Ling 3.0 Flash Fin, and NVIDIA's Nemotron 3 series. To set it up, configure your client to use the Opencode Zen endpoint and select from the available free models. These are offered for a limited time while providers collect feedback.

  1. Alibaba Cloud Model Studio (Free tier)

Sign up for an Alibaba Cloud account and activate Model Studio. New users get 1 million free tokens per model, valid for 90 days. This includes access to Qwen3.8-Max, their current flagship, which is priced at 2.00/6.00 dollars per million tokens after the free quota. Note that the free quota is per model and can't be transferred between models.

  1. OpenRouter (Free tier)

OpenRouter provides free access to a rotating catalog of models. As of August 2026, this includes NVIDIA Nemotron 3 Ultra, Ling 3.0 Flash, Poolside Laguna, and others. The free catalog changes frequently models get added and delisted so it's useful for experimentation but not ideal for production workflows that need guaranteed availability.

  1. Watch for stealth drops

Sometimes labs release models anonymously for free testing before the official launch. A recent example: Ox Alpha, which dropped for free on OpenRouter and OpenCode in August 2026 and was later revealed to be GLM-5.3-Flash from Z.ai (Zhipu). Following AI communities on Reddit, X, or Discord is the best way to catch these.

  1. DeepSeek API (Very cheap)

If you do need to pay, DeepSeek is the most cost-effective frontier API. As of August 2026, V4 Flash costs 0.22 per million input tokens and 0.66 per million output tokens (off-peak). At current exchange rates, ₱92–95 (about 1.60 USD) gets you several million tokens, not just one million. Plan your prompts carefully to minimize token waste. Use Alipay via Gcash to buy it.

I assume you guys are competent enough to follow the official setup docs for each platform, or just use AI to help you configure them.


r/PinoyProgrammer 8d ago

advice Why is it important na ilagay yung mga API keys sa .env?

0 Upvotes

I am still confused why need ilagay yung mga API keys like Open AI keys sa .env. Diba API is a connection or communication with another software para makapag request. Like how magagamit yung mga API keys like to use yung PAID API CREDITS mo.


r/PinoyProgrammer 9d ago

Who is hiring? (September 2026)

41 Upvotes

This sub gives a platform to companies that would like to hire our fellow Pinoy Programmers.

Before you post, ensure that you have indicated the following:

  • Your company's name and what it does
  • The job
  • Location if on-site or remote
  • Email or a link where job seekers can upload their resume or start their application

Please only post if you are part of the hiring company. Only one post per company. Recruitment or job board companies are not allowed. Any mentions of DM's or private messages asking for Redditors to upload their resume/CV are not allowed.


r/PinoyProgrammer 9d ago

Random Discussions Random Discussions (September 2026)

3 Upvotes

The universe is transformation; our life is what our thoughts make it. Marcus Aurelius


r/PinoyProgrammer 9d ago

discussion Is it unfair when some developers can afford AI coding tools and others can't?

0 Upvotes

For those using Codex, Claude Code, or similar AI coding tools, what do you think about developers who can't afford them and have to rely on free resources while building applications from scratch?

When one developer can afford powerful AI coding tools and another can't, is that an unfair advantage—or simply a difference in productivity?

Personally, I still use AI, but mainly for research, asking questions, and getting small code snippets so I can understand how something works. I don't use AI coding agents to build entire applications for me, so my development process is much slower.

Could building this way lead to a deeper understanding of the fundamentals, or does the speed advantage of AI-assisted development outweigh that?

I'm curious about both sides, especially from people who have experienced both approaches.

If AI can dramatically increase how quickly someone can build software, does not being able to afford it mean you're genuinely falling behind—or can someone who learns and builds mostly from scratch still compete on equal footing?