İbrahim GündüzHow To Access Extra Fields From UserDetails In Spring SecurityLong story short, in order to access the extra fields you need, implement a custom UserDetails object that implements…Oct 27Oct 27
İbrahim GündüzHow To Solve ‘TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension “.ts” for…’ ErrorIf you’re using Chai 5, Mocha, and ts-node together, probably you may have encountered the error specified in the title.Sep 9Sep 9
İbrahim GündüzSecuring a REST API Created With Spring Boot 3 Using Spring Security with username-password And JWTUsername-password and JWT-based authentication is a common way of securing an API. The authorization server creates a token after the…May 27May 27
İbrahim GündüzVadeli Mevduat Nedir, Basit ve Bileşik Getiri Nasıl HesaplanırEn basit haliyle, tasarruf sahiplerinin tasarruflarının bankalar tarafından belirli bir süre işletilmesi sonucunda gelir elde edilmesine…May 10May 10
İbrahim GündüzHow To Setup A Collaborative Programming EnvironmentMicrosoft Visual Studio Code (aka vscode) is a simple editor for some of us; a tool that is used in day-to-day work for others. But today…Mar 6Mar 6
İbrahim GündüzHow To Execute Parameterized Insert Queries In Batch Using JDBCThe easiest solution to execute parameterized insert queries in batch is using PreparedStatement object.Feb 10Feb 10
İbrahim GündüzHow To Post With Java HttpClientJava HttpClient is an HTTP client that supports the most recent HTTP standards and works synchronously and asynchronously.Feb 8Feb 8
İbrahim GündüzInterfacing 2.4" SSD1309 SPI OLED Display With ESP8266In this tutorial, we’ll learn how to connect 2.42" SSD13093 SPI OLED display with ESP8266. As a development board, we’ll use ESP8266…Sep 30, 2023Sep 30, 2023
İbrahim GündüzConfiguring ESP8266 Wi-Fi Network Connection Through A Web PageESP8266 is one of the popular Wi-Fi chips with microcontroller capability. In this article, we will touch on a couple of items that are…Sep 10, 2023Sep 10, 2023
İbrahim GündüzMost Common 6 JSON Deserialization Needs And Solutions With JacksonAs a developer, daily bases, we struggle typical use cases when working with JSON, no matter what programming language or technologies we…Jul 25, 2023Jul 25, 2023