MaXEster Technologies  | Technical Blog
  • HOME
  • ABOUT US
  • SERVICES
    • PHP WEB APPS
      • Codeigniter
      • Laravel
      • Zend
      • Cakephp
      • WordPress
      • Drupal
      • Magento
      • Opencart
    • MOBILE APP
      • Ios
      • Android App
      • Android Games
    • DESIGNING
      • Responsive Design
      • Logo Design
      • PSD to HTML
    • DIGITAL MARKETING
      • PAY PER CLICK DEVELOPMENT
      • Search Engine Optimization
      • Social Media Optimization
      • E-mail Marketing
      • Content Marketing
  • PORTFOLIO
  • CONTACT US
  • Blog

Category: Express Js

req and res objects in Express Js

November 6, 2024November 6, 2024 MaxesterExpress JsLeave a Comment on req and res objects in Express Js

You must have seen the req and res object passed to the callback functions in Express Js. You may have wondered, what are these parameters. req object : req object is passed to any route handler function or in middlewares.…

Read More→

Difference between Sessions and Cookies

September 24, 2024September 24, 2024 MaxesterExpress JsLeave a Comment on Difference between Sessions and Cookies

Sessions Session starts when you request the server for the first time and it remains till you close that site. The amount of time you have spent on the site is called a session. As sessions get deleted when the…

Read More→

Sessions in Express Js

August 28, 2024August 28, 2024 MaxesterExpress JsLeave a Comment on Sessions in Express Js

As we know HTTP is a stateless protocol, i.e it doesn’t stores any data. There are many cases where we have to store the user data to keep track of the user, here comes the use of sessions. When the…

Read More→

Advantages and Disadvantages of Express Js

August 23, 2024August 23, 2024 MaxesterExpress JsLeave a Comment on Advantages and Disadvantages of Express Js

Express Js is a web framework used for creating server side code in Node Js. It is a lightweight framework, which offers almost all the necessary and basic features like routing and middlewares out of the box. Nowadays, the number…

Read More→

Using MongoDB with Express Js

August 1, 2024August 1, 2024 MaxesterExpress Js, MongoDB, Node JsLeave a Comment on Using MongoDB with Express Js

MongoDB is a NoSql database which is used to store a large volume of data. NoSql database not uses the tables and rows approach. In MongoDB the database is collection of documents, documents are collection of key-value pairs. Javascript developers…

Read More→

Express Js Scaffolding

July 15, 2024July 15, 2024 MaxesterExpress JsLeave a Comment on Express Js Scaffolding

Scaffolding is the process of creating the skeleton of the project. In simple terms, the arrangement of different types of files in various folders. For example, managing all the CSS files, js files that we want to be public, in…

Read More→

Templating in Express Js

July 4, 2024July 4, 2024 MaxesterExpress JsLeave a Comment on Templating in Express Js

Templating helps in converting the content of the static html page to dynamic. By using templating engines we can replace the values in html document with the actual data values. For example, if we want to show the employees and…

Read More→

Error Handling in Express Js

June 16, 2024June 16, 2024 MaxesterExpress JsLeave a Comment on Error Handling in Express Js

Most of the times, the program doesn’t run successfully in the first attempt. The reason can be a syntactic error, a logical error or a runtime error. Error handling is useful in handling runtime error. If we don’t handle runtime…

Read More→

Cookies in Express JS

May 22, 2024May 22, 2024 MaxesterExpress JsLeave a Comment on Cookies in Express JS

Cookies are small piece of data that are stored on client’s browser. These are send with the request to the server and the server also sends back the cookies. Cookies helps us to store the necessary information on the client…

Read More→

Middlewares in Express Js

May 7, 2024May 7, 2024 MaxesterExpress JsLeave a Comment on Middlewares in Express Js

Express Js application has a series of middleware function calls. Middlewares are also function, but with some difference, like middleware functions have access to request and response object, they can call the next middleware function. The middleware function takes 3…

Read More→

Posts navigation

1 2 Next

Archives

  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • July 2023
  • June 2023
  • January 2023
  • June 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019

Categories

Recent Posts

  • Using Components as Templates in React JS
  • Horizontal and Vertical Scaling In React JS
  • What is Load Balancing?
  • req and res objects in Express Js
  • Difference between Sessions and Cookies
Copyright ©MaXEster Copyright 2024. All Rights Reserved.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
SettingsAccept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
  • b
  • a
  • c
  • j
  • F