Code – ActivateSaga https://activatesaga.com ActivateSaga. Content for Web Artisans. Wed, 17 Apr 2024 14:34:01 +0000 en-US hourly 1 https://wordpress.org/?v=4.8.24 https://activatesaga.com/wp-content/uploads/2017/10/favicon-150x150.jpg Code – ActivateSaga https://activatesaga.com 32 32 Pondering About My Main Backend Techstack of Choice https://activatesaga.com/pondering-main-backend-techstack-choice/ https://activatesaga.com/pondering-main-backend-techstack-choice/#comments Sat, 07 Jul 2018 00:58:11 +0000 https://activatesaga.com/?p=6080 For about eight months or so, I decided to commit myself and focus on Node.js as my main backend techstack of choice. PHP/Laravel have treated me well and I’ve been loving Go, but I...

The post Pondering About My Main Backend Techstack of Choice appeared first on ActivateSaga.

]]>
https://activatesaga.com/pondering-main-backend-techstack-choice/feed/ 6
The Ternary Operator in PHP https://activatesaga.com/ternary-operator-php/ https://activatesaga.com/ternary-operator-php/#respond Tue, 29 Aug 2017 20:12:41 +0000 https://activatesaga.com/?p=5376 If you have a small if/else statement, it could possibly be turned into a ternary operator. What is a ternary operator The ternary operator is a comparison operator and can be looked at as...

The post The Ternary Operator in PHP appeared first on ActivateSaga.

]]>
https://activatesaga.com/ternary-operator-php/feed/ 0
Some Notes on ES6 (JavaScript) https://activatesaga.com/notes-es6-javascript/ https://activatesaga.com/notes-es6-javascript/#respond Sat, 25 Mar 2017 20:55:19 +0000 http://activatesaga.com/?p=4934 I’ve been taking a stab at ES6/ES2015 and Webpack for the past couple of days. So far I love it! I haven’t been the hugest fan of Javascript, however, I took the dive and...

The post Some Notes on ES6 (JavaScript) appeared first on ActivateSaga.

]]>
https://activatesaga.com/notes-es6-javascript/feed/ 0
Sending Email in Laravel with Mailables https://activatesaga.com/sending-email-laravel-mailables/ https://activatesaga.com/sending-email-laravel-mailables/#respond Thu, 15 Dec 2016 01:14:56 +0000 http://activatesaga.com/?p=4606 I recently found out about a feature in Laravel 5.3 as I was working with email. That was when I discovered Laravel Mailables. This is a great, clean way to send email; especially if...

The post Sending Email in Laravel with Mailables appeared first on ActivateSaga.

]]>
https://activatesaga.com/sending-email-laravel-mailables/feed/ 0
Autoloading PHP Files with Composer (psr-4) https://activatesaga.com/autoloading-php-files-composer-psr-4/ https://activatesaga.com/autoloading-php-files-composer-psr-4/#respond Fri, 09 Dec 2016 01:39:17 +0000 http://activatesaga.com/?p=4589 If you’re not sure what composer is, it’s a dependency manager for PHP. It’s very similar to NPM. Composer is a nice way to install PHP packages, manage dependencies, use it as an autoloader,...

The post Autoloading PHP Files with Composer (psr-4) appeared first on ActivateSaga.

]]>
https://activatesaga.com/autoloading-php-files-composer-psr-4/feed/ 0
Exploring Caching in Web Applications https://activatesaga.com/exploring-caching-web-applications/ https://activatesaga.com/exploring-caching-web-applications/#respond Thu, 08 Dec 2016 02:17:04 +0000 http://activatesaga.com/?p=4582 I’ve been exploring the topic of caching in web applications lately. To be more specific, I’ve been interested on how data gets cached for better performance; especially when you’re performing really expensive queries. Maybe...

The post Exploring Caching in Web Applications appeared first on ActivateSaga.

]]>
https://activatesaga.com/exploring-caching-web-applications/feed/ 0
Laravel Collections: The map() Method https://activatesaga.com/laravel-collections-the-map-method/ https://activatesaga.com/laravel-collections-the-map-method/#respond Thu, 01 Dec 2016 02:43:22 +0000 http://activatesaga.com/?p=4526 In the last blog post, I talked about collections in Laravel. I decided to make a video this time, taking about the map() method and what it does. The video explains the map() method...

The post Laravel Collections: The map() Method appeared first on ActivateSaga.

]]>
https://activatesaga.com/laravel-collections-the-map-method/feed/ 0
Laravel Collections Make PHP Development Awesome https://activatesaga.com/laravel-collections-make-php-development-awesome/ https://activatesaga.com/laravel-collections-make-php-development-awesome/#comments Wed, 30 Nov 2016 02:18:45 +0000 http://activatesaga.com/?p=4515 Laravel provides a lot of amazing tools out-of-the-box and collections are one of them. The collection class within Illuminate\Support is basically a wrapper that allows you to work with and manipulate arrays of data....

The post Laravel Collections Make PHP Development Awesome appeared first on ActivateSaga.

]]>
https://activatesaga.com/laravel-collections-make-php-development-awesome/feed/ 2
Daily Front-End #2.0: App UI https://activatesaga.com/daily-front-end-2-0-app-ui/ https://activatesaga.com/daily-front-end-2-0-app-ui/#respond Sat, 24 Sep 2016 18:56:57 +0000 http://activatesaga.com/?p=4340 This is Codepen I created that was inspired by this Dribbble shot. Didn’t have time to code up the whole design since I’m trying to pump these out daily for practice. However, this is...

The post Daily Front-End #2.0: App UI appeared first on ActivateSaga.

]]>
https://activatesaga.com/daily-front-end-2-0-app-ui/feed/ 0
Daily Front-End #1.0: Login Page https://activatesaga.com/daily-front-end-1-0-login-page/ https://activatesaga.com/daily-front-end-1-0-login-page/#respond Thu, 22 Sep 2016 23:05:20 +0000 http://activatesaga.com/?p=4331 Introduction Hello there! I’ve been wanting to do a daily thing where I code up some UI components just for practice. Maybe I’ll search around Dribbble and see if I build a design using...

The post Daily Front-End #1.0: Login Page appeared first on ActivateSaga.

]]>
https://activatesaga.com/daily-front-end-1-0-login-page/feed/ 0