why I use postgresql instead of x database:
0. I learned it first and it has worked well for everything I've thrown at it
1. I like how flexible it is, I can stick stuff in jsonb columns when I need or do full text search, etc
2. I ❤️ SQL
You ever procrastinate fixing some code because you know it's going to be painful yet it chews at you for days? Then, you sit down to fix it and it takes less than 15 mins?! #code#java#springBoot
I started a blog to document everything I learned that wasn’t easy to find on the internet or overly complicated. Here’s my first tech post. With time, I’ll get better. #blog#aws#cloudformation#serverless https://t.co/0tRZ7E7H6T
@NovallSwift This is so true! I taught myself to code as a need to solve a problem. That eventually grew into a small gig to help small businesses cover their paper processes to custom apps. Coding is my place of zen!
Any ideas on #mobile apps that would be useful if they existed? I’m in need of some side projects to refine my mobile app development skills. I’m coming from the world of web development. #iOS#Apple#SwiftLang
This block of @typescript is tech debt that taught me a valuable lesson about managing dates and time across time zones. You live and learn! Keep coding! #Angular#WebDev
You ever write some #code then come back to it a year later to make updates and during the process decide to refactor the entire app because it would be quicker and leaner?! #growth#webdev#angular10#FrontEnd
Tonight, I benefited greatly from service dependency injection! I needed to swap out an alert system I created a year ago with a new one and only needed to update one location instead of scouring my code! #angular#material#webdev#code
What languages are you using for your @awscloud Lambda functions? Starting a new project for rest APIs. I’m split between #Python or #GoLang. I’m leaning toward #GoLang for experience and something new. Thoughts?! 👀 #coding
Here’s the original chart. As you can see, this #Java#SpringBoot api constantly increased into memory until eventually crashing and #AWS#ECS restarting. I think it’s fixed now. Time will tell.
I couldn’t find a memory leak, but I had #Java#SpringBoot set to “xmx512mb” which allowed the JVM to consume up to that limit. After converting to #AlpineLinux and removing the upper limit, its running steady and not maxing out the ram allocated in #AWS#ECS.