Skip to main content
Drupaland

Main navigation

  • Home
  • Portfolio
  • Blog
  • Apps

Programming

PHP 7: New strict type-checking mode

In this video I am demonstrating the new strict type checking mode (strict_types declare() directive) available in PHP 7 (related to the new Scalar Type Declarations).

RFC: https://wiki.php.net/rfc/scalar_type_hints_v5

Tags
PHP
Programming
  • Read more about PHP 7: New strict type-checking mode

Functional programming: Writing bug free programs

In this video, I am providing a simple example showing how functional programming can help us avoid common mistakes/bugs.

Tags
Programming
  • Read more about Functional programming: Writing bug free programs

How to emulate the takeLast RxJS operator in pure JavaScript

Tags
Programming
  • Read more about How to emulate the takeLast RxJS operator in pure JavaScript

Simplifying nested if else statements and using guard clauses

Tags
Programming
  • Read more about Simplifying nested if else statements and using guard clauses

Rust iterators are lazy

Tags
Rust
Programming
  • Read more about Rust iterators are lazy

Rust closures: Double free safety

Tags
Rust
Programming
  • Read more about Rust closures: Double free safety

Rust closures: Performance

Tags
Rust
Programming
  • Read more about Rust closures: Performance

Why use a forEach instead of a for loop?

Tags
Programming
  • Read more about Why use a forEach instead of a for loop?

Pagination

  • Previous page ‹‹
Subscribe to Programming