Application

216 articles

Laravel+React+ES6+Browserify
Application 2017-09-26

Laravel+React+ES6+Browserify

Integrate React with Laravel using Browserify and Babel transpilation to write modern ES6 code with proper module support.

#React#JavaScript#npm#webpack#ES6#browserify#ES5
Implementing Forms with Laravel, React, and Superagent
Application 2017-09-26

Implementing Forms with Laravel, React, and Superagent

Build AJAX forms combining Laravel APIs, React components, and Superagent for HTTP requests and validation.

#Laravel#React#AJAX#Superagent
Creating a Rest API with Laravel
Application 2017-09-26

Creating a Rest API with Laravel

Create Laravel REST APIs using ResourceControllers with authentication middleware and JSON responses.

#API#Laravel#React#REST
Notify Bitcoin Asset Status to Slack Using bitFlyer's Private API Part 2
Application 2017-09-26

Notify Bitcoin Asset Status to Slack Using bitFlyer's Private API Part 2

Implement Bitcoin monitoring using async/await, bitFlyer private API authentication, and Slack integration.

#bitFlyer#API#async#Bitcoin#Node.js
Notify Bitcoin Asset Status on Slack Using bitFlyer's Private API
Application 2017-09-26

Notify Bitcoin Asset Status on Slack Using bitFlyer's Private API

Learn bitFlyer API integration with Node.js, HMAC-SHA256 signing, and Slack webhook message formatting.

#API#Bitcoin#Node.js#bitFlyer
Got Tired of Typing Directories with the cd Command, So I Made It Easier with a Shell Script
Application 2017-09-26

Got Tired of Typing Directories with the cd Command, So I Made It Easier with a Shell Script

Simplify bash directory navigation using shell scripts with menu selection for faster command-line traversal and productivity.

#bash#Shell Script
Using dotEnv Environment Variables on the Client Side - dotenv-webpack
Application 2017-09-26

Using dotEnv Environment Variables on the Client Side - dotenv-webpack

Master dotenv-webpack to load environment variables on the client side with webpack and security best practices.

#JavaScript#npm#webpack
Using Notifications in Laravel 5.2
Application 2017-09-26

Using Notifications in Laravel 5.2

Discussion on using Notifications in Laravel 5.2.

#Laravel
Distributing Validation Rules within the FormRequest's rules Method
Application 2017-09-26

Distributing Validation Rules within the FormRequest's rules Method

Distribute conditional validation rules in Laravel FormRequest for multiple forms and REST API request handling.

#Laravel
Programming Language Go
Application 2017-03-12

Programming Language Go

Programming Language Go

#Golang#Book Review
Web Application Development with Go
Application 2017-03-12

Web Application Development with Go

Web Application Development with Go

#Golang#Book Review
Eric Evans' Domain-Driven Design
Application 2016-12-09

Eric Evans' Domain-Driven Design

Eric Evans' Domain-Driven Design

#DDD#Book Review
Introduction to React: Component-Based Web Frontend Development
Application 2016-08-04

Introduction to React: Component-Based Web Frontend Development

Introduction to React: Component-Based Web Frontend Development

#React#Book Review
Using the Debug Tool laravel-debugbar in Laravel
Application 2016-06-26

Using the Debug Tool laravel-debugbar in Laravel

Introducing the laravel-debugbar debug tool for Laravel.

#Laravel
Readable Code - Simple and Practical Techniques for Writing Better Code
Application 2016-06-15

Readable Code - Simple and Practical Techniques for Writing Better Code

Readable Code - Simple and Practical Techniques for Writing Better Code

#Code Quality#Book Review
Easy Laravel Installation with Installer
Application 2016-05-15

Easy Laravel Installation with Installer

Install Laravel quickly using the global installer for faster project creation than traditional composer methods.

#Laravel