RSS Amplifier

Podcast

Cesare’s Newsletter

Weekly insights about increasing ROI of business websites.

cesare.substack.comSource feed ↗20 episodes

Dormant Last read · last published · next check
Read 1 day ago and current, but nothing has been published for 3 years.

Written by

Latest episodes

How to filter your IP address from Google Analytics

Step by step guide on how to filter internal traffic from Google Analytics 4

How to reply to social media comments

Avoid misunderstandings and leave a positive impression when replying to online comments about your business.

What is social media marketing?

Social media marketing is the process of promoting products or services through social media platforms. The goal is to increase brand awareness, reach a larger audience, and ultimately drive sales or

Creating a virtual environment in Python

Like in many other languages, Python gives us the possibility to create an environment specific for each project we work on.

Adding a method to a class component

How to pass class component method to child component in React

How to add a new item to a list in React

Submit a form and update the application state

Add one item to a list in React

How to add an item based on user input

Updating component state in React

How to update class component state from an input field

Class components in React

How to use state with React class components

Iterating through components

How to use map() to create React components through iteration

How to pass data from parent to child component

Passing state through the props object in React

React components and state

A quick discussion of state and components in React

React components

How to build functional components in React

How to jumpstart a React application

Quickly initialize a React app with create-react-app

Function invocation with the apply() and call() methods

The "this" parameter in the context of Javascript functions

Functions invoked as a constructor

The value of "this" in a constructor function

Functions invoked as methods

The value of "this" when a Javascript function is invoked as a method of an object.

The 'this' parameter in Javascript

The 'this' parameter is automatically passed on function invocation.

The "arguments" parameter in Javascript

All the arguments passed to a function are accessible with the arguments parameter

The "this" and "arguments" parameters in Javascript

A look at two parameters implicitly passed on function invocation