Posts by Ramil (148)

Feb 6

Alright alright alright. Hello, World! Work updates: I've been working on 3 (new) things these couple of months, and all of them are approaching the finish line! (First out of many, so like alpha versions): 1. Optimizing client onboarding process - This went really well, already tested the pipeline. Hot. 2. Inventory Throttling - This feature is my baby and it's really close to deployment. Money. 3. Revenue Projections - Picked up this project from another data scientist couple of weeks ago, and already nearly ready to deploy! Quick and Dirty. The last project is an excellent example of the difference between a good and a bad data scientist. The previous data scientist who was working on revenue projections worked on it for months. Countless Data Science meeting and countless documentations later, there didn't seem to be much clarity on the team. He is a really nice person with a math PhD background, and after talking to him about his ideas in person I realized that they made sense. What was missing though is his ability to get to the point, give tangible examples, and generally - communicate. I'm sure he knew more math and ML than me, but in a way, it didn't matter. What took him months took me 2 weeks and that's the moral of the story - difference between a good and a bad data scientist is literally exponential. And just to be clear, it doesn't take a PhD to be a good data scientist. Bonus: something awesome is coming. API related *wink wink* Something awesome: SEC - watch out!

Janu2020 updatos

Cool Platform Idea. My friend, Mr. Reeed a.k.a. askd (who periodically creates fake profiles here) has launched a website for Competitive Programming Notes! If you ever wished there was a place to write down solutions to some of your favorite / most challenging problems then you are in luck - Check it out! ToDo: link my competitive page to it. Added a couple of new Goats! ToDo: Fix Responsive hover on Mobile. API work will be delayed since doing it the quick-n-dirty way is pointless. I rather implement it properly in the future. Also ordered a Raspberry Pi 4 8gb! Hearing about big cloud platforms refusing services based on some political motivations is alarming, so going to check and see how hard it would be to build my own tiny server :)

Time to add an API!

APIs are kind of a thing nowadays. So let's add some api to Ramilus! What I looked at so far: 1. flask_restful - allows for easy Flask integration with Blueprints, but last release was in 2014. So go next.. Turns out it is still being maintained (sorta). No swagger though 2. Flask API - ui looks mediocre, dropped by created, so go next 3. Fast API - very cool, but that's a whole different framework. I think there is a way to integrate to flask with WSGI, but seems troublesome. 4. flask restplus - cool but not maintained 5. flask-restx - maintained *check*, good ui *check*, Pydantic types *no check*? swagger *check*

1 ... 10 11 12 ... 30