PinnedSaijal ShakyaGenerating PDF with reportLab in DjangoThere may a situation where you want to generate pdf with data in database. For now I would like to show you a demo of generating pdf with…Apr 27, 20191Apr 27, 20191
Saijal ShakyainThe StartupSOLID Principles in Software Engineering: Building Robust and Maintainable CodeIn the world of software engineering, creating code that is not only functional but also maintainable and scalable is of utmost importance…May 16, 2023May 16, 2023
Saijal ShakyainThe Startup5 Steps to deploy Django application using Nginx, Reverse Proxy, Gunicorn and SSL Certificate.Django is a free and open source web application framework, written in Python. A web framework is a set of components that helps you to…Jul 16, 20201Jul 16, 20201
Saijal ShakyaNetwork Flow Problem: Maximum FlowFlow network is a directed graph where each edge has a capacity and each edge receives a flow. The amount of flow on an edge cannot exceed…May 28, 20201May 28, 20201
Saijal ShakyainPython in Plain EnglishBroadcasting: Binary operations on Arrays in PythonIn previous article we saw how NumPy’s Universal Functions can be used to vectorize operations and remove slow Python loops. Another means…May 24, 2020May 24, 2020
Saijal ShakyainThe StartupUniversal Functions[uFuncs]: A weapon of “Numpy”NumPy or Numerical Python provides an efficient interface to store and operate on dense data buffers. In some ways, NumPy arrays are like…May 23, 2020May 23, 2020
Saijal ShakyaLaravel OR Django? Beginners choice.Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following…Dec 23, 2019Dec 23, 2019
Saijal ShakyaAll about Images in DjangoDjango a python web framework is not just “a framework”, its a “Smart Framework”. Even though it is smart, we face some problem while…Jul 19, 2019Jul 19, 2019
Saijal ShakyainIncwell BootcampNaive Bayesian ClassificationThe Naive Bayesian classifier is based on Bayes theorem with the independence assumptions between predictors. It is a probabilistic…Jul 13, 2019Jul 13, 2019