I'm a professional software developer who's been in the industry for ~8 years. I've built many websites, web app, mobile apps, services, APIs, and databases with ❤️.
|
|
|
|
|
|
In addition to compensation from a traditional software development job, there are many ways to create additional streams of income as a software developer. Here are a few.
Here is the problem and solution to a coding challenge from Leetcode.com called Find Pivot Index!
It’s rarely a good idea to code in a complete silo when you are part of a team. Always seek mentorship, or at least feedback/code-reviews frequently, especially when you are first starting out.⠀
Since I just created a new ‘screen’ for a mobile app I’m developing using React Native, I wanted to break down the different pieces that make up a typical React Native component (app screen in this instance). ⚛️
I went to the RenderATL tech conference last week and it was amazing man! It was one of the best experiences I’ve had in my professional career as well as in my life. Here's a recap.
Trying to figure out what exact areas to study/practice to prep for an upcoming tech interview can be stressful! By following these tips, you can not only optimize your studying but also gain valuable insights and even potentially discover the exact questions that may be asked.
I’m saying this because my Amazon Web Services (AWS) account got hacked. 😩
It often gets a bad rap, but PHP is a fast, flexible, and powerful server-side scripting language. One of my favorite ways to use it is to quickly code web API endpoints. Here’s how to code a simple web API in 5 minutes with PHP.
Here is the problem and solution to a coding challenge from Leetcode.com called Remove Duplicates from Sorted Array!
What is the GitFlow code branching strategy? I’ve been using the GitFlow code branching strategy professionally for a number of years now, and the amount of times it’s ’saved’ my team and I, I can’t count it. Here are the details of it.