Postingan

Xampp

 1. cara untuk memindahkan data xampp lama ke xampp baru  Copy the  ib_logfileXX  and  ibdata  file from old mysql/data folder to the new mysql data folder and it will fix the issue

Referensi BUKU

 1. https://www.gramedia.com/blog/rekomendasi-buku-untuk-meningkatkan-skill-kemampuan-berkomunikasi-dengan-baik/

Indikator MT4

 1. FVG ( imbalance ) https://forex-station.com/smart-money-concept-smc-indicators-for-mt4-t8475445-30.html

Belajar PODMAN & DOCKER

 1. download dekstop podman  2. kemudian download repository images  podman run -d -p 8080:80 nginx 3. install httpd  podman run -d -p 8080:80 httpd 4. untuk jadikan cointainer nginx  podman run -d -p 8080:80 -v D:\Podman:/usr/share/nginx/html nginx 5. untuk menjalankan cointainer node js  podman run -d -p 8080:80 -v D:\Podman:/usr/src/app node index.js

Roadmap Programing

 1. https://roadmap.sh/

Tool IT

 1. medicat  https://medicatusb.com/docs/

C++

 1. cara install c++ visual studio https://www.youtube.com/watch?v=zv8DkkhBNR0&ab_channel=BoostMyTool 2. error .net  https://stackoverflow.com/questions/65209536/microsoft-visual-studio-2019-the-project-file-cannot-be-opened-unable-to-locat 3. tambahkan script di main  #include "Login.h" using namespace System; using namespace System::Windows::Forms; void main() { Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); Project1::Login form; Application::Run(% form); }