Teea✨'s Avatar

Teea✨

@teeaa.dev.bsky.social

Coding, styling, testing, documenting, alleviating. Likes puns, pizza, pepsi and programming. InfoSec wannabe. Admirer of hedgehogs πŸ¦” #golang #ai #fullsnackdeveloper She/her 🌈

390 Followers  |  409 Following  |  90 Posts  |  Joined: 14.08.2024  |  2.0972

Latest posts by teeaa.dev on Bluesky

Preview
BSides London | Community-Driven Information Security Cybersecurity Event BSides London is a free, community-driven cybersecurity conference held annually in the UK. Featuring diverse talks, hands-on workshops, networking opportunities, and a welcoming InfoSec community. Op...

Just a little reminder that our Call for Papers, Rookies & Workshops are open!
You can start your proposal, you don't need to complete your proposal all in one go, & you have until the 30th Sept to complete it!
More details on this & links to the CFP on our website bsides.london
#BSidesLDN2025

08.08.2025 09:51 β€” πŸ‘ 6    πŸ” 6    πŸ’¬ 0    πŸ“Œ 0

Wow this is really cool! I didn't see a link to the code, have you opensourced it?

08.08.2025 09:21 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

At least you're not Montedogroan!

08.08.2025 09:09 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Map of European countries with R in their name according to Gemini 2.5 Pro featuring countries such as Poitugal, Bungary, Denmard and Montedogro

Map of European countries with R in their name according to Gemini 2.5 Pro featuring countries such as Poitugal, Bungary, Denmard and Montedogro

Map of European countries with R in their name according to Gemini 2.5 Pro

08.08.2025 09:03 β€” πŸ‘ 17    πŸ” 2    πŸ’¬ 7    πŸ“Œ 1

Archived version archive.is/dvBcE

07.08.2025 11:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
drip. app drip. menstrual cycle and fertility tracking

I just learned about Drip, an app to track your menstrual cycle that stores all the data on your phone instead of sending it somewhere. With Flo and others sharing/leaking your data this is really valuable. bloodyhealth.gitlab.io

07.08.2025 09:15 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Are hackers using AI tools the new generation of script kiddies?

06.08.2025 11:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Do you remember if they shared a repo for their project or what framework they used for the GUI?

20.07.2025 09:27 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

As for ideas what to build, take an existing project that's been written in a language that needs setting up (Python, NodeJS) or isn't the best choice (Shell script, Perl) and rewrite it. You'll learn better how the original project works as well as your chosen language.

20.07.2025 09:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I am a Go zealot so take this with a grain of salt, but Go is a better* choice for most things: no worrying about memory, easier to write and read and much steep of a learning curve. Rust is more performant (cpu/memory) if you write it well but in most cases you won't need the edge it gives.

20.07.2025 09:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Howdy, we're meeting this tuesday at Datadog for a #Golang meetup focused on one of today’s most critical topics: Application Security.

Want to join the crowd ? RSVP on : meetup.com/golang-paris...
The link to follow online will be sent to participants via meetup messaging.

22.06.2025 21:43 β€” πŸ‘ 7    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - quii/learn-go-with-tests: Learn Go with test-driven development Learn Go with test-driven development. Contribute to quii/learn-go-with-tests development by creating an account on GitHub.

One source for learning Go that I've seen recommended often is github.com/quii/learn-g...

Have fun learning!

23.06.2025 11:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Writing Parallel File Compression with Memory Control This weekend I was diving deep into current programming. In order to learn that, I decided to write a parallel file compressor, which will not only compress files concurrently but also limit the memory usage. I have implemented this in GoLang, but these concepts can be implemented in any language.

A nice article about "Let's Write a Threaded File Compression Tool with Memory Control"
#golang

beyondthesyntax.substack.com/p/writing-p...

23.06.2025 06:25 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
JSON evolution in Go: from v1 to v2 Reviewing the key changes in json/v2.

Coming soon, with Go 1.25: JSON evolution in Go: from v1 to v2
#golang

antonz.org/go-json-v2/

23.06.2025 08:04 β€” πŸ‘ 9    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

Have fun!

29.05.2025 20:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

That said, I am building a workshop for Kafka, NATS and RabbitMQ and for fun decided to try "implement the same functionality in Kafka as I have in NATS" (with a bit of extra stuff in prompt) and it did an ok job, although I did have to manually edit it quite a bit. But it laid a solid foundation.

22.05.2025 16:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I've used Github CoPilot with VSCode and am just testing out Gemini. Both do like to add blocks of code which I typically let them and then just remove the bits I didn't like. I'm sure there is a key to do it line-by-line but I'm too lazy and deleting feels easier πŸ˜…

22.05.2025 16:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I only use it for a kind of autocomplete and it does a decent job at that. Haven't used the chat features.

22.05.2025 00:39 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I checked Obsidian but it doesn't seem to have a web ui for editing, only a third party thing for viewing. That is a deal breaker for me.

22.05.2025 00:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I haven't found any good alternatives, does anyone have any suggestions? Cloud preferred but self-hosting is a possibility too. Or do I need to make my own? 😢

21.05.2025 18:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Notion reducing the amount of 'blocks' you can have in your free plan makes me want to look for alternatives. I am only interested in writing documents with markup and using the /todo -checkboxes. I also need Android app as well as a web ui for editing.

21.05.2025 18:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The Gophers Slack is active and friendly - invite.slack.golangbridge.org

20.05.2025 15:42 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Darn. If you end up picking it up again I'd love to help if I can 😊

17.05.2025 13:13 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Cool article and a lot of other useful stuff here as well!

17.05.2025 13:11 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Having this as part of linting would be the best way depending on execution time - @luxifer.fr I saw you were working on making this work with golangci some years ago, did you end up finishing it?

17.05.2025 13:07 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I do sometimes long for things that are in other languages such as elvis operator or inheritance (for generics), but if Go were to add all these nice little things that random people like me want it wouldn't be the language I love anymore. Simplicity is nice even when it's not πŸ˜…

15.05.2025 13:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I love Ecosia and been using them as my default search for a while now. I have some questions but your DMs aren't open, could you shoot me a message please? 😊

14.05.2025 21:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

#golang

13.05.2025 15:35 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

He expresses exactly how I feel about most TDD practices. I think they can be good for small things when you have the exact spec but for larger changes and features you will end up with less readable and performant code.

10.05.2025 13:37 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

That doesn't sound very fair, I'm sorry you had such a negative experience with them πŸ«‚

10.05.2025 13:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@teeaa.dev is following 20 prominent accounts