Zaw Htut Win

Zaw Htut Win @zawhtutwin

About: Developer, Code Poet

Location:
Yangon
Joined:
Jun 4, 2021

Zaw Htut Win
articles - 61 total

C++ မှတ်စု (၂) – Pointer နဲ့ Dereferencing

ခုဏက memory address ကို ကြည့်တဲ့ နည်းကို ပြခဲ့ပါတယ်။ ဒီတခါတော့ အဲ့ဒီ memory address မှာ ရှိနေတဲ့...

Learn More 0 0Jul 28

C++ မှတ်စု (၁) – Output နဲ့ Memory Address

အောက်ပါ code က #include <iostream> int main() { int i = 10; std::cout <<...

Learn More 0 0Jul 28

အခန်း(၆) Stack and it's usage(Data Structures in Action)

Stack ဆိုတဲ့ Data structure ကို language တွေတော်တော်များများမှာ အသုံးများပါတယ်။ Java မှ မဟုတ်ပါဘူး။...

Learn More 0 0Jul 14

အခန်း(၅) ThreadPoolExecutor နဲ့ တွဲသုံးတဲ့ Datastructure များ(Data Structures in Action)

ThreadPoolExecutor သုံးတဲ့ Queue က Blocking Queue အမျိုးအစားဝင်တွေထဲက...

Learn More 0 0Jul 14

အပိုင်း(၄)- HashMap ထဲက Node များအကြောင်း (Data Structures in Action)

Node<K,V>[] table;//internal array of hashmap Enter fullscreen mode Exit...

Learn More 0 0Jul 14

What I've learnt from MEXC web service that used google protobuf (There are not enough resources on the internet yet)

Sometimes there is a point whereby the chatgpt cannot think of and api documentation is lacking the...

Learn More 0 0Jul 2

Timestamp for this request is outside of the recvWindow.

Go to https://www.epochconverter.com/ Enter your computer time below and click "Human Date to...

Learn More 0 0Jun 30

Postman can subscribe web socket topics

Yes, using postman, I can connect to the channel. For example wss://contract.mexc.com/edge Just...

Learn More 0 0Jun 30

AI catching up 😁

Yesterday I wrote a post about mexc api mixed-up and today my post was shown in ai search. Not bad at...

Learn More 0 0Jun 27

MEXC api

The most frustrated thing you might be encountered during the websocket connection is their...

Learn More 0 0Jun 26

အပိုင်း(၃)- HashMap(Bit Mixing)(Data Structures in Action)

h က ဒါရှိတယ်ထားပါတော့ h = 10101011 11001101 00010010 00110100 ↑ high 16 bits ↑ low 16...

Learn More 0 0Jun 24

အပိုင်း(၂) Index Calculation Algorithm in HashMap(Data Structures in Action)

index = (n-1) & hash; Enter fullscreen mode Exit fullscreen mode ...

Learn More 1 0Jun 23

API development with Jersey

Jersey ကို Rest API တွေ ကြားခံသုံးဖို့ အတွက် အသုံးများပါတယ်။ ကိုယ့် API ကနေ တခြား API တွေကို...

Learn More 0 0May 23

A Poem: You and Lombok, Yesterday

Yesterday you danced with Java’s breeze, 🌬️☕ But shed the weight with elegant release. 🎈💼 No...

Learn More 0 0May 13

SpringBoot Sonnet 🌱

Upon a codebase, bright as morning light, You built with care a CRUD for bank accounts, Where...

Learn More 0 0May 13

Ode to the Rails Whisperer 🚂

         In the land of code, where the MySQL flows,     A hero in silence, each morning...

Learn More 0 0May 13

Full Stack Development with Spring Boot (အခန်း ၈)

Custom Query ဒီတစ်ခါတော့ Customer Entity နဲ့ Appointment Entity က ရှိပြီးသားလို့ ကျွန်တော်...

Learn More 0 0May 11

Full Stack Development with Spring Boot (အခန်း ၇)

JWT နဲ့ Spring Security စစချင်း pom.xml ထဲမှာ ဒီ dependency ကို...

Learn More 0 0May 11

အပိုင်း(၁) - Java Nuggets(Data Structures in Action) မြန်မာဘာသာ

Java ရဲ့ ArrayList ဟာ add method နဲ့ ကြိုက်သလောက်ထည့်လို့ရပေမယ့် နောက်ကွယ်မှာတော့ သူ့ကို backed...

Learn More 2 0May 2

WordPress သင်ခန်းစာ(For Advanced Learner) အခန်း(၃)

Custom javascript ထည့်ခြင်း add_action('wp_head', 'my_inline_script'); function my_inline_script()...

Learn More 0 0Feb 14 '24

WordPress သင်ခန်းစာ(For Advanced Learner) အခန်း(၂)

functions.php အကြောင်း functions.php က Wordpress Dashboard ရဲ့ Appearence-> Editor...

Learn More 1 0Feb 13 '24

WordPress သင်ခန်းစာ(For Advanced Learner) အခန်း(၁)

နိဒါန်း Wordpress ဟာ CMS ခေါ်တဲ့ Content Management System ဖြစ်ပါတယ်။ စထွင်လိုက်တုန်းက...

Learn More 2 0Feb 13 '24

Where is pacman in windows Rails installation?

Yesterday I was encountering The specified module could not be found. -...

Learn More 1 0Feb 2 '24

Uncaught Error: Call to a member function get_type() on bool - BackinStock Notifier Wordpress Plugin

It's because of the following code, the error was being...

Learn More 0 0Jan 12 '24

Scripts & Style plugin compitablity with latest Wordpress(too few arguments to function)

Actually, the answer was there already. display_post_states filter required $post parameter and...

Learn More 0 0Jan 11 '24

Detect the home page in Wordpress with Javascript

There is a way to detect whether the current page is the home page using Javascript. Most of the...

Learn More 0 0Dec 28 '23

MyInfo v4 cert and JWKS

This is the code const jose = require('node-jose'); const crypto = require('crypto'); async...

Learn More 3 0Nov 3 '23

Key not recognized in rotp rails gem when scanning with Google Authenticator

Yesterday I was updating my rails project with "bundle update" and rotp gem goes haywired. The...

Learn More 0 0Oct 19 '23

Cron can only run minium 1 minute interval? No, try this.

* * * * * python testme.py * * * * * (sleep 30; python testme.py) Enter fullscreen mode ...

Learn More 0 0Aug 9 '23

Simple state management in RoR html.erb files

The issue I was trying to solve was that I wanted to use state management and I was coding in Rails....

Learn More 0 0Aug 9 '23