Veli Yigit Yolcu

Technical Lead Software Engineer

▼
Saturday, November 25, 2023

DTO projections via JPQL with Hibernate lazy initialization

›
DTO projections are very important to doing abstraction over model and data processing. Most common interests are fecthing data with a spesi...
Saturday, May 14, 2022

Generating GUID in excel using macro

›
For some reason, you may need to generate GUID in an excel document. For me, because of using GUID as primary keys in database, I have neede...
Saturday, December 25, 2021

Dynamically rendering HTML to image with javascript and SVG without using any external library

›
In this article, we render CSS styled HTML to image. With this method, HTML can be exported to png, jpeg or bmp without using any external j...
Monday, February 22, 2021

k Nearest Neighbours Classifier (kNN) with Javascript Implementation for Beginners

›
k Nearest Neighbours Classifier (kNN) is a powerful but computational costly nonlinear classifier. Basically, kNN works based on distance ca...
Friday, February 12, 2021

Devextreme Toast Wrapper for Global Widget Configuration

›
While using Devextreme toast widget, you may need to configure it. By default, toast widget placed bottom middle of window. In this article,...
Sunday, February 7, 2021

Using ProjectBaseCore without Dependency Injection

›
We can use ProjectBaseCore(PBC) without dependency injection(DI) by instantiating DatabaseFactory class with new keyword. We can give to fac...
Saturday, February 6, 2021

Injecting ProjectBaseCore in .Net Core Project

›
ProjectBaseCore (PBC) has to be injected to use in .net core project with version 2.x and later. After version 2.x, DatabaseFactory and Quer...
›
Home
View web version
Powered by Blogger.