@gruffy's banner p

gruffy


				

				

				
0 followers   follows 0 users  
joined 2022 September 07 03:41:40 UTC

				

User ID: 920

gruffy


				
				
				

				
0 followers   follows 0 users   joined 2022 September 07 03:41:40 UTC

					

No bio...


					

User ID: 920

It’s there in English. Many options, even, but most are PDFs.

I am a Python developer that supports Data Scientists, primarily working with the cloud, but also on data ingestion applications, and also some back end work. Flask and Django are back end frameworks. Maybe check out FastAPI too. I’m not sure it takes that long to learn any of those frameworks.

Getting a CRUD app set up on them is relatively simple, the complexity only arises when fulfilling complex business needs. Backend tends to be just knowing the concepts of a REST API, some stuff around web security (authentication/authorization and how to implement), and implementing logic in Python to return the appropriate HTTP response to a request.

What is your motivation to keep the door open? I wouldn’t bother if it’s that uninteresting.

I personally find it rewarding when an application I worked on helps others; that could be automating a process that was very mundane/tedious for someone else, improving the speed/performance of a system to save time/money or increase reliability of our services.

I find actual front end uninteresting. I feel the bugs I encounter are arbitrary, that JavaScript frameworks can be needlessly complex, that it takes a lot of time to get a component to render perfectly in the browser. It tends to just frustrate me, which is why I enjoy back end more.