PinnedPublished inAscend DevelopersWhy are my JAVA virtual threads slower than the platform threads?The problem with platform threads is the wait for I/O operations to complete. That’s essentially idle as the thread is unable to perform…May 4, 20247May 4, 20247
PinnedPublished inAscend DevelopersSpring RestClient vs RestTemplateRestTemplate is the tool that Spring developers have used to communicate with REST APIs. RestClient, a new option introduced in Spring…Apr 9, 2024Apr 9, 2024
Published inAscend DevelopersChoosing Storage with CAP TheoremIn distributed systems, network failures, latency, and data synchronization can make or break performance. So, how can we navigate these…Jan 17Jan 17
Published inAscend DevelopersUnderstanding search algorithm from Linear to Binary SearchIn a classic guess number higher or lower game. I pick a number between 1 and 100. You have to guess what number I chose. If your guess is…Oct 21, 2024Oct 21, 2024
Published inAscend DevelopersIRONMAN 70.3 & Work-Life balance ที่ TrueMoney“Work-Life balance” คือการจัดการเวลาระหว่างการทำงานและกิจกรรมในชีวิตประจำวันให้มีความสมดุล…Oct 11, 20241Oct 11, 20241
Published inAscend DevelopersHow to Create Test Data in MongoDB Using the JMeter with TLSDuring development, when we want to generate some data on MongoDB for test purposes, normally you can create test data by using the Mongo…Oct 21, 20223Oct 21, 20223
Bearish QML (QML-Quasimodo Chart Pattern)Bearish QML (QML-Quasimodo Chart Pattern) Bearish QML is a reversal chart pattern that is used to predict the change in the up trend. When…Aug 15, 2022Aug 15, 2022
Higher RRR, the higher the chances of profit & consecutive lossLower RRR = Low drawdowns (Lower consecutive losers) Higher RRR = High drawdowns (Higher consecutive losers)Aug 7, 2022Aug 7, 2022
Connect MySQL from Cypress in 3 StepStep 1) Install MySQL lib in the Cypress projectMay 2, 2022May 2, 2022