Skip to content

Instantly share code, notes, and snippets.

View prondubuisi's full-sized avatar
💭
Working Remotely

Onyemenam Ndubuisi prondubuisi

💭
Working Remotely
  • Owerri, Imo. Nigeria.
View GitHub Profile
<?php
namespace App\Http\Controllers\Crm;
use App\Http\Response;
use App\Http\Controllers\Controller;
use App\Http\Requests\Crm\GardenerBulkMessageRequest;
use App\Http\Resources\Crm\GardenerBulkMessagingResource;
use App\Repositories\GardenerBulkMessageRepository as MessageRepository;
use App\Repositories\GetStreamChannelURLRepository as ChannelRepository;
@prondubuisi
prondubuisi / IxDF-questions-and-answers.md
Last active March 12, 2024 20:29
Questions and Answers for IxDF Work Essay

------ 1. ------ Please describe an interest, favorite activity, or hobby of yours. It could be anything: just something you enjoy doing. For this particular answer, please only write up to 60 words and do it in a way that captivates your readers (us!).

Over the last quarter, I have interacted with many techies as part of my participation in developer events. These interactions have been enlightening, as I can relate to newbies' struggles to land their first roles. My favorite pastime is helping techies position themselves for roles and offering insights from my experience regarding climbing the ladder with their careers.

------ 2. ------ What is most important to you when you look for a new job? Please be completely honest and transparent about your situation and season of life; we’re not looking for “the right answer”. The more you tell us, the better we can align.

The people. Software engineering is mostly about figuring stuff out, sometimes sooner, sometimes later. If you work with friendly, helpful,

Website Files

The S3 bucket is created.

image

image

The S3 bucket is congured to support static website hosting.

image

The S3 bucket has an IAM bucket policy that makes the bucket contents publicly accessible.

Static Website Upload Screenshot

image

image

Static Webhosting Configuration Screenshot

image

IAM Bucket Policy Screenshot

Build Simple Ping Time App With Livewire Polling

undraw_Time_management_re_tk5w

Problem

You are working on your next big side project, and there are several hosting alternatives. Speed is an essential factor for your application. Which hosting option has the best speed?

Your approach to determining the speed of your application is measuring the ping time interval. The ping time interval measures from when your client(browser) sends a request to your server to when your server returns a response to the client. How can you measure the ping time interval in a Livewire application?

@prondubuisi
prondubuisi / Udacity_static_website_deployment.md
Last active January 8, 2023 08:45
Udacity Static Website Deployment Project Submission Files

Static Website Upload Screenshot

image

image

Static Webhosting Configuration Screenshot

image

IAM Bucket Policy Screenshot

Build process completed successfully
Installing '/usr/local/lib/php/extensions/no-debug-non-zts-20200930/grpc.so'
install ok: channel://pecl.php.net/grpc-1.38.0
configuration option "php_ini" is not set to php.ini location
You should add "extension=grpc.so" to php.ini
Removing intermediate container dd9c198c7b1c
---> 7def76b057b0
Step 4/4 : WORKDIR /usr/src/myapp
---> Running in 4de586be792f
Removing intermediate container 4de586be792f
@prondubuisi
prondubuisi / variables.go
Created June 27, 2020 02:19
Variable Declaration in Go
package main
import (
"fmt"
)
var message string = "Hello"
var num1, num2 int = 1, 2
var a = "initial"

Open Source Static Analysis Integration with Jenkins, Github, DigitalOcean and Psalm

Overview

  • Setup Digital OceanDroplet
  • Install Jenkins and required plugins
  • Configure Github to work with Jenkins
  • Set up PHP project
  • Add Psalm to project
  • Noteworthy Psalm Features
@prondubuisi
prondubuisi / Gsoc-2019-report.md
Last active February 22, 2024 06:31
GSoC 2019 report for CiviCRM project; Static Code Analysis Integration and PHPUnit code coverage report Improvements for CiviCRM