Isoftke Software Solutions

  • by
  • November 12, 2022
  • 5mins read

Getting started with mongodb atlas and nodejs

Getting started with mongodb atlas and nodejs Hi All our focus today is on MongoDB atlas and nodeJS. We are going to create and store our data in the cloud using MongoDB atlas database. MongoDB atlas in a cloud based data base where one can store and retrieve his/her data securely. NodeJS is this case […]

programming
  • by
  • November 12, 2022
  • 3mins read

Important concepts to master as a developer

Important concepts to master as a developer Hello, Lets discuss on the most important thing you should familiarize yourself with as a developer, These might be of great importance to you as a developer as they will help you in solving your problem faster , i found these 7 and are of great importance, there […]

programming, Technology
  • by
  • November 12, 2022
  • 2mins read

How to deploy your react app to git hub pages

How to deploy your react app to git hub pages Introduction I am going to walk with you through a very simple step by step procedure of how you can deploy your react app to a git hub page What is github? GitHub is a code hosting platform for version control and collaboration for developers Github […]

programming
  • by
  • November 11, 2022
  • 7mins read

How to make a form using node and express

How to make a form using node js and Express Hello everyone In this article today we are going to cover some basics of the nodeJS forms. Data forms part of our day to day business. The data can be collected manually by use of normal hard copy forms or electronically by use of online […]

programming
  • by
  • November 11, 2022
  • 6mins read

JavaScript quote generator

JavaScript quote generator Hello guys today we are going to build a simple random quote generator using JavaScript,HTML and CSS. I’ve found how amazing JavaScript is; playing around with the elements in the web browser and how interactive it is. Stay here and enjoy the learning path,JavaScript changes the browser content in different ways through […]

programming, Technology
  • by
  • November 11, 2022
  • 2mins read

How to use math function to create a JavaScript game – partb

How to use math function to create a JavaScript game – part b Having built the logic on part- a lets now build the user interface. Our user interface is going to have three parts In the index.html part add the following Lets add some styles to make it look good In the index.css add […]

programming, UI/UX
  • by
  • November 11, 2022
  • 3mins read

How to use math function to create a JavaScript game

How to use math function to create a JavaScript game Hi today we are exploring on JavaScript math functions. I’m not going to cover the whole topic but am going to use only a few functions to create a very interesting game. I had already touched on JavaScript function you can visit this post to […]

programming, Technology
  • by
  • November 11, 2022
  • 6mins read

Setting up git and github

Setting up git and github Hello in this tutorial we are going to learn some basic git set up and commands First of all set up a github account and then set up git in your local machine Download git and github Download Git from the official site here Create a github account here To check whether Git […]

programming
  • by
  • November 10, 2022
  • 2mins read

Creating JavaScript functions using 3 different methods

Creating JavaScript functions using 3 different methods Hi in this tutorial today you will learn how to create functions in JavaScript using three common ways We are going to declare a function that performs a similar task and our task today is to find the area of a rectangle. Before we get to the main […]

programming