Mar 30, 2024
StackLeague First Meetup 2023
I got the opportunity to join the first StackLeague meetup in Iloilo City last July 1, 2023. We had a cool session talk, followed by a coding contest workshop. I managed to solve one problem and scored a mouse pad as a sweet reward!
Lunch break! 🕛😋
On the right (that's me!) mingling with some fellow technology enthusiasts, getting to know each other during the lunch break.
Photo op! 📸
Photo op with the speakers, and aspiring developers/technology enthusiasts from different universities in Region VI – Western Visayas during StackLeague Meetup in Iloilo City.
Reels: 🎞️
OTHER POSTS
Arduino Project 2: Controlling an LED with a Button
This project demonstrates how to control an LED using a push button with an Arduino UNO. The button will act as the input, and the LED will serve as the output. By pressing the button, we will turn the LED on, and by releasing it, the LED will turn off. This experiment introduces the basic concepts of input and output control using Arduino components.
Read more →Arduino Project 1: Button State Detection
In this beginner-level Arduino project, we will utilize a simple push button to interact with the Arduino UNO board. The goal is to detect whether the button is pressed or not, with the state displayed on the Serial Monitor. This project serves as an introduction to reading digital input signals using an Arduino and understanding the basic concepts of input-output mechanisms in electronics.
Read more →How to Build and Publish NPM Package step-by-step.
Building and publishing an NPM package is a great way to share your code with others. Here's a step-by-step guide on how to create, build, and publish your package.
Read more →