Oct 18, 2023 New post test 11 New post test 11 content. lets publish it. Subham Mitra • Oct 18, 2023 • 1 min read New post test 11
Python Program to Differentiate Between type() and isinstance() class Polygon: def sides_no(self): pass class Triangle(Polygon): def area(self): pass obj_polygon = Polygon() obj_triangle = Triangle() print(type(obj_triangle) == Triangle)... Subham Mitra • Oct 9, 2023 • 1 min read Python Program to Differentiate
Unveiling the Most Commonly Asked Questions in Django Interviews Learn about the most asked Django interview questions 2021. We have updated the list and all the best for your interview. Ritu Soni • Mar 27, 2023 • 3 min read #remote
The Best Practices for Working Remotely Get the most essential remote work tips 2021 from the expert himself. Working remote has become a new normal for most of us so don't miss out on these tips. Subham Mitra • Jan 20, 2023 • 3 min read #remote
Best vuejs material design frameworks Material design provides great UX out of the box. Find out the best vuejs material design frameworks that will help you to build apps powered with material UI Subham Mitra • Jan 20, 2023 • 2 min read
AdonisJS vs ExpressJS | 7 important differences Find out the 7 major differences between two popular NodeJS frameworks, Adonis and Express. This AdonisJS vs ExpressJS article will help you to choose the one. Subham Mitra • Jan 20, 2023 • 3 min read #nodejs