Skip to contentSkip to content
iTestee

iTestee

Improve ourselfs

  • Uncategorized
  • Database
    • MySql
    • Postgres
    • SQL
    • SQL Server
    • Data Science
  • Electronics
  • Coding
    • .Net
    • Flutter
    • Java
    • Python
    • GoLang
Close Button

What is the best method to call API internallyWhat is the best method to call API internally


September 24, 2023September 24, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 6:27 am

When making internal API calls within a microservices architecture, there are several methods and technologies you can use, each with its own advantages and considerations. The choice of method depends

Read MoreRead More

Installing Postgres DB on Ubuntu (Ex: DB version 11.5)Installing Postgres DB on Ubuntu (Ex: DB version 11.5)


August 6, 2023August 6, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 1:12 pm

First you need to add the PostgreSQL to your APT repository. Import the repository signing key: Update the package list Installing PostgreSQL 11.5 Verify the Status Connect to the PSQL

Read MoreRead More

Reclaim the Deleted record Space in PostgresReclaim the Deleted record Space in Postgres


June 8, 2023June 8, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 1:23 pm

When you delete records from a PostgreSQL table, the table size may not immediately reduce. This is because PostgreSQL employs a technique called MVCC (Multi-Version Concurrency Control), which keeps old

Read MoreRead More

Object Pooling with JAVAObject Pooling with JAVA


April 3, 2023April 3, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 3:23 am

Object pooling is a software design pattern used in computer programming to improve the performance of an application by reusing objects that are expensive to create or destroy. In object

Read MoreRead More

How to Install Docker in CentOSHow to Install Docker in CentOS


March 26, 2023March 26, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 7:20 pm

What this line “sudo yum install -y yum-utils device-mapper-persistent-data lvm2” doing: This command installs the necessary dependencies required by Docker on CentOS. Here’s what each of the packages does: These

Read MoreRead More

Dependency Injection in GO langDependency Injection in GO lang


March 15, 2023March 15, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 2:32 am

Dependency Injection (DI): DI is a design pattern used to remove dependencies between software components by injecting required dependencies into an object from outside the object itself. In other words,

Read MoreRead More

Two Different Ways Of Creating A New Instance in GOTwo Different Ways Of Creating A New Instance in GO


March 15, 2023March 15, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 2:26 am

Example: what is the different between x :=MySQL{db: mysql} and x := NewMySQL(mysql) In Go, x := MySQL{db: mysql} and x := NewMySQL(mysql) are two different ways of creating a

Read MoreRead More

what is the different Between DTO, VO and Entitywhat is the different Between DTO, VO and Entity


March 15, 2023March 15, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 2:16 am

DTO, VO, and Entity are different design patterns used to represent data objects in software development, and they have different purposes and characteristics. Here’s a brief explanation of each pattern:

Read MoreRead More

What are the areas that you need to follow in Python as a data scientistWhat are the areas that you need to follow in Python as a data scientist


March 12, 2023March 12, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 1:52 am

As a data scientist, there are several areas that you should focus on in Python to develop your skills and knowledge. Here are some of the key areas that you

Read MoreRead More

what are the areas that i have to study as a data scientistwhat are the areas that i have to study as a data scientist


March 12, 2023March 12, 2023 | iTesteeAdminiTesteeAdmin | 0 Comment | 12:39 am

As a data scientist, there are several areas that you should focus on to develop your skills and knowledge. Here are some of the key areas that you should study:

Read MoreRead More

Posts navigation

Page 1 Page 2 Page 3 Next page
  • What is the best method to call API internally
  • Installing Postgres DB on Ubuntu (Ex: DB version 11.5)
  • Reclaim the Deleted record Space in Postgres
  • Object Pooling with JAVA
  • How to Install Docker in CentOS
  • September 2023
  • August 2023
  • June 2023
  • April 2023
  • March 2023
  • May 2022
  • Postgres DB
  • Sample Page
  • Test Page
Enter title
25%
Enter title
25%
Enter title
25%

iTestee technical feeds iTestee

Scroll Up