Tag tutorial

Array Map in Javascript

Array Map can be used to create a new array by calling a function on each element on a another array using .map() method. This is done declaratively alternate to...

Setup Wifi Access Point and Share Internet on Ubuntu/Debian

Sharing a simple and reliable way to setup a wifi access point with shared internet connectivity using hostpad.

Tag debian

Setup Wifi Access Point and Share Internet on Ubuntu/Debian

Sharing a simple and reliable way to setup a wifi access point with shared internet connectivity using hostpad.

Tag ubuntu

Setup Wifi Access Point and Share Internet on Ubuntu/Debian

Sharing a simple and reliable way to setup a wifi access point with shared internet connectivity using hostpad.

Tag linux

Setup Wifi Access Point and Share Internet on Ubuntu/Debian

Sharing a simple and reliable way to setup a wifi access point with shared internet connectivity using hostpad.

Tag wifi

Setup Wifi Access Point and Share Internet on Ubuntu/Debian

Sharing a simple and reliable way to setup a wifi access point with shared internet connectivity using hostpad.

Tag hostapd

Setup Wifi Access Point and Share Internet on Ubuntu/Debian

Sharing a simple and reliable way to setup a wifi access point with shared internet connectivity using hostpad.

Tag ruby

Using Safe Navigation while navigating chained objects

In object-oriented programming, the safe navigation operator (also known as optional chaining operator, safe call operator, null-conditional operator, null-propagation operator) is a binary operator that usually returns null if its...

Tag ror

Using Safe Navigation while navigating chained objects

In object-oriented programming, the safe navigation operator (also known as optional chaining operator, safe call operator, null-conditional operator, null-propagation operator) is a binary operator that usually returns null if its...

Tag ruby-on-rails

Using Safe Navigation while navigating chained objects

In object-oriented programming, the safe navigation operator (also known as optional chaining operator, safe call operator, null-conditional operator, null-propagation operator) is a binary operator that usually returns null if its...

Tag rails

Using Safe Navigation while navigating chained objects

In object-oriented programming, the safe navigation operator (also known as optional chaining operator, safe call operator, null-conditional operator, null-propagation operator) is a binary operator that usually returns null if its...

Tag javascript

Array Map in Javascript

Array Map can be used to create a new array by calling a function on each element on a another array using .map() method. This is done declaratively alternate to...

Early return for more readability

By returning early from a method, we can reduce the nested conditions and make code more readable.

Pattern Matching and Array Destructuring - Functional Programming

Pattern matching is a powerful concept used with Functional Programing. It is actually a mechanism for checking a value against a pattern. A successful match can also deconstruct a value...

Using Safe Navigation while navigating chained objects

In object-oriented programming, the safe navigation operator (also known as optional chaining operator, safe call operator, null-conditional operator, null-propagation operator) is a binary operator that usually returns null if its...

Tag safe-navigation

Using Safe Navigation while navigating chained objects

In object-oriented programming, the safe navigation operator (also known as optional chaining operator, safe call operator, null-conditional operator, null-propagation operator) is a binary operator that usually returns null if its...

Tag best-practices

Early return for more readability

By returning early from a method, we can reduce the nested conditions and make code more readable.

Pattern Matching and Array Destructuring - Functional Programming

Pattern matching is a powerful concept used with Functional Programing. It is actually a mechanism for checking a value against a pattern. A successful match can also deconstruct a value...

Using Safe Navigation while navigating chained objects

In object-oriented programming, the safe navigation operator (also known as optional chaining operator, safe call operator, null-conditional operator, null-propagation operator) is a binary operator that usually returns null if its...

Tag elixir

Pattern Matching and Array Destructuring - Functional Programming

Pattern matching is a powerful concept used with Functional Programing. It is actually a mechanism for checking a value against a pattern. A successful match can also deconstruct a value...

Tag phoenix

Pattern Matching and Array Destructuring - Functional Programming

Pattern matching is a powerful concept used with Functional Programing. It is actually a mechanism for checking a value against a pattern. A successful match can also deconstruct a value...

Tag array-destructuring

Pattern Matching and Array Destructuring - Functional Programming

Pattern matching is a powerful concept used with Functional Programing. It is actually a mechanism for checking a value against a pattern. A successful match can also deconstruct a value...

Tag pattern-matching

Pattern Matching and Array Destructuring - Functional Programming

Pattern matching is a powerful concept used with Functional Programing. It is actually a mechanism for checking a value against a pattern. A successful match can also deconstruct a value...

Tag functional-programming

Pattern Matching and Array Destructuring - Functional Programming

Pattern matching is a powerful concept used with Functional Programing. It is actually a mechanism for checking a value against a pattern. A successful match can also deconstruct a value...

Tag early-returning

Early return for more readability

By returning early from a method, we can reduce the nested conditions and make code more readable.

Tag array-map

Array Map in Javascript

Array Map can be used to create a new array by calling a function on each element on a another array using .map() method. This is done declaratively alternate to...