Skip to content
Sumon Dey
Web Developer & Automation Specialist
  • HOME
  • BLOG
  • PUBLISHED ARTICLES
  • CONTACT

Tag: coding

Django

How to install Django and start your first Django project

Sumon Dey

In recent years, one of the most popular server-side Python web frameworks is Django. Despite the existence of numerous other…

Continue Reading →

Posted in: Beginner Filed under: coding, Development, Django, programming, Python
Polars

Understanding the capabilities of Polars Python implementation

Sumon Dey

You know that, right now, “pandas” is the most popular open-source dataframe library in the world of Data Science. It…

Continue Reading →

Posted in: Advanced, Intermediate Filed under: coding, Data Science, ML, programming, Tools
TestAutomation

Test Automation Beyond Test Cases

Sumon Dey

The traditional and most common way of looking into “automation” applied to the software testing field is the automation of suites of…

Continue Reading →

Posted in: Intermediate Filed under: coding, productivity, programming, TestAutomation, Tools
Refactoring

Why time to time refactoring of your code is important

Sumon Dey

Introduction If we talk about program development and maintenance, we must talk about “Refactoring” too. If the word “Refactoring” does…

Continue Reading →

Posted in: Advanced, Beginner, Intermediate Filed under: coding, Development, programming
Dependency_Injection

Why to use Dependency Injection for handling resources during object creation in Java

Sumon Dey

Introduction In my earlier blog posts, I have discussed In detail a couple of ways to create objects in Java…

Continue Reading →

Posted in: Intermediate Filed under: coding, Development, java, programming
builder_pattern

Builder Design Pattern: When to use?

Sumon Dey

In one of my previous blog posts, I have explained how, many a time, it is advantageous to use “Static…

Continue Reading →

Posted in: Advanced, Intermediate Filed under: coding, Development, java, programming
static_factory_methods

Why and how to use Static Factory methods instead of public constructors in Java

Sumon Dey

One of the most important aspects of using an object-oriented programming language is how and when programmers decide to create…

Continue Reading →

Posted in: Intermediate Filed under: coding, Development, java, programming, TestAutomation
alternative-if-else

Alternative approaches to using if-else and switch in code

Sumon Dey

The selection control mechanisms are present in almost all the modern-day programming languages. In selection control structures, the conditional statements…

Continue Reading →

Posted in: Intermediate Filed under: coding, java, programming

Recent Posts

  • How to install Django and start your first Django project
  • How to configure and use multiple GitHub accounts on the same machine
  • Cluster bugs using ML (K-Means Clustering Algorithm) – A step-by-step approach
Copyright © 2019-2023 Sumon Dey