Posts by ianbeck@opalstack.social
(DIR) Post #ARItvfWmsiYkR7UZv6 by ianbeck@opalstack.social
2023-01-04T05:21:59Z
0 likes, 1 repeats
My employer, Firstech LLC, is looking for a #python developer in the #seattle area to help us build and maintain our #django driven IoT API stack (working on the backend API with me and two other developers; full team includes several folks on QA and various front-end apps). If that sounds like your sort of jam, let me know and I’ll get you the job posting link when it’s up.(My boss asked today if we knew anyone who might be interested; not personally, but hey! Internet is a wide place.)
(DIR) Post #ASSMfY5N0ADZbNahQO by ianbeck@opalstack.social
2023-02-08T03:07:21Z
0 likes, 0 repeats
@john Falcon is my favorite Python web framework; extremely fast and flexible. FastAPI as already mentioned is a mostly batteries-included API framework with fantastic docs/onboarding. Similar route definition style to Flask, if that’s your jam. I’d choose either over Flask, personally.In both cases, I vastly prefer SQLAlchemy to the Django ORM. Haven’t dealt with templates in a long while because I’ve only been writing APIs recently. 😅