Positions in CSSCSS is very important to understand when it comes to styling your website or application. Understanding the fundamentals of CSS will make…Jan 10, 2021Jan 10, 2021
Responsive websitesDesigning Responsive website is the being able to create websites that are allowed to work on multiple devices, large or small, Mobile, or…Jan 3, 2021Jan 3, 2021
Mongoose intro (for MongoDB)Mongoose is an Object Data Modeling library for MongoDB and Node.js. It helps to manage relationships between data, provides schema…Dec 27, 2020Dec 27, 2020
Models in MongoDBLike we talked about in my last blog post MongoDB is a NoSQL, schema-less database that mainly works using documents and collections…Dec 19, 2020Dec 19, 2020
Intro to mongoBDCurrently in the internship i’m doing I was given a task which involved me taking a look at their Backend for their application. I noticed…Dec 12, 2020Dec 12, 2020
Underscore.js — Javascript libraryI am currently an intern at a Company as a software developer. This company uses React, React-redux, typescript, and mongoDB for their…Dec 5, 2020Dec 5, 2020
Typescript & React: Passing props between componentsIn React passing props to another component is very simple. As an intern at a company that uses typescript with React I am constantly…Nov 25, 2020Nov 25, 2020
Typescript Tutorial Using typesNow it’s time to use typescript! like I mentioned in my previous blog Typescript is very easy to learn and use, mostly if you have…Nov 15, 2020Nov 15, 2020
What is TypescriptTypeScript is an open-source language and compiler which builds on JavaScript, it takes the javascript language and adds new features to…Nov 8, 2020Nov 8, 2020