About:

Gil Creque is a Senior Software Engineer at Codecraft Works, leading software development for an NSF-backed education platform. A UCF graduate, they specialize in Angular, Firebase, Google Cloud, AWS, and STEM education.

Website:

Specializations:

Incoming Links:

Outgoing Links:

Manton Reece
Subscribe to RSS:
The blog post provides notes from the Space Coast Sec Show and Tell event, highlighting various devices and software tools related to wardriving, Wi-Fi sniffing, and electronics design. Key tools mentioned include Kismet, Wigle, F...
The blog post discusses how to concatenate a codebase's source files into a large text file with annotations, and then use Google AI Studio/Gemini to find ways to refactor the codebase. The author shares their experience of doing ...

0Trying Out OpenCode

2025-07-16

...
The blog post discusses how to manage overwhelming Discord servers by muting channels that you are not interested in. It provides step-by-step instructions on how to hide channels, mute individual channels or categories, and preve...
The blog post discusses an error encountered while trying to submit a build to Google Cloud. The error message indicates a permission issue related to accessing storage buckets. The author provides steps to resolve the issue, incl...
Firebase announced support for hosting Astro projects, great news for developers. Author shares solution to display Astro SSR project on Firebase. Key parts include enabling webframeworks, initializing hosting, and using middlewar...
...
After upgrading firebase-admin, firebase-functions, and typescript, the author faced an issue where functions.config() was returning an empty object. After hours of troubleshooting, the author discovered that upgrading firebase-to...
The author discusses using combineLatest() RxJs method in Angular to combine Observables into one Observable and improve data access in the template by returning results as an object instead of an array.