Skip to content
  • Home
  • Javascript
  • Algorithms-Data structures
  • Golang
  • PHP
  • About Minacoder

minacoder.com

Simple tips and tutorials for developers

Mutex in Golang – Simple and useful!

Mutex in Golang – Simple and useful!

Mutex is a very simple technique that helps to handle the problems came from shared memory programming. Simple, but very useful!

Posted by minacoder on February 19, 2022February 20, 2022

Posted in Golang
Tagged channel, Golang, goroutine, mutex, shared memory
1 Comment on Mutex in Golang – Simple and useful!

Big O Notation of Object and Array in Javascript

Big O Notation of Object and Array in Javascript

I. Objects In Javascript, you use Object when: The object itself is really fast, let’s… Read More… Continue reading Big O Notation of Object and Array in Javascript

Posted by minacoder on November 20, 2022November 20, 2022

Posted in Uncategorized
Leave a Comment on Big O Notation of Object and Array in Javascript

Big O Notation and basic terms of algorithms

Big O Notation and basic terms of algorithms

Basic terms about big O Notation, Useful for considering which solutions is suitable. Preparing for practicing analyze the Big O Notation for time and space complexity.

Posted by minacoder on November 20, 2022

Posted in Algorithms and data structures
Tagged algorithms
Leave a Comment on Big O Notation and basic terms of algorithms

Channel in Golang – message passing technique

Channel in Golang – message passing technique

Channel in golang – a very important part of concurrency programming in go

Posted by minacoder on February 20, 2022March 30, 2022

Posted in Golang
Tagged channel, concurrency, Golang, message passing, multithread
Leave a Comment on Channel in Golang – message passing technique

waitGroup in Golang – Essential part of Shared memory technique

waitGroup in Golang – Essential part of Shared memory technique

WaitGroup is the very common keyword to handle concurrency in golang. It is an essential part of shared memory programming

Posted by minacoder on February 19, 2022February 19, 2022

Posted in Golang
Tagged concurrency, Golang, shared memory, waitGroup
Leave a Comment on waitGroup in Golang – Essential part of Shared memory technique

Factory method pattern in PHP

Factory method pattern in PHP

Factory method in general and how to implement it in PHP.

Posted by minacoder on December 8, 2021December 8, 2021

Posted in PHP
Tagged Design pattern, factory method, PHP
Leave a Comment on Factory method pattern in PHP

Strategy pattern in Golang – Easily control the flow

Strategy pattern in Golang – Easily control the flow

Strategy pattern in Golang, the concept and how to implement strategy pattern in the multi databases example. The rules of strategy

Posted by minacoder on September 2, 2021December 7, 2021

Posted in Golang
Tagged database, Design pattern, Golang, MongoDb, Mysql, PostgesSQL, Strategy, strategy pattern
Leave a Comment on Strategy pattern in Golang – Easily control the flow

Iframe and Javascript – Magic solution

Iframe and Javascript – Magic solution

Handle Iframe using javacript, many magic solution for website integration

Posted by minacoder on July 19, 2021September 2, 2021

Posted in NodeJs
Leave a Comment on Iframe and Javascript – Magic solution

Adapter Pattern – Simple but useful!

Adapter Pattern – Simple but useful!

Adapter patern in general, the concept an how to implement it in PHP

Posted by minacoder on July 18, 2021September 2, 2021

Posted in PHP
Tagged Adapter, Design pattern, Pattern, PHP
Leave a Comment on Adapter Pattern – Simple but useful!

Factory pattern in PHP – make the complicated logic disappear!

Factory pattern in PHP – make the complicated logic disappear!

Factory pattern in PHP

Posted by minacoder on July 15, 2021September 2, 2021

Posted in PHP
1 Comment on Factory pattern in PHP – make the complicated logic disappear!

Posts navigation

Older posts

  • Linkedin link

Minacoder - Harry Duong