<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nicole Amoguis</title>
    <description>The latest articles on DEV Community by Nicole Amoguis (@cog_dev_15).</description>
    <link>https://dev.to/cog_dev_15</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3934512%2Fb90d5a38-0839-4667-a689-5230f6a8f76c.jpg</url>
      <title>DEV Community: Nicole Amoguis</title>
      <link>https://dev.to/cog_dev_15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cog_dev_15"/>
    <language>en</language>
    <item>
      <title>From Student to Software Engineer: My First Year in the Industry</title>
      <dc:creator>Nicole Amoguis</dc:creator>
      <pubDate>Sat, 16 May 2026 09:15:59 +0000</pubDate>
      <link>https://dev.to/cog_dev_15/from-student-to-software-engineer-my-first-year-in-the-industry-377</link>
      <guid>https://dev.to/cog_dev_15/from-student-to-software-engineer-my-first-year-in-the-industry-377</guid>
      <description>&lt;p&gt;I grew up in Bohol, Philippines a place more known for tarsiers and white &lt;br&gt;
sand beaches than tech startups. Getting into Computer Science at Bohol Island &lt;br&gt;
State University felt like the first bet I placed on myself. I had no senior &lt;br&gt;
dev in the family to ask questions, no local tech community to lean on. Just &lt;br&gt;
a laptop, a dream, and a lot of Stack Overflow tabs.&lt;/p&gt;

&lt;p&gt;This is an honest account of what happened between opening my first IDE and &lt;br&gt;
landing my first real software engineering job.&lt;/p&gt;

&lt;h2&gt;
  
  
  Starting Earlier Than Expected
&lt;/h2&gt;

&lt;p&gt;Most students wait until graduation to start working. I didn't have that luxury or maybe I just didn't want to wait.&lt;/p&gt;

&lt;p&gt;In 2021, during my second year, I landed a Frontend Developer role at Yaramay &lt;br&gt;
Corp. I was still attending classes, submitting requirements, and cramming for &lt;br&gt;
exams, while also shipping real code for a real company. It was chaotic. Some &lt;br&gt;
weeks I didn't sleep well. But it taught me something no classroom could: &lt;br&gt;
&lt;em&gt;how to deliver under pressure&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;That experience rewired how I approached my studies. Every data structures &lt;br&gt;
lesson suddenly had context. Every algorithm felt less abstract. I wasn't just &lt;br&gt;
learning to pass, I was learning to build.&lt;/p&gt;

&lt;h2&gt;
  
  
  Graduation Didn't Feel Like an Ending
&lt;/h2&gt;

&lt;p&gt;When I finished my BS Computer Science in 2023, I expected to feel relieved. &lt;br&gt;
I mostly felt anxious.&lt;/p&gt;

&lt;p&gt;The job market doesn't hand you anything just because you have a diploma. &lt;br&gt;
I had two years of real work under my belt, but I still questioned whether &lt;br&gt;
I was &lt;em&gt;actually&lt;/em&gt; ready to call myself a software engineer.&lt;/p&gt;

&lt;p&gt;Spoiler: imposter syndrome doesn't wait for you to graduate. It just changes &lt;br&gt;
its costume.&lt;/p&gt;

&lt;h2&gt;
  
  
  The First Real Job After School
&lt;/h2&gt;

&lt;p&gt;I joined ZongHa Technologies as a Software Engineer a few months after &lt;br&gt;
graduation. My first full-time role. My first real taste of what production &lt;br&gt;
systems look like when things go wrong at 2AM.&lt;/p&gt;

&lt;p&gt;A few things that hit differently in the real world:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code review is not an attack.&lt;/strong&gt; My first PR came back with 12 comments. &lt;br&gt;
I took it personally for about 10 minutes, then realized every comment was &lt;br&gt;
making the code better. Now I actually look forward to reviews.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reading other people's code is a skill.&lt;/strong&gt; School trains you to write code. &lt;br&gt;
The industry demands that you read, understand, and extend code written by &lt;br&gt;
someone who may no longer be on the team. This is genuinely hard and genuinely &lt;br&gt;
important.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Communication matters as much as code.&lt;/strong&gt; I worked with a team across &lt;br&gt;
different schedules. Knowing how to write a clear async update, flag a blocker &lt;br&gt;
early, or explain a bug without blame these were skills I had to build &lt;br&gt;
deliberately.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack That Shaped Me
&lt;/h2&gt;

&lt;p&gt;At ZongHa I worked heavily with Laravel and React. At KODA Kollectiv, where &lt;br&gt;
I later moved into a Fullstack + DevOps role, that expanded into Next.js, &lt;br&gt;
PostgreSQL, Redux, AWS (EC2, RDS), and Dokku for containerized deployments.&lt;/p&gt;

&lt;p&gt;Going from "I know how to build a UI" to "I understand how this UI gets &lt;br&gt;
deployed, scaled, and monitored" was one of the biggest jumps of my career. &lt;br&gt;
DevOps used to feel like a different profession. Now I see it as just being &lt;br&gt;
responsible for what you ship.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'd Tell Student-Me
&lt;/h2&gt;

&lt;p&gt;If I could go back to 2019-me sitting in a BISU lecture hall:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Start building things before you feel ready.&lt;/strong&gt; You will never feel ready.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your first job will teach you more than your last year of school.&lt;/strong&gt; 
That's not a knock on school it's just a different kind of learning.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Geography is not a ceiling.&lt;/strong&gt; I'm from Bohol. I work with clients and 
teams globally. The internet doesn't care where you're from.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Take the freelance project. Take the internship. Take the scary role.&lt;/strong&gt; 
The worst outcome is learning something.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Still Going
&lt;/h2&gt;

&lt;p&gt;I'm still early in this career. I'm still taking Coursera courses on nights &lt;br&gt;
I have energy left. I still google things I feel like I should know by now. &lt;br&gt;
That's fine. That's just the job.&lt;/p&gt;

&lt;p&gt;If you're a CS student in the Philippines wondering whether someone from a &lt;br&gt;
provincial school can make it in this industry I hope this post is a small &lt;br&gt;
answer to that question.&lt;/p&gt;

&lt;p&gt;You can. Start now.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Nicole Amoguis is a Fullstack Engineer and DevOps practitioner based in &lt;br&gt;
Bohol, Philippines. Connect on &lt;a href="https://github.com/viltlaravel" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; or &lt;br&gt;
reach out at &lt;a href="mailto:nicoleamoguis15@gmail.com"&gt;nicoleamoguis15@gmail.com&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
