
Intro to Hardware – Arduinos and ESP – talk slides
Presented in-person on day 2 of GDG DevFest Brunei 2023
http://blog.thewheatfield.org

Intro to Hardware – Arduinos and ESP – talk slides
Presented in-person on day 2 of GDG DevFest Brunei 2023

Tales from a Remote Worker – talk slides
This was presented on day 1 of GDG DevFest Brunei 2023 which was held remotely (day 2 and 3 will be in fashion hybrid)
Continuing on from webhooks of the last meetup we covered APIs in this December’s meetup before breaking into chatting about setting up a developer environment after trying to go through setting up GRPC on a XAMPP VM (unsuccessfully 😢)

Presentation notes

This month we held the meetup at iCentre thanks to the folks at DARe!

Topic of the month was webhooks with and some interesting links for the night

For the #fixBruneiWebsites session, I took a look at the Telbru website that I mentioned in this tweet having weird horizontal scroll behaviour
That seemed to be fixed with a max-width: 100% definition. Full write up of investigation and ways to check and fix it to come soon!

We saw a couple of new facings and a couple old ones but it was a great time! On to next month as we finish end off the year! 🚀
Intro slides for the night which include upcoming tech related events happening in Brunei!
A talk I gave at Brunei Geek Meet on the 29th April 2016 as a follow up to our Data Hackathon about my journey of creating a Brunei map and and bus routes
slides.com/thewheat/mapping-brunei
Links from the talk
As part of Brunei Geek Meet meetup on the 9th Sept 2015. Seems that I forgot to post this such a long long time ago
http://slides.com/thewheat/puppeteering/
This is essentially an intro to Vagrant and an intro to Docker slide decks combined into one. These slides were prepared for GDG DevFest 2014 but was cancelled last minute. Best not let the slides go to waste.
Is that a Vagrant in your Computer? (Using Vagrant to set up your environment)
http://cornergeeks.github.io/vagrant-docker
Computer Whaling (Using Docker to set up your environment)
Thanks to Tru-Synergy for hosting Brunei Geek Meet #4 and thanks for all those who attended! It was a much better turn out than I expected and hope for more meetups to come!
thewheat.github.io/presentation-open-source-involvements
thewheat.github.io/presentation-testing-tdd-bdd-wth
On the 15th of February the Google Developer Group (GDG) Brunei held a Dart Flight School at DST’s Signature Store.
Dart is a new language that learns from Javascript and adds features that are missing in Javascript such as classes and optional static typing. It aims to provide a better developer workflow and efficiency, better performance vs Javascript and can compile to Javascript in order to be deployed anywhere.
I prerecorded an “Intro to Dart” video just in case as with all things, technology can be troublesome at times =)  There is also a 4 hour long Hangouts on Air recording of the entire event
The code labs served as a way to learn Dart and it is even deployable on Heroku. We also covered a bit of Angular JS with a work in progress AngularJS intro project on GitHub.
All in all, Dart seems compelling that it is more performant compared to Javascript, can be compiled to Javascript so you reap the development benefit while still maintaining deployability via Javascript, having a single language for both client and server and adding ‘modern’ features added to Javascript make it easier to develop in. Certainly an alternative to Javascript+Node and perhaps something to use in a future project.