SShortSingh.
Back to feed

Developer Launches Public Build Log for Web3 Project BOINKO on DEV Community

0
·1 views

A developer has joined DEV Community to publicly document the building of a Web3 project called BOINKO, which has been in development for about a year. The project has involved designing games, building web applications, experimenting with NFTs, and solving infrastructure challenges. Not all ideas succeeded — some failed outright while others required complete redesigns before gaining traction with users. The developer aims to share not only successes but also mistakes and lessons learned along the way. Upcoming posts will focus on topics related to building Web3 applications.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Builds Custom Bash-Like Terminal in C++ Without Standard Libraries

A developer has begun building a custom bash-like terminal from scratch using C++, documenting the process in a series of devlogs. The project deliberately avoids standard C++ libraries to gain hands-on experience with low-level programming and microcontrollers. To manage memory safely, the developer created a custom 'carr' struct to handle char pointer allocation, expansion, and cleanup manually. Custom command names like 'here' and 'go' were chosen instead of traditional Unix equivalents such as 'pwd' and 'cd' to give the terminal its own identity. The project is ongoing, with future devlogs planned to cover additional design decisions and trade-offs encountered during development.

0
ProgrammingDEV Community ·

Senior Dev Relies Heavily on AI for Angular Project, Questions Own Skills

A developer with five years of experience and a senior title was assigned to build an Angular application at work, but has relied extensively on AI tools to write and review code throughout the project. The developer grants the AI full codebase access but maintains control by reviewing all suggestions before applying any changes manually. Their manager is aware of this workflow and remains satisfied, as tickets are consistently closed on schedule. With the app nearing completion, the developer admits to having learned little about Angular itself and questions whether that matters. The experience has sparked a personal dilemma about professional identity, skill ownership, and whether heavy AI assistance makes someone a less legitimate developer.

0
ProgrammingDEV Community ·

Developer builds open-source widget to show how much heat a PC pumps into a room

A developer created HeatLens, a free desktop widget, after finding no existing tool that translated PC power draw into room heat metrics. The app converts live wattage readings into BTU per hour, session heat totals, and rough exhaust airflow estimates, using the simple formula BTU/hr ≈ watts × 3.412. It pulls sensor data from LibreHardwareMonitor, nvidia-smi, and Linux RAPL, with labeled fallbacks when direct power sensors are unavailable. Built with Python and Tkinter, HeatLens is available as a portable executable for Windows and Linux under an MIT license on GitHub. The developer notes it is not a substitute for a plug-in wall meter and advises treating its readings as contextual estimates rather than precise measurements.

0
ProgrammingDEV Community ·

Developer Builds Retro-Style Personal Website as Tribute to Cat Juma

A developer created a personal tribute website dedicated to their cat, Juma, as part of DEV Community's Weekend Challenge: Passion Edition. The project aimed to recreate the nostalgic aesthetic of the early internet era. It was built using foundational web technologies — HTML, CSS, and JavaScript — to achieve its retro look and feel. CSS was used for animations, gradients, and responsive design, while JavaScript powered interactive effects like falling stars. The developer shared the source code publicly on GitHub but opted out of prize category submissions.