Nine technical seminars and workshops I attended for IT180L across my final year, ordered by how close they sit to the work I actually care about. Each entry is a short summary of what it covered and the takeaway I drew from it.
IoT & hardware
IoT in Action · From Concept to Connection
AWS Cloud Club PUP · John Paul C.·
Jan 27, 2026·
Competitive workshop·
Champion
A hands-on IoT competition run as a timed race. Teams moved through rotational stations to assemble microcontrollers, wire up sensors, and connect the devices to AWS, taking a bare concept through to a live, working build. Short talks set up the state of IoT and how AWS handles the cloud side of connected devices. My team won it.
Takeaway. The race rewarded getting the hardware, the firmware, and the cloud link working together against a clock, not any one piece on its own. It lined up with the IoT builds I have already done, and it was a good reminder that a connected system only counts once every layer talks to the next.
AI & agents
Global AI Manila AgentCamp 2026
Global AI Manila · Ziggy Zulueta·
Feb 20, 2026·
Hands-on workshop
A hands-on workshop on designing, building, and deploying intelligent agents with the Microsoft Agent Framework, using GitHub Workspaces and Azure to provision the environments. I built and deployed a working agent, one that orders pizza through an MCP server, ahead of the room, working through dependency and path errors in the provided scripts as I went.
Takeaway. The real skill on show was not the framework but reading error logs and fixing configs under time pressure. Debugging a broken setup quickly matters more than knowing the theory cold.
Trust & security
Leading Digital Transformation
JC Principe · CITO / CISO / DPO·
Jun 3, 2026·
Industry lecture
A C-level view of putting cloud, big data, AI, and IoT to work inside real business processes, with examples across banking, healthcare, retail, and agriculture, and a frank look at legacy systems and data privacy. The parts on protecting sensitive personal data in banking and healthcare landed as a genuine wake-up call.
Takeaway. Technology does not change things on its own; people using it do. The job is aligning a technical solution with the actual community or business problem, which is exactly what my Biñan City capstone is trying to do.
Agile & delivery
116th Agile Philippines Meetup
Agile Philippines · Brillantes & Escañan·
Feb 20, 2026·
Community meetup
The 116th run of the long-running Agile Philippines meetup, held at GCash's BGC office. A community night for Agile practitioners, from Scrum Masters and developers to project managers and students, to swap notes on how teams actually run software delivery day to day rather than how the framework says they should.
Takeaway. Hearing working Scrum Masters and project managers talk through where Agile bends under real deadlines was more useful than any by-the-book version of it. It maps straight onto how I work as a business analyst between users and engineers, and onto how my capstone team ran its sprints.
QA & testing
Quality at the Speed of Innovation
Tricentis / AIDT · Elbert Guintivano·
Mar 13, 2026·
Lecture
A session on continuous testing and how AI-augmented platforms automate end-to-end testing to manage risk and speed up enterprise releases. It made the case that shipping code fast is worthless if the code is broken or insecure.
Takeaway. I came away wary of fully closed-loop automation, where one AI writes the code and another tests it. Human verification is still the anchor of real quality assurance.
Data & visualization
Power BI Fundamentals
Florante Sangrenes · PUP·
Hands-on data lab
A hands-on lab on business intelligence: importing and cleaning messy data with Power Query, building relational star-schema models, writing basic DAX, and assembling interactive dashboards that tell a data story. When the desktop app would not run on my Linux laptop, I switched to the web version and kept up.
Takeaway. Generating incident data is pointless unless someone can see it. The lab gave me concrete ideas for the capstone, like heat maps and response-time tracking that local officials can read at a glance.
AI & cloud
Head in the Clouds · How AI Transforms Cloud Computing
Mapúa MCL CCIS Student Council · Bryl Kezter Lim·
Jul 4, 2026·
Seminar & Q&A
A seminar built on the premise that every AI breakthrough rests on a cloud foundation, working through how AI is reshaping cloud technologies, how those technologies power modern applications, and where the openings are for the next wave of tech professionals. The speaker's own track record, from shipping consumer apps to running a large developer community, kept it grounded in practice.
Takeaway. AI is a powerful tool when it is used well: not leaned on to replace what you can already do, but used to amplify it. Over-reliance is the failure mode; amplification is the point.
Infrastructure & connectivity
Philippine Telecommunication Summit 2026
DICT·
Feb 5, 2026·
Panels & industry Q&A
A summit on the future of Philippine connectivity: 5G expansion, fiber deployment, digital infrastructure, and legislation like the Konektadong Pinoy Act and the National Digital Connectivity Plan. The throughline for me was that even good code depends on physical network infrastructure actually reaching the user.
Takeaway. It exposed a real weakness in my capstone's assumption of stable 5G or WiFi. It pushed me to design for offline fallbacks, like standard phone routing, in areas with poor connectivity.
Trust & security
Proof of Effort · ERC-20 & On-Chain AI Agents
Danielle Meer·
Mar 14, 2026·
Lecture & gamified lab
An introduction to Web3, blockchain architecture, and decentralized finance, with a gamified platform where we interacted with smart contracts, pulled testnet tokens from a faucet, and saw how ERC-20 tokens work. It set a decentralized, immutable-ledger model of trust against the centralized relational databases I am used to.
Takeaway. A humbling reminder of how wide this field is and how much continuous learning it takes. A tamper-proof public ledger is a genuinely interesting design option for securing public-sector data.