Open in app
Home
Notifications
Lists
Stories

Write
Jeff Simons Decena
Jeff Simons Decena

Home

Pinned

Simple TDD in Laravel package development with 10 steps

Last 2017, I have written an article on how to get you on the ground with test-driven development of TDD. In that article, I have laid down the foundation on how to get your development environment running with PHPUnit. I am also in my early years doing test-driven development at…

Laravel

5 min read

Simple TDD in Laravel package development with 10 steps
Simple TDD in Laravel package development with 10 steps

Pinned

Simple TDD in Laravel with 11 steps

Most web developers cringe when they hear of TDD (test-driven development). Well, I did when I was asked to program with TDD first. When you are starting off, it feels overwhelming. If you resist it, it will make it harder for you to learn it. So what should you do…

Laravel

7 min read

Simple TDD in Laravel with 11 steps
Simple TDD in Laravel with 11 steps

Feb 13

How to use the API of Aggreg82r.com?

Note: If you want the screen recordings, see below: Log in and enable payment gateway in your account: https://www.loom.com/share/38f5a3acccdc4e53b02c50d84edfce64 How to generate API key and secret and authenticate: https://www.loom.com/share/9d383be0e69e41b4ad397ef32d0ec0d9 How to make transactions with the app: https://www.loom.com/share/898c5fc477a84fbd837303c9845ce9f1 STEP 1: How to generate api keys and authenticate?

API

3 min read

How to use the API of Aggreg82r.com?
How to use the API of Aggreg82r.com?

Jul 5, 2020

Simple TDD in NodeJS with 5 Steps

You need to start TDD in NodeJS right now! Some asks why? I ask, why not? I started writing the TDD in Laravel — currently the most famous PHP web framework, with simple instructions on how to start a PHP programmer’s test driven development journey. …

Nodejs

3 min read

Simple TDD in NodeJS with 5 Steps
Simple TDD in NodeJS with 5 Steps

Aug 31, 2019

Building your first Electron app

Building your very first Electron app Many applications, back in the day, were made with native windows client. A user will just have to click a desktop icon and voila! Ready to use app. Fast track today, most of the applications are already in the “cloud” and is web based. Web technology for most of the…

Java Script

4 min read

Building your first Electron app
Building your first Electron app

Jul 16, 2018

Base Repository package

I have been reusing my base repository class for most of my projects. And with every project, I keep on missing new methods I created from the last update. So now, I created a package for it. I call it: Base Repo Package Here’s the readme file:

Laravel

1 min read


Mar 7, 2018

CRUD Feature Testing in Laravel 5

After the articles on unit testing and negative unit testing, let us take a look into Feature testing. These tests are hitting your controllers and asserting if the responses are correct. I would still use my carousel example from the previous article. Create carousel feature test In testing the feature of your application, make…

Laravel

3 min read

CRUD Feature Testing in Laravel 5
CRUD Feature Testing in Laravel 5

Mar 7, 2018

Negative CRUD Unit Testing in Laravel 5

As part II of the CRUD Unit Testing in Laravel 5, we continue with negative testing. What we have in the previous article is testing the positive side; say it CAN create, update, show or delete the carousel we are trying to do. Now let us test the opposite, what…

PHP

2 min read

Negative CRUD Unit Testing in Laravel 5
Negative CRUD Unit Testing in Laravel 5

Mar 7, 2018

CRUD Unit Testing in Laravel 5

Recently, I started an open source e-commerce application called LARACOM made with Laravel together with Rob Gloudemans’ shopping cart and other related e-commerce packages. When starting this project, I have to think of the long term so never in my mind that I will not use the TDD (test driven…

PHP

5 min read

CRUD Unit Testing in Laravel 5
CRUD Unit Testing in Laravel 5

Oct 12, 2017

Laravel Passport Multi-Auth

Laravel passport is a great package to authenticate your user to your web or mobile app. It uses the OAuth2 package by phpleague underneath. It should solve most of the API developers problem on the authentication side. While Laravel Passport is useful to most developers, it is still a puzzle on how to authenticate multiple (user) models within it since underneath(by default), it looks on the users table only.

Laravel

1 min read

Jeff Simons Decena

Jeff Simons Decena

Senior Fullstack Engineer

Following
  • Bennett Garner

    Bennett Garner

  • Phil Sturgeon

    Phil Sturgeon

  • Chris Harrison

    Chris Harrison

  • Taylor Otwell

    Taylor Otwell

  • Jan Jeric Cabana

    Jan Jeric Cabana

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable