Open in app

Sign In

Write

Sign In

Alex Moline
Alex Moline

Home

About

Apr 25, 2021

Google Cloud Deployment

As one of the most used search engines and owner of applications aimed to showcase the work of others such as YouTube, it seemed inevitable that Google would find a way to branch out its services to developers. This inevitably manifested in the form of the Google Cloud platform that…

Google Cloud Platform

2 min read

Google Cloud Deployment
Google Cloud Deployment
Google Cloud Platform

2 min read


Apr 12, 2021

Continuous Integration and Delivery

As programmers, there may come a time where you may have to work with others. The workflow of partner or even group programming may seem like a daunting task, but in all actuality, it can be as easy as programming by yourself. …

3 min read

Continuous Integration and Delivery
Continuous Integration and Delivery

3 min read


Mar 21, 2021

C.R.U.D

Create, Read, Update, & Delete. These four elements make up the majority of everything that is on the internet and are important to lay the foundation of great design for applications. The knowledge of C.R.U.D …

Crud

2 min read

C.R.U.D
C.R.U.D
Crud

2 min read


Mar 8, 2021

Schema Design

Schema’s, the blueprint for every database, are the fundamental bases on which we dictate how to store data. Every schema is different and each is unique to fit the needs of each individual, company, or even user, but how we build our blueprints can affect a programmers ability to access…

Database

3 min read

Schema Design
Schema Design
Database

3 min read


Feb 14, 2021

Async/Await

As programmers, it is necessary to always improve the way we code and how we make our code easier to be read by other programmers. The concepts used today may inevitably change and it is important to keep up. One change that is becoming more and more popular are async/await…

Promises

3 min read

Async/Await
Async/Await
Promises

3 min read


Jan 31, 2021

The FS Module (Node v8)

What is FS? — The fs module is shorthand for the file system module which handles different input/output operations. The different methods determine whether the operation is interpreted as an input such as fs.readFile, or output like fs.writeFile, both of which will be discussed later. For starters, a vital part of the fs module…

Nodejs

2 min read

Nodejs

2 min read


Jan 18, 2021

React PropTypes

As programmers, it is very important to have a wide arsenal of framework knowledge. Every Framework is different and some are better tailored to cater to specific niches. One popular framework React, which was released in 2013, has a very interesting method of testing data using a system called proptypes! …

React

2 min read

React PropTypes
React PropTypes
React

2 min read


Dec 6, 2020

Passing Data In React

In React, the way data flows is a one-way path, meaning that often child components are nested within parent components. This is important as this affects the way data is passed in React, specifically from a child component to a parent component. To know how to pass data, it is…

React

3 min read

Passing Data In React
Passing Data In React
React

3 min read


Nov 16, 2020

What Are Backbone Events for Model/ Views?

What are Events? In Backbone, events are modules that can be put into any object that gives the object the ability to bind or trigger events. Events are named, never truly have to be declared before they are bound to an object and they may rake in arguments. How do Events relate to Models/Views? In Backbone, the focus of…

Backbonejs

2 min read

What Are Backbone Events for Model/ Views?
What Are Backbone Events for Model/ Views?
Backbonejs

2 min read


Nov 6, 2020

CORS and Single Origin Policy

On the internet, it is common to see websites or clients as they can be referred to use information or media from an unrelated website. The way this is done is through CORS, which is a way for clients to share resources with other clients. …

Security

2 min read

CORS and Single Origin Policy
CORS and Single Origin Policy
Security

2 min read

Alex Moline

Alex Moline

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech