Sukma Rizki

Sukma Rizki @sukmarizki04

About: Let me introduce myself, my name is Sukma Rizki, I like reading and writing news or articles, I am a student currently pursuing my education and I am a junior programmer. Greetings to meet you all, I

Location:
indonesia
Joined:
Feb 29, 2024

Sukma Rizki
articles - 23 total

Certified Cyber

https://pauljerimy.com/security-certification-roadmap/

Learn More 1 0Jun 4

Main difference between struct and class.

The main difference between structs and classes in Swift lies in the way they store and manage data...

Learn More 1 0May 4

Observer Pattern

The Observer Pattern is a behavioral design pattern that defines a one-to-many dependency between...

Learn More 0 0Feb 1

Builder Pattern-Pattern

The Builder Pattern is a creational design pattern that allows for the step-by-step creation of...

Learn More 0 0Feb 1

Singleton Pattern

1.Purpose The Singleton Pattern is a creational design pattern that ensures a class has only one...

Learn More 0 0Jan 31

Flutter Design Pattern Bussines Logic Component (BLOC)

BLoC (Business Logic Component) Design Pattern Purpose: The BLoC (Business Logic Component) design...

Learn More 0 0Jan 11

Design Pattern in Flutter MVVM

Purpose: The MVVM (Model-View-ViewModel) pattern is used to separate the UI (View) from the business...

Learn More 0 0Jan 8

Interesting Control Flow in the circle

in Go (Golang), control flow is managed using several fundamental constructs, including conditionals...

Learn More 0 0Aug 28 '24

Query a database Using Go

Step 1: Install the MySQL driver First, you'll need to install a MySQL driver for Go. A popular one...

Learn More 1 0Aug 15 '24

Level Basic Junior Programming Go

Let's Learn with Go technology If you read you get no knowledge, but if you read and type you get...

Learn More 1 0Aug 10 '24

Unit Test At Go

Go provides a testing package, containing many tools for unit testing purposes. Preparation Let's...

Learn More 0 0Jul 30 '24

Reading data from Mysql server

import the required packages, then prepare a struct with the same schema as in the example of the...

Learn More 0 0Jul 28 '24

Web Service Api Server in Go

In this chapter, we will present go and Json web programming to create an API web service with...

Learn More 0 0Jul 22 '24

Pipeline Concept

The definition that is easiest to understand from the author is several processes that run...

Learn More 2 0Jul 5 '24

Concurrency Pattern Pipeline

Discussing concurrency or concurrency in Go programming, In this chapter we will discuss one of the...

Learn More 1 0Jun 15 '24

How to Use Http Request

The first thing is to import the net/http package, apart from containing tools for web creation...

Learn More 0 0May 4 '24

Implementation of function as Parameters

The way to create a function as a function parameter is direcly write the function schema as a data...

Learn More 0 0Apr 26 '24

Application Of The Multiple Return Function

How to create a function that has a return value is not difficult. Just write when declaring the...

Learn More 0 0Apr 5 '24

Hash SHA1 at go

Hash is an encryption algorithm to convert text into a string of characters random. The number of...

Learn More 3 4Mar 26 '24

Cara Menyediakan Flutter di windows

Flutter, perangkat pengembangan perangkat lunak UI sumber terbuka yang revolusioner dari Google,...

Learn More 0 0Mar 24 '24

What is Mutex ?

Before using mutex? It's a good idea for you to learn about race conditions, because these two...

Learn More 0 2Mar 4 '24

Pointer Deployment in Golang

Variables in Golang using pointers are marked with *(asterisk) right before writing the data...

Learn More 0 0Mar 2 '24

Http Request Form Data at Golang

There are several things you need to remember to insert data into a request import package bytes and...

Learn More 15 2Feb 29 '24