Understanding Qualitative and Quantitative Research in Product Management?
https://medium.com/@niitwork0921/understanding-qualitative-and-quantitative-research-in-product-management-173e6cb794e8
https://medium.com/@niitwork0921/understanding-qualitative-and-quantitative-research-in-product-management-173e6cb794e8
Medium
Understanding Qualitative and Quantitative Research in Product Management?
One of the most critical components of providing a high-quality product is doing extensive research. As a result of the restricted…
How to Configure a Custom User Model in Django and Serve It In Different Routes(With Creation of…
https://medium.com/@saikatmajumder444/how-to-configure-a-custom-user-model-in-django-and-serve-it-in-different-routes-with-creation-of-f1f9bfc9845b
https://medium.com/@saikatmajumder444/how-to-configure-a-custom-user-model-in-django-and-serve-it-in-different-routes-with-creation-of-f1f9bfc9845b
Medium
How to Configure a Custom User Model in Django and Serve It In Different Routes(With Creation of SuperUser)
Django is a very powerful web framework built for python developers with the aim of quickly building web applications,where a lot of…
Testing socketio in Python & uvicorn
https://levelup.gitconnected.com/testing-socketio-in-python-uvicorn-9d42f7eb6d6a
https://levelup.gitconnected.com/testing-socketio-in-python-uvicorn-9d42f7eb6d6a
Medium
Testing socketio in Python and uvicorn
In this article I will show you how you can test an async Socketio application in Python, where the ASGI server we are running is uvicorn. I will be referring to these tests as integration tests…
web3.py: Parsing transactions sent to a Liquidity Pool: Example SINGLE/USDC CRONOS chain
https://norman-lm-fung.medium.com/parsing-transactions-sent-to-a-liquidity-pool-example-single-usdc-cronos-chain-166338a47614
https://norman-lm-fung.medium.com/parsing-transactions-sent-to-a-liquidity-pool-example-single-usdc-cronos-chain-166338a47614
Medium
web3.py: Parsing transactions sent to a Liquidity Pool: Example SINGLE/USDC CRONOS chain
In reference to this problem, lets take this “Transfer” (Not “Swap”) transaction as example…
Authenticate flask API using JSON Web Tokens (JWTs)
https://medium.com/@geraldokolodc/authenticate-flask-api-using-json-web-tokens-jwts-c41f5d18d584
https://medium.com/@geraldokolodc/authenticate-flask-api-using-json-web-tokens-jwts-c41f5d18d584
Medium
Authenticate flask API using JSON Web Tokens (JWTs)
I have seen quite some tutorials online for authenticating flask API’s. The problem however is, they don’t make it simple enough.
Implementing Gradient Descent For Univariate Linear Regression Using Python and NumPy
https://medium.com/@machinelearningnojutsu/implementing-gradient-descent-for-univariate-linear-regression-using-python-and-numpy-8b12b0d7838f
https://medium.com/@machinelearningnojutsu/implementing-gradient-descent-for-univariate-linear-regression-using-python-and-numpy-8b12b0d7838f
Medium
Implementing Gradient Descent For Univariate Linear Regression Using Python and NumPy
3 Coding Interview Questions I Shouldn’t Have Flunked
https://python.plainenglish.io/3-coding-interview-questions-i-shouldnt-have-flunked-but-still-did-86bb4b076f58
https://python.plainenglish.io/3-coding-interview-questions-i-shouldnt-have-flunked-but-still-did-86bb4b076f58
Medium
3 Coding Interview Questions I Shouldn’t Have Flunked
Here are 3 coding interview questions that I should have been able to do (but failed anyway).