About Me

WordPress Developer And Forentend Developer.

Me Freelancer Shaon I Will Redesign Or Create your WordPress Website To Look More modern eye Catching attractive professional clean and modern…

Brithday 03-07-2000
Call 01840962278
Email alishaon078@gmail.com
Website https://shaontechnical.blogspot.com/
Download CV Hire Me
abou3-2

My Skill

I Will Redesign Or Create your WordPress Website To Look More modern eye Catching attractive professional clean and modern… I have much experience to build a website using WordPress. I have 3+ years experience on freelancer.com.

My Greatest Intension is to earn a 5-star review from you and I Believe that I can do the job well did and in the best way possible. And the great offer is you will get 3 months free service and support.

Wordpress
HTML5 & CSS
Javascript
Bootstrap
React.JS
Next.JS
Redux
Git
AJAX
SASS
MaterialUI

My Services

What i offer

Theme Design

I am Expert On HTML,CSS,Javascript,jquery,Bootstrap And Wordpress Theme Customization. I can create or design any type of website you like

Website Design

I Will Redesign Or Create your WordPress Website To Look More modern eye Catching attractive professional clean and modern…

Wordpress Theme Customizations

I have much experience to build a website using WordPress. I have 3+ years experience on freelancer.com. I can build your dream landing page in very professionally unique modern and responsive

Build website using React/Next/Redux

I will create your modern website or webapp using react.js and also give you moder support using Next.js framework if needed and for webapp data management I will use redux.

Support

My Greatest Intension is to earn a 5-star review from you and I Believe that I can do the job well did and in the best way possible. And the great offer is you will get 3 months free service and support

Builder From Scratch

I am Professional Front end web developer. I have Manny Work Experience Which I Done Successfully. I can build your favorite website from Scratch

1001

Happy Clients

250

Projects Done

150

Awards Won

1500

Cups Tea

My Portfolio

What i do
  • All
  • WordPress
  • Scratch
  • Statics
View More

My Experience

My Recent Experiences
Apr 2020 - Present
LFWF Academy

I am Learing Freelancing From This Academy Since 2020. and Now I Become a well Experience Web Developer.

September 2020 - Present
Web Developer

Now I am Doing Web Developmets And Practicing. I Have Many Works Done. You Can Check It From My Portfolio Sections.

October 2020 - Present
Frontend Developer

Doing Web Developments Work In Fiverr.

My Blog

Latest blog

 



What is Node.js?

  • Node.js is an open-source server environment
  • Node.js is free
  • Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
  • Node.js uses JavaScript on the server

What Can Node.js Do?

  • Node.js can generate the dynamic page content
  • Node.js can create, open, read, write, delete, and close files on the server
  • Node.js can collect form data
  • Node.js can add, delete, and modify data in your database

What is a Node.js File?

  • Node.js files contain tasks that will be executed on certain events
  • A typical event is someone trying to access a port on the server
  • Node.js files must be initiated on the server before having any effect
  • Node.js files have extension ".js"

Let's Create Our First Hello World Using Node.JS

const http = require("http");

const server = http.createServer((req,res)=>{

    res.write("this is our first text about server");
    res.end();

});

server.listen(3000,()=>{
    console.log(`the server is running in port 3000`)
})




 






To use a variable in code, you must create one. This is called declaring a variable.


In JavaScript, declaring a variable is as simple as using the let keyword, followed by the chosen variable name:

let numberOfCats = 2;
let numberOfDogs = 4;

Here, we declare (create) and initialize (give a value to) two variables:  numberOfCats and  numberOfDogs.

Practice creating variables!

Head to CodePen Exercise P1CH2a and follow the instructions below to practice creating and initializing two variables.

You will create two variables which are needed by a component built by your colleague. Together, you are building the list view for TV shows, and each TV show needs a variable for the number of seasons that show has, and the number of episodes there are in each season.

Your colleague requests that you name these variables numberOfSeasons and numberOfEpisodes in order to be compatible with their code.

  1. Create a variable called numberOfSeasons and assign it the value 6 between the lines created for you in the JavaScript editor (the tab labeled "JS"). Remember to use the let keyword, and don't forget the semicolon at the end of the line!

  2. Next, create a variable called numberOfEpisodes, and assign it the value 12.

Solution:

Once you've given it a go, watch me code a solution and see how your approach compares. And here is a new CodePen with a solution to the exercice.

Disclaimer: In many JavaScript demos, you may come across the keyword var instead of  let. While there is one subtle difference between the two (which we will explore in our chapter on scoping), for now you can simply think of  var as the older version of  let: it is another way of creating a variable.



The goal of a program is to do something with data, or in other words, stuff you put into your program. Your program uses variables to store and manipulate that data. More specifically, a variable is a container used to store a piece of the data that your program needs to work. A username, the number of available tickets left for a flight, whether or not a certain product is in stock — all of this data is stored in variables.


A piece of data placed in a variable is called a value. Using the "box-in-a-warehouse" analogy, different boxes can store different values. For example, you can use one box to store money for ongoing expenditures, and another to save up for a specific occasion, like going on a trip. You can also empty the boxes or change their content, like adding some money or taking some out.

To know what each box is for, you need to label them. With programming, it's the same: you assign a name to your variable. A variable's name should reflect the meaning of its contents like labels on boxes. Here are some general recommendations for creating names:

  • Use descriptive names throughout your code
    Did you ever fish an old folder out of a box labeled "admin stuff" on the cover? Remember how frustrating that was? Being descriptive and specific in variable names makes life far easier: it makes your code easier to read and to maintain. Instead of  amount (or even worse,  amt), add some detail:  quantityInStock,  currentBalance, etc.

  • Spell it out
    Avoid abbreviation or shortening words when possible; even if a shorter version seems obvious. For example, annualRevenue is better than annualRev.

  • Follow a common naming convention
    One of the popular naming conventions is called camel case — names made up of multiple words where all but the first are capitalized e.g. numberOfCats,  finalAnswer,  howLongCanThisVariableNameGet, etc.

Contact Me

Contact With Me

I Will Redesign Or Create your WordPress Website To Look More modern eye Catching attractive professional clean and modern…

  • Hili Hakimpur Dinajpur Bangladesh
  • 01840962278
  • freelancershaon633@gmail.com
  • https://shaontechnical.blogspot.com/

Meet The Team

Contact With Member