# Cesare’s Newsletter

Weekly insights about increasing ROI of business websites.

Page: <https://rssamplifier.com/cesare-substack-com>  
Feed: <https://rssamplifier.com/cesare-substack-com.md>

---

## [How to filter your IP address from Google Analytics](https://cesare.substack.com/p/how-to-filter-your-ip-address-from)

_2023-05-27 · Cesare Ferrari_

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

## [How to reply to social media comments](https://cesare.substack.com/p/how-to-reply-to-social-media-comments)

_2023-05-20 · Cesare Ferrari_

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

## [What is social media marketing?](https://cesare.substack.com/p/what-is-social-media-marketing)

_2023-05-16 · Cesare Ferrari_

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](https://cesare.substack.com/p/creating-a-virtual-environment-in)

_2020-03-10 · Cesare Ferrari_

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](https://cesare.substack.com/p/adding-a-method-to-a-class-component-b65)

_2020-03-09 · Cesare Ferrari_

How to pass class component method to child component in React

## [How to add a new item to a list in React](https://cesare.substack.com/p/how-to-add-a-new-item-to-a-list-in-c62)

_2020-03-02 · Cesare Ferrari_

Submit a form and update the application state

## [Add one item to a list in React](https://cesare.substack.com/p/add-one-item-to-a-list-in-react)

_2020-02-28 · Cesare Ferrari_

How to add an item based on user input

## [Updating component state in React](https://cesare.substack.com/p/updating-component-state-in-react-11f)

_2020-02-27 · Cesare Ferrari_

How to update class component state from an input field

## [Class components in React](https://cesare.substack.com/p/class-components-in-react-8c3)

_2020-02-25 · Cesare Ferrari_

How to use state with React class components

## [Iterating through components](https://cesare.substack.com/p/iterating-through-components-35c)

_2020-02-24 · Cesare Ferrari_

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

## [Finnish Seedboxes — Up to 20Gbps (Sponsored)](https://crawlproof.com/a/YAgvsuRWQYht)

_2020-02-24 · **Sponsored**_

Private Finnish seedboxes with 1–20Gbps speeds, RAID storage and 14‑day refund

## [How to pass data from parent to child component](https://cesare.substack.com/p/how-to-pass-data-from-parent-to-child)

_2020-02-21 · Cesare Ferrari_

Passing state through the props object in React

## [React components and state](https://cesare.substack.com/p/react-components-and-state-105)

_2020-02-20 · Cesare Ferrari_

A quick discussion of state and components in React

## [React components](https://cesare.substack.com/p/react-components-3ce)

_2020-02-18 · Cesare Ferrari_

How to build functional components in React

## [How to jumpstart a React application](https://cesare.substack.com/p/how-to-jumpstart-a-react-application-998)

_2020-02-17 · Cesare Ferrari_

Quickly initialize a React app with create-react-app

## [Function invocation with the apply() and call() methods](https://cesare.substack.com/p/function-invocation-with-the-apply-62d)

_2020-02-14 · Cesare Ferrari_

The "this" parameter in the context of Javascript functions

## [Functions invoked as a constructor](https://cesare.substack.com/p/functions-invoked-as-a-constructor-3a9)

_2020-02-11 · Cesare Ferrari_

The value of "this" in a constructor function

## [Functions invoked as methods](https://cesare.substack.com/p/functions-invoked-as-methods-5a9)

_2020-02-10 · Cesare Ferrari_

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

## [The 'this' parameter in Javascript](https://cesare.substack.com/p/the-this-parameter-in-javascript-9f0)

_2020-02-07 · Cesare Ferrari_

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

## [The "arguments" parameter in Javascript](https://cesare.substack.com/p/the-arguments-parameter-in-javascript-e20)

_2020-02-06 · Cesare Ferrari_

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

## [Reach prospects with real signals (Sponsored)](https://crawlproof.com/a/0DZKOS4PltbZ)

_2020-02-06 · **Sponsored**_

Find prospects talking about your problem and get context-backed moments to engage

## [The "this" and "arguments" parameters in Javascript](https://cesare.substack.com/p/the-this-and-arguments-parameters-da2)

_2020-02-05 · Cesare Ferrari_

A look at two parameters implicitly passed on function invocation

