Open in app

Sign In

Write

Sign In

Alice Moretti
Alice Moretti

79 Followers

Home

About

Dec 7, 2021

Setting Up a React Project from Scratch

During this year I’ve had the chance to play around with React while implementing the following projects: my website: https://www.alicemoretti.com/ , a simple page fetching data from an external API and using useState, useEffect, and useParams, a blog website that allows users to read blogs, add them, and delete them…

JavaScript

7 min read

Setting Up a React Project from Scratch
Setting Up a React Project from Scratch
JavaScript

7 min read


Published in Nerd For Tech

·Apr 12, 2021

Fetch API, Async/Await in a few bites

The Fetch API Fetch allows to perform network requests by writing way less code than using XMLHttpRequest, and it implements the promise API under the hood. An example of code using fetch: fetch("./data/list.json") .then((response) => { console.log("resolved", response); }) .catch((err) => { console.log("error retrieving data", err); }); Fetch takes as an argument the…

JavaScript

6 min read

Fetch API, Async/Await in a few bites
Fetch API, Async/Await in a few bites
JavaScript

6 min read


Apr 7, 2021

XMLHttpRequest, callbacks and promises

While following a React tutorial, I had to grab some data from an external API using the fetch API. The logic seemed easy to understand and the data were rendered correctly. Nevertheless, I couldn’t fully grasp the concept of “returning a promise” and I wanted to understand a bit more…

Xmlhttprequest

10 min read

XMLHttpRequest, callbacks and promises
XMLHttpRequest, callbacks and promises
Xmlhttprequest

10 min read


Published in Geek Culture

·Mar 30, 2021

React useState: A Recap

During the past couple of months, I’ve been diving into React and built some simple applications. One concept I’ve been having a hard time digesting is the one of React State. I recently stumbled on an excellent tutorial (which I highly recommend) that clearly explains it. …

React

3 min read

React useState: A Recap
React useState: A Recap
React

3 min read


May 15, 2016

3 Ingredients to Unfold your Myth

“Don’t be satisfied with stories, how things have gone with others. Unfold your own myth” Rumi Back in the 13th century, famous Persian poet and Sufi mystic Rumi was suggesting us to take action and to shape our destiny regardless of other people’s opinions and achievements. …

Self Improvement

3 min read

3 Ingredients to Unfold your Myth
3 Ingredients to Unfold your Myth
Self Improvement

3 min read


Apr 28, 2016

Blogging, A Powerful Tool For Your Business: Getting Started

Writing requires time. Especially when it comes to creating a compelling and original text, that will stick to the mind of your readers. Writing requires a range of skills, from creativity to the ability to organize information and building arguments. To be effective, writing needs to be nurtured. …

Marketing

4 min read

Blogging, A Powerful Tool For Your Business: Getting Started
Blogging, A Powerful Tool For Your Business: Getting Started
Marketing

4 min read


Apr 5, 2016

Looking for inspiration?

It has happened to each one of us, at least once in our life. You come home from work and you feel like what you are doing is not enough to nurture your mind. You feel like a green meadow waiting for the most beautiful flowers to grow. …

Inspiration

3 min read

Looking for inspiration?
Looking for inspiration?
Inspiration

3 min read


Mar 22, 2016

Drafting a social media marketing strategy: a chance to re-analyze your business potential

By Alice Moretti — Recently I have been talking to a design startup founder who was looking for a social media marketer. He was looking for a creative candidate, able to draft a compelling digital marketing strategy to make his startup visible on social media and thus draw leads to his website. Despite his…

Digital Marketing

3 min read

Drafting a social media marketing strategy: a chance to re-analyze your business potential
Drafting a social media marketing strategy: a chance to re-analyze your business potential
Digital Marketing

3 min read

Alice Moretti

Alice Moretti

79 Followers

Frontend-developer, nature addicted, runner, coffee & yoga lover living in Helsinki.

Following
  • umair haque

    umair haque

  • codebar

    codebar

  • Darius Foroux

    Darius Foroux

  • Srinivas Rao

    Srinivas Rao

  • Aleksandar Danilovic

    Aleksandar Danilovic

See all (58)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech