Application
216 articles
SPA Boilerplate with React, react-redux, react-router, ES6, and webpack
Explore React SPA boilerplate architecture with Redux, React-router, webpack, and Babel for modern applications.
Creating a Follow Button with React
Build a follow button component in React with toggle states and hover functionality similar to social media platforms.
React+marked+highlight
Integrate React markdown editor with marked and highlight.js for syntax-highlighted code block rendering.
Implementing a Form with Multiple Inputs in React
Master implementing React forms with multiple controlled inputs using nested state object management patterns.
Considering Directory Structure for React+Redux
Exploring directory structures for integrating React+Redux into applications.
Articles Referenced for Building an SPA with React and Redux
Explore curated React Redux resources for SPA development, Redux middleware, and architectural patterns.
Implementing a Tag Feature with Suggestions Using React Tag Autocomplete
Implement tag autocomplete feature in React using React Tag Autocomplete library with API integration.
Encountering 'Uncaught (in promise) error' with redux-form Server-side Validation
Fix 'Uncaught (in promise) error' in redux-form server-side validation by returning promises and properly throwing SubmissionError.
Single Table Inheritance, Class Table Inheritance, and Concrete Class Inheritance
Explaining three patterns to represent object inheritance in databases: Single Table Inheritance, Class Table Inheritance, and Concrete Class Inheritance.
Updated Vagrant from 1.7.4 to 1.9.1 and Encountered 'Bringing up interface eth2: Device eth2 does not seem to be present, delaying initialization.'
A story about encountering network errors after updating Vagrant from an older version.
Using VirtualHost with Vagrant
Configure VirtualHost with Vagrant using vagrant-hostupdater and Apache for multi-domain local development environments.
Created a Google Extension Plugin
Build a Google Chrome extension plugin with manifest.json and JavaScript: Complete guide to creating your first plugin.
Created Git Shortcut Commands in .bashrc
Create powerful git aliases and bash functions for branch checkout, pull, and push operations using .bashrc configuration.
Created a Shell Script to Simplify Git Commands
Build interactive shell scripts using select to manage git branch checkouts, remote branch pulls, and local branch deletion.
Understanding ES6 Export and Import
Master ES6 module syntax with named and default exports, wildcard imports, aliasing, and modern patterns.
Implementing the Repository Pattern in Laravel
A smart implementation pattern related to DB operations, let's discuss the repository pattern.
Creating Custom Artisan Command in Laravel 5.3
Implement custom Laravel Artisan commands to automatically generate repository files and streamline development workflow patterns.
Encountering CsrfToken Issues with AJAX in Laravel
Resolve Laravel CSRF token issues in AJAX requests by configuring VerifyCsrfToken middleware to exclude API routes.
Handling CORS with Laravel
Configure Laravel CORS handling with middleware for cross-origin requests and preflight request support using axios.
Using Events in Laravel
Manage methods you want to trigger during specific events like user registration or withdrawal using event listeners.