Once upon a time, “Skype” was synonymous with “audio chat” and then “video chat.” But that was a while back, and Zoom, Slack, Discord, and (grudgingly) Teams have taken over.
Here’s what’s happening in the thriving tech scene in Tampa Bay and surrounding areas for the week of Monday, March 3 through Sunday, March 9, 2025! That’s right; it’s not just a new week, but a whole new month!
This list includes both in-person and online events. Note that each item in the list includes:
On Tuesday morning at 10:00, Computer Coach will host an online session titled How to Write a Technical Resume. In this live workshop, they’ll discuss how to write a technical resume for job searching in today’s highly competitive job market!
Tuesday evening at 6:30 p.m., online: NextGen Tech and AI of St. Pete is holding their webinar, Tech Talk: Latest Innovations in Artificial Intelligence. This will bean exclusive Tech Talk event where we will dive into the latest innovations in the field of Artificial Intelligence.
Women in Tech and Entrepreneurship are having an online session at 11:30 a.m.: Scale Your Business Without Losing Integrity, Going Viral, or Burning Out. Arielle Morten will share integrity-based strategies in this master class for women entrepreneurs.
Tampa Bay Azure User Group is hosting Securing inside your perimeter with Microsoft Purview at 5:30 p.m. at Embarc Collective. Trofeo provides a tour of Purview and an understanding of how to leverage this powerful security tool. Come early and stick around after the event for networking, which will a joint event with High Tech Connect (see below)!
It’s High Tech Connect’s first event of 2025! It starts at 5:30 p.m. at Embarc Collective, with networking a brief presentations by these sponsors and more:
Trofeo: We design, implement, and optimize Microsoft Azure solutions that deliver growth-oriented, data-driven business outcomes.
Think Big for Kids: Think Big for Kids is breaking the cycle of poverty by providing middle and high school students with career exploration, mentorship, and job readiness and placement to excel in today’s workforce.
Embarc Collective: Embarc Collective supports the most driven and focused tech entrepreneurs in Florida.
This is a join event with Tampa Bay Azure Group (see above)!
Tampa Devs’ presentation will be on Relational Databases and Data Warehouses! They’ll look at the fundamental distinctions between Relational Databases and Data Warehouses, shedding light on crucial concepts like row store and column store. We will delve into the physical storage of data on disk and examine how it influences performance. It will take place at Vaco Tampa Skycenter at 6:00 p.m.
Agile Lean Beer St. Pete is all about promoting knowledge sharing and networking among professionals with a passion for Agile Product Development. Come drink with us and explore anything Agile. Whether you’re a Scrum enthusiast or just curious about Agile practices, this is the perfect platform to exchange experiences, network, vent, and foster your Agile knowledge. All this while drinking beer together! It’s happening at OCC Road House & Museum at 6 p.m..
It’s largely automated. I have a collection of Python scripts in a Jupyter Notebook that scrapes Meetup and Eventbrite for events in categories that I consider to be “tech,” “entrepreneur,” and “nerd.” The result is a checklist that I review. I make judgment calls and uncheck any items that I don’t think fit on this list.
In addition to events that my scripts find, I also manually add events when their organizers contact me with their details.
What goes into this list?
I prefer to cast a wide net, so the list includes events that would be of interest to techies, nerds, and entrepreneurs. It includes (but isn’t limited to) events that fall under any of these categories:
Programming, DevOps, systems administration, and testing
Tech project management / agile processes
Video, board, and role-playing games
Book, philosophy, and discussion clubs
Tech, business, and entrepreneur networking events
Toastmasters and other events related to improving your presentation and public speaking skills, because nerds really need to up their presentation game
Sci-fi, fantasy, and other genre fandoms
Self-improvement, especially of the sort that appeals to techies
I’ve been seeing a concerning trend over the past couple of months, and perhaps you have too, where people are becoming increasingly reliant on AI for coding, and it might not be working out well for most of them.
Disclamer, I’m a moron who worked on the same project without thinking about the risk that Cursor could break everything. Yesterday, Cursor (even though I only asked it to feed a view on my UI) destroyed months of development.
My question: How do you back up your projects/versions to ensure that the next action on cursor is reversible? Ops!
Also, I know that while I’m the concern, cursor isn’t the only culprit, it’s also Claude (while good overall) still has some flaws
Don’t take the misspellings and strange grammar as a sign of a lack of smarts — there are “tells” such as the pluralization of “work” that suggest that the author’s first language isn’t English. And in a follow-up comment, they wrote:
I’m not a dev or engineers at all (just a geek working in Finance)
So what I see is someone with the mental capacity to master another language, seeing a problem in their area of expertise that could be solved by an application, and then setting out to build that application with the assistance of AI, even though programming isn’t something they’re familiar with.
First, I think we should celebrate that kind of go-getter attitude.
Second, those of you who are programmers have already seen the post’s author’s rookie mistake. It’s in this question:
My question: How do you back up your projects/versions to ensure that the next action on cursor is reversible?
You probably thought: Of course, they don’t know version control exists!
At the moment, even the best LLM will simply focus on answering the user’s questions and not stray too far to make helpful asides or ask clarifying questions, such as “Have you heard of Git?”
Something’s been bugging me about how new devs learn and I need to talk about it.
We’re at this weird inflection point in software development. Every junior dev I talk to has Copilot or Claude or GPT running 24/7. They’re shipping code faster than ever. But when I dig deeper into their understanding of what they’re shipping? That’s where things get concerning.
Sure, the code works, but ask why it works that way instead of another way? Crickets. Ask about edge cases? Blank stares.
The foundational knowledge that used to come from struggling through problems is just… missing.
We’re trading deep understanding for quick fixes, and while it feels great in the moment, we’re going to pay for this later.
The first line in the following section shouldn’t really be shocking but it still feels shocking:
I recently realized that there’s a whole generation of new programmers who don’t even know what StackOverflow is.
With AI, these junior developers gain speed of delivery, but at the cost of understanding what they delivered does. Which means that they can’t maintain or modify what they built — at least, not without even more AI assistance. Over time, what they build becomes a collection of quick fixes arranged together without any consideration of the system as a whole. That’s a whole lot of tech debt.
There’s more thought on this article in this video by Forrest Knight
In case you’re not familiar with the name, Andrej Karpathy has forgotten more about computer science and AI than most of us will ever learn. He was the director of artificial intelligence and Autopilot Vision at Tesla, and also worked at OpenAI, where he specialized in deep learning and computer vision. He also has a YouTube channel that’s worth checking out if you really want to boost your AI/ML skills.
Here’s the text of his tweet:
There’s a new kind of coding I call “vibe coding”, where you fully give in to the vibes, embrace exponentials, and forget that the code even exists. It’s possible because the LLMs (e.g. Cursor Composer w Sonnet) are getting too good. Also I just talk to Composer with SuperWhisper so I barely even touch the keyboard. I ask for the dumbest things like “decrease the padding on the sidebar by half” because I’m too lazy to find it. I “Accept All” always, I don’t read the diffs anymore. When I get error messages I just copy paste them in with no comment, usually that fixes it. The code grows beyond my usual comprehension, I’d have to really read through it for a while. Sometimes the LLMs can’t fix a bug so I just work around it or ask for random changes until it goes away. It’s not too bad for throwaway weekend projects, but still quite amusing. I’m building a project or webapp, but it’s not really coding – I just see stuff, say stuff, run stuff, and copy paste stuff, and it mostly works.
This is great for Karpathy, but I’ve already talked with developers who’ve fully embraced the first part of the tweet, where Karpathy throws a lot of work to the AI. The problem is that they’re ignoring these key points from the second part:
The code grows beyond my usual comprehension, I’d have to really read through it for a while.
Sometimes the LLMs can’t fix a bug so I just work around it or ask for random changes until it goes away.
It’s not too bad for throwaway weekend projects, but still quite amusing.
And let’s not forget the last three words of his tweet: it mostly works.
Karpathy is very, very good at coding and has lots of experience. He’s internalized a lot of best practices and has developed an instinct for programming and can spot “code smells” a mile away.
The people who’ve been talking to me about getting into “vibe coding” are not Karpathy, and some of them have mentioned that they have that increasingly common problem where they say “I know how to use my programming language and framework, but I don’t know how to apply what I know to build an application from the ground up.”
They’re not ready for vibe coding, but they’re doing it anyway. If your main gig involves working with code — and especially working with other people’s code — you’d better prepare for some interesting times over the next few years.
Wouldn’t it be nice if there were a way to get some help customizing your resume for every job application you have to fill out?
With Anitra and I leading you through the steps, you’re going to build just that on Monday, March 17th at the Tampa Bay AI Meetup at Embarc Collective. Along with us, you’ll code up an AI-powered application that takes two inputs…
✅ Your resume
✅ The job description of a job you’re applying for
…and it produces a version of your resume that’s been fine-tuned in these ways:
Present you in the best possible light
Make changes so that your experiences, talents, and achievements show that you’re an excellent fit for the job
Tune your experience and skills to better match the job requirements
Update your resume to use key words and phrases from the job description
Correct spelling and grammar mistakes
Fix phrasing to be more clear and concise
Improve sentence structure and use action verbs
Bring your laptop! We’ll provide you with a “starter” project and access to an AI account, and we’ll walk you through the process of writing a Python app in Jupyter Notebook that does what we described above. In the process, you’ll learn:
About Jupyter Notebook, one of the preferred tools for AI and data science
How to make calls to an AI API
How to build an application based on an AI API
You will leave the meetup with a working Python app that does what we’ve described above: help you fine-tune your resume for specific job applications!
For 2025, this scholarship will make it much easier for us to organize our meetups. It will provide…
Dedicated Space: One of the challenges of running a meetup is getting a space to hold them. Embarc Collective has amazing event spaces right in downtown Tampa, close to the interstate, and well-suited for tech meetups. Being able to host our meetups at Embarc is a really big help!
Financial Support: The costs of renting premium spaces like those in Embarc Collective and feeding attendees are also a challenge for non-corporate meetup organizers like us. The financial support from the Scholarship is invaluable.
Community Connection: Embarc Collective is one of the hubs of Tampa Bay’s tech ecosystem, and having their community connections will help us take our meetups to the next level.
We’d like to thank Embarc Collective and Bank of America for creating the Scholarship and for selecting our Meetups to be recipients. We’re going to put on some great meetups this year!
Welcome to another Global Nerdy Saturday “picdump!” It’s the weekly article where I post the technology- and work-related memes, pictures, and cartoons floating around the internet that I found interesting or relevant this week. Share and enjoy!
Here’s what’s happening in the thriving tech scene in Tampa Bay and surrounding areas for the week of Monday, February 24 through Sunday, March 2, 2025! There’s a lot going on; find the event that appeals to you…and go!
This list includes both in-person and online events. Note that each item in the list includes:
It’s largely automated. I have a collection of Python scripts in a Jupyter Notebook that scrapes Meetup and Eventbrite for events in categories that I consider to be “tech,” “entrepreneur,” and “nerd.” The result is a checklist that I review. I make judgment calls and uncheck any items that I don’t think fit on this list.
In addition to events that my scripts find, I also manually add events when their organizers contact me with their details.
What goes into this list?
I prefer to cast a wide net, so the list includes events that would be of interest to techies, nerds, and entrepreneurs. It includes (but isn’t limited to) events that fall under any of these categories:
Programming, DevOps, systems administration, and testing
Tech project management / agile processes
Video, board, and role-playing games
Book, philosophy, and discussion clubs
Tech, business, and entrepreneur networking events
Toastmasters and other events related to improving your presentation and public speaking skills, because nerds really need to up their presentation game
Sci-fi, fantasy, and other genre fandoms
Self-improvement, especially of the sort that appeals to techies