Author archive: ZERIN

Commands Linux CentOS
Nodejs Service Run on Server Reboot in Linux CentOS
January 2, 2018
0
,
My nodejs software is installed in /root/soccer/public_html/ folder. I have a .sh script that start the service of nodejs, the .sh script name: node_auto.sh which file content is as follows: ################################### #!/bin/bash # My first script echo “Expost node Path ” export NODE_PATH=”/usr/local/lib/node_modules/npm/node_modules” echo “Start ProGateway servere” forever start app.js forever list ########################### Linux Command […]
Uncategorized
Effective Engineer Guide
December 29, 2017
0
Uncategorized
Stripe Payment Gateway Error – Process Payment Unsafely – Settings Fixing
December 20, 2017
0
If you integrate Stripe Payment Gateway in 3rd party shopping cart & faced the problem that transaction was not happening properly & have received the following error message: ######################################################################################################################## Failed (1326035). Reason: Sending credit card numbers directly to the Stripe API is generally unsafe. To continue processing use Stripe.js, the Stripe mobile bindings, or Stripe Elements. […]
PMP
Elaboration of the Processes Flow of the PMBOK® Guide 5th Edition by Ricardo Vargas
December 13, 2017
0
, , ,
Elaboration of the Processes Flow of the PMBOK® Guide 5th Edition  by Ricardo Vargas
Very well presentation of PMP processes in sequences Credit goes to: Ricardo Vargas. Process showing in the video can be downloaded from http://www.ricardo-vargas.com/pmbok5-processes-flow/
Laravel 5
Laravel Error Fix: Laravel 5 InvalidArgumentException in FileViewFinder.php line 137: View [.admin] not found
December 6, 2017
0
If you recently deployed you project to your production server or moved the project to another server, do not forget to clear the app cache by running these commands. php artisan cache:clear php artisan view:clear php artisan config:cache it should fix it. Also consider updating your .env file to match new environment variables.  
Certification PMP
PMP Terms Definition
November 13, 2017
0
What is Organization Vision, Mission & Values: Organization Vision describes the desired future state of the organization. Organization Mission describes why the organization exist. Organization Values describes the ideals that bind the organization together, used to help guide decisions. Organization Project Management (OPM): Framework utilizing project, program, and portfolio management. Also link to organizational enablers. […]
Entrepreneur Fundamental
Lessons first-time startup founders can learn:
October 3, 2017
0
, , , ,
Lessons first-time startup founders can learn:
What can be learnt from HBO’s Silicon Valley TV Serial: 1. Don’t sell immediately Lesson: Figure out your exit strategy from the get-go and set your goals. Did you build your startup to help people and change the world? Or do you just want to make money? Don’t immediately sell when you get your first […]
Coding IOS + Swift
IOS + Swift Code: Read Data from Remote Json File
September 6, 2017
0
, ,
My JSON FILE: {"teams":[{ "id": "1", "clubName": "USJF", "isDeleted": "0" }, { "id": "2", "clubName": "Docume", "isDeleted": "0" }, { "id": 3, "clubName": "Chelsea", "isDeleted": 0 }, { "id": 4, "clubName": "Bercelona", "isDeleted": 0 }]} JSON FILE Screenshot: IOS CODE: // // ViewController.swift // HelloJson // // Created by Arifur Rahman Zerin on 9/5/17. // […]
Uncategorized
Protected: Neural Networks and Deep Learning – Week 2 – Quiz Answer
September 4, 2017
0
There is no excerpt because this is a protected post.
Computer Learnings Neural Networks and Deep Learning
Protected: Neural Networks and Deep Learning – Week 1 – Quiz Answer
September 4, 2017
0
There is no excerpt because this is a protected post.