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 :)

Comments (4)

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*

Comments (2)

Finally!

Finally got to comments! That's right, ramilus's blog now allows for comments. Booyah! Click on the post name to see for yourself. That was really big update. Now there is a proper support for data/schema migrations. To Do: Better UI indicating post are clickable and have comments Done-zo

Comments (5)