Pinnednatasha selvidgeMVCModel–View–Controller (MVC) is a software pattern for implementing user interfaces. It divides a given software application into three…Jan 20, 2021Jan 20, 2021
Pinnednatasha selvidgeHow to Fetch an APIIn 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…Mar 23, 2021Mar 23, 2021
Pinnednatasha selvidgeApplication Programming InterfaceSo what is API? No, it’s not your favorite beverage at your local bar. API stands for Application Programming Interface. API’s essentially…Dec 6, 2020Dec 6, 2020
natasha selvidgeUnderstanding Craft CMS: The Future of Website DevelopmentCraft CMS is a content management system that has been gaining popularity in recent years due to its ease of use, flexibility, and…Feb 6, 2023Feb 6, 2023
natasha selvidgeThe Difference Between Library and FrameworkLet’s start with the biggest similarity between these two concepts. Both frameworks and libraries are reusable codes written by one or more…Sep 10, 2021Sep 10, 2021
natasha selvidgeVersion Control with GitBefore 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…Sep 3, 2021Sep 3, 2021
natasha selvidgeORMORM stands for Object-Relational Mapping and it is a programming technique that abstracts your code from the database behind it. When we…Aug 30, 2021Aug 30, 2021
natasha selvidgeJavaScript Console MethodsThe Console object provides access to the browser’s debugging console. While working with JavaScript, all of us have used the console.log()…Aug 23, 2021Aug 23, 2021
natasha selvidgePrinciples of OOPObject-oriented programming is one of the most common ways of writing code and, one of the best-known paradigms out there. The moment you…Aug 11, 2021Aug 11, 2021
natasha selvidgeIntroduction to ReactReact is an open-source, frontend Javascript library for building user Interfaces or UI components. It is maintained by Facebook. React can…Aug 8, 2021Aug 8, 2021