Open in app
Home
Notifications
Lists
Stories

Write
Teman Ngoding

Home
About

Pinned

ReactJS Tutorial Part #6 ~ Using Constructors

Hello, how are you all friends, back again with Teman Ngoding. Previously we discussed State and Props in ReactJS, this time we will discuss Constructors in ReactJS. A constructor is a special function or method in a class that will be executed when an object is created or a component…

Using Constructors

3 min read

ReactJS Tutorial Part #6 ~ Using Constructors
ReactJS Tutorial Part #6 ~ Using Constructors

5 days ago

Golang Tutorial Part #7 ~ Constants

Hello, how are you all, friends, back again with Teman Ngoding. Previously we have studied Data Types in Golang, this time we will discuss constants in Golang. Constants refer to fixed values that cannot be changed by the program during execution. These fixed values are also called literals. Constants can…

Golang Tutorial

3 min read

Golang Tutorial Part #7 ~ Constants
Golang Tutorial Part #7 ~ Constants

May 10

Tutorial PHP — Fungsi bcpowmod()

Hello all coding friends, this time we will discuss the bcpowmod() function in PHP. In PHP, the bcpowmod() function is used to increase the base number of arbitrary precision to another exponent, minus the specified modulus. The bcpowmod() function accepts three numbers of arbitrary precision as a string and returns…

Fungsi Bcpowmod

2 min read

Tutorial PHP — Fungsi bcpowmod()
Tutorial PHP — Fungsi bcpowmod()

May 10

Difference between TreeMap, HashMap, and LinkedHashMap in Java

HashMap, TreeMap and LinkedHashMap all implements java.util.Map interface and following are their characteristics. HashMap HashMap has complexity of O(1) for insertion and lookup. HashMap allows one null key and multiple null values. HashMap does not maintain any order. TreeMap TreeMap has complexity of O(logN) for insertion and lookup. TreeMap does not allow…

Java

2 min read

Difference between TreeMap, HashMap, and LinkedHashMap in Java
Difference between TreeMap, HashMap, and LinkedHashMap in Java

May 9

PHP Tutorial ~ Addslashes Function

Hello, how are you all, friends, back again with TemanNgoding, this time we are still discussing PHP programming. The Addslashes function is to return the value of a string by providing or adding a backslash symbol in the form of a backslash before the single quote, double quote, and NUL…

Addslashes Function

3 min read

PHP Tutorial ~ Addslashes Function
PHP Tutorial ~ Addslashes Function

May 9

PHP Tutorial ~ Date and Time Format

Hello all friends, back again with Teman Ngoding. I wish you all good health and success always. This time we will discuss how to use the date and time format using the PHP programming language. This date format is very important when you make an application or website. because it…

Date And Time Format

7 min read

PHP Tutorial ~ Date and Time Format
PHP Tutorial ~ Date and Time Format

Apr 28

How to Use Seeder in Laravel

Hello, how are you all, friends, back again with Teman Ngoding. In the previous tutorial we discussed migration using Laravel, this time we will discuss seeders using Laravel. The database seeder in Laravel is used to run DML (Data Manipulation Language). Database seeders are very useful for initiating data on…

Laravel

2 min read

How to Use Seeder in Laravel
How to Use Seeder in Laravel

Apr 28

Using Scope in Laravel

Using Scope in Laravel Hello, how are you all friends, I wish you good health and success always. This time we will discuss Scope in Laravel, this is very useful for friends when creating projects that have many filters. Simply put, that scope is a query that we have created…

Laravel

3 min read

Using Scope in Laravel
Using Scope in Laravel

Apr 28

Golang Tutorial Part #6 ~ Data Types

Hello how are you all friends. This time we will continue the Golang tutorial, namely the Data Type in Golang. Golang has several data types numeric, string, and boolean. In the previous discussion we have implemented several data types such as string and numeric. …

Golang

4 min read

Golang Tutorial Part #6 ~ Data Types
Golang Tutorial Part #6 ~ Data Types

Apr 28

Laravel Migration

In this tutorial we will discuss about migration, how to create a migration file and how to use it. Migration is very easy when working in a team. What is Laravel Migration? Migration is a feature in Laravel, the migration Control Version System for databases. …

Migration Laravel

2 min read

Laravel Migration
Laravel Migration
Teman Ngoding

Teman Ngoding

https://temanngoding.com/ https://www.youtube.com/c/TemanNgoding

Following
  • Sarah Stankorb

    Sarah Stankorb

  • The Educative Team

    The Educative Team

  • Zachary Lee

    Zachary Lee

  • Zulie Rane

    Zulie Rane

  • Cory Doctorow

    Cory Doctorow

See all (93)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable