Category: Tech
-
Learning Python with FreeCodeCamp
I have lost count of how many times I have started the “Scientific Computing with Python” certification by FreeCodeCamp. I started it so many times, only to give up when reaching the first project or get distracted by other Python learning materials. I bought three books to read, started YouTube videos I didn’t finish, and…
-
Understanding Data Engineering
After transitioning to Product Management, I prepared myself to work more closely with software developers. Nothing prepared me to join a team composed of Data professionals only, and this is what happened. It was intimidating at first, but I feel fortunate to collaborate with such a broad range of new tech skills. I thought I…
-
Understanding how APIs work
This is the first article of explaining technical concepts for non-technical stakeholders. I hope these series will help non developers profiles to confidence and technical knowledge. What are APIs? API is an acronym standing for “Application Programming Interface”. APIs are created to achieve a specific function, to be used every time your interaction with a…