Archive 2017

75 articles

Modern JS Talk──Promise
Application 2017-12-29

Modern JS Talk──Promise

Master Promises for asynchronous operations, chaining with .then(), error handling, and avoiding callback hell.

#ES5#ES6#JavaScript
Things I Bought This Year That Were Worth It
Poetry 2017-12-25

Things I Bought This Year That Were Worth It

Review top 2017 purchases including Bluetooth audio gear, Cote&Ciel bags, and gym membership for enhanced personal performance.

#Life#Gadgets
Modern JS Talk: Arrow Functions
Application 2017-12-25

Modern JS Talk: Arrow Functions

Learn arrow function syntax, lexical this binding, and ES2015 function expressions for modern JavaScript development.

#ES5#ES6#JavaScript
Modern JS Talk──Classes
Application 2017-12-25

Modern JS Talk──Classes

Explore ES6 class syntax, constructor definitions, getters/setters, and strict mode behavior in modern JavaScript.

#ES5#ES6#JavaScript
Modern JS Talk: Destructuring Assignment
Application 2017-12-25

Modern JS Talk: Destructuring Assignment

Master destructuring assignment for arrays and objects with default values and aliasing in modern JavaScript.

#ES5#ES6#JavaScript
Modern JS: import and export
Application 2017-12-25

Modern JS: import and export

Master ES6 import/export statements, named exports, default exports, and module composition in JavaScript development.

#ES5#ES6#JavaScript
Modern JS Discussion: var/let/const
Application 2017-12-25

Modern JS Discussion: var/let/const

Understand var, let, and const declarations, scope types, hoisting behavior, and temporal dead zone in JavaScript.

#ES5#ES6#JavaScript
Quickly Create a Markdown Editor with React
Application 2017-12-25

Quickly Create a Markdown Editor with React

Create functional React markdown editor with marked library supporting live markdown preview and transformation.

#ES5#ES6#JavaScript#React
Being Geek: Career Strategies to Stay a Geek
Career 2017-12-23

Being Geek: Career Strategies to Stay a Geek

Being Geek: Career Strategies to Stay a Geek

#Book Review
Presented at PHP Conference 2017 on "Starting OSS as a Third-Year Engineer"
Poem 2017-10-11

Presented at PHP Conference 2017 on "Starting OSS as a Third-Year Engineer"

Discover insights from presenting OSS development as a third-year engineer at PHP Conference 2017 and gaining community stars.

#OSS#PHP#LT#PHP Conference
Test-Driven Development
Testing 2017-10-08

Test-Driven Development

Test-Driven Development

#Book Review
Installing anyenv on Mac
Infrastructure 2017-10-01

Installing anyenv on Mac

Install and configure anyenv on Mac to manage multiple programming language versions with proper PATH and environment setup.

#shell script#anyenv
Introducing React to Laravel with Bower
Application 2017-10-01

Introducing React to Laravel with Bower

A guide on integrating React into a Laravel project using Bower.

#Laravel#React
Trying Out Laravel's Deployment Tool: Laravel Envoy
Infrastructure 2017-10-01

Trying Out Laravel's Deployment Tool: Laravel Envoy

Deploy Laravel applications efficiently with Envoy including tasks, git hooks, and Slack deployment notifications.

#Laravel#Deployment
How to Use a Common Template for Error Messages in Laravel
Application 2017-10-01

How to Use a Common Template for Error Messages in Laravel

Explains how to handle Laravel error pages with a common template.

#Laravel
Customizing Values Validated by Laravel Form Requests
Application 2017-10-01

Customizing Values Validated by Laravel Form Requests

Learn how to customize the values validated by Laravel form requests.

#Laravel
Excluding Table Names from Laravel's Many-to-Many Relations
Application 2017-10-01

Excluding Table Names from Laravel's Many-to-Many Relations

Configure Laravel many-to-many relationships with custom pivot table names in Eloquent relationships.

#Laravel
Differences Between redirect('hoge') and redirect()->to('hoge') in Laravel
Application 2017-10-01

Differences Between redirect('hoge') and redirect()->to('hoge') in Laravel

Understand the differences between redirect() and redirect()->to() helper functions and when to use each.

#Laravel
Directory Structure and Nginx Config for Integrating SPA with Laravel
Infrastructure 2017-10-01

Directory Structure and Nginx Config for Integrating SPA with Laravel

Configure Laravel for single-page apps with proper directory structure and Nginx routing for frontend and backend.

#Laravel#React#Nginx
Automating Let's Encrypt Certificate Renewal (cron) with a Touch of Slack Integration
Infrastructure 2017-10-01

Automating Let's Encrypt Certificate Renewal (cron) with a Touch of Slack Integration

Automate Let's Encrypt certificate renewal with cron scheduler and Slack notifications for both completion success and failure events.

#cron#Let's Encrypt#shellscript#Slack