Open in app

Sign In

Write

Sign In

natasha selvidge
natasha selvidge

19 Followers

Home

About

Pinned

MVC

Model–View–Controller (MVC) is a software pattern for implementing user interfaces. It divides a given software application into three interconnected parts to separate internal representations from how information is presented to or accepted by the user. Users Whenever the user visits a website or interacts with a web application, clicks on…

2 min read

MVC
MVC

2 min read


Pinned

How to Fetch an API

In this post, I will teach you how to render a list of items from an API endpoint. We will go over how to make an HTTP request using Fetch API, learn the basics of a JavaScript Promise object, and chain Promises using the .then() method. …

4 min read

How to Fetch an API
How to Fetch an API

4 min read


Pinned

Application Programming Interface

So what is API? No, it’s not your favorite beverage at your local bar. API stands for Application Programming Interface. API’s essentially allow a developer to speak to another application online. API’s are built on existing applications. Usually, big companies make an API to enable developers to build applications that…

3 min read

Application Programming Interface
Application Programming Interface

3 min read


Feb 6

Understanding Craft CMS: The Future of Website Development

Craft CMS is a content management system that has been gaining popularity in recent years due to its ease of use, flexibility, and scalability. It’s a modern platform for web developers to build and manage websites, blogs, e-commerce sites, and more. …

2 min read

2 min read


Sep 10, 2021

The Difference Between Library and Framework

Let’s start with the biggest similarity between these two concepts. Both frameworks and libraries are reusable codes written by one or more developers that are used to help solve common problems. The biggest difference may seem strange, but it follows the “Hollywood principle”. Hollywood Principle: Library says: Just call me…

2 min read

The Difference Between Library and Framework
The Difference Between Library and Framework

2 min read


Sep 3, 2021

Version Control with Git

Before talking about Git, let’s define what is version control. It is a system that records changes to a file or set of files over time so that you can recall specific versions later. …

3 min read

Version Control with Git
Version Control with Git

3 min read


Aug 30, 2021

ORM

ORM stands for Object-Relational Mapping and it is a programming technique that abstracts your code from the database behind it. When we work with an object-oriented system, there is mismatch between the object model and the relational database. …

2 min read

ORM
ORM

2 min read


Aug 23, 2021

JavaScript Console Methods

The Console object provides access to the browser’s debugging console. While working with JavaScript, all of us have used the console.log() method. There are more console methods and in this blog post we’re going to take a look at the most popular ones. We will set up a simple HTML markup and import JavaScript index.js file.

2 min read

JavaScript Console Methods
JavaScript Console Methods

2 min read


Aug 11, 2021

Principles of OOP

Object-oriented programming is one of the most common ways of writing code and, one of the best-known paradigms out there. The moment you start learning to code anywhere OOP is usually covered. The four basic principles of object-oriented programming: Encapsulation Abstraction Inheritance Polymorphism Encapsulation — the process of bundling data…

2 min read

Principles of OOP
Principles of OOP

2 min read


Aug 8, 2021

Introduction to React

React is an open-source, frontend Javascript library for building user Interfaces or UI components. It is maintained by Facebook. React can be used as a base in the development of single-page or mobile application. ReactJS offers graceful solutions to some of front-end programming’s most persistent issues, allowing you to build…

2 min read

2 min read

natasha selvidge

natasha selvidge

19 Followers
Following
  • Josef Cruz

    Josef Cruz

  • Nitin Sharma

    Nitin Sharma

  • Maria Martins

    Maria Martins

  • Coding Beauty

    Coding Beauty

  • Sanjay Priyadarshi

    Sanjay Priyadarshi

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech