Articles By This Author

How to Create Reusable SVG Icon React Components

We use icons when building frontend applications all the time – for indications, pointers, and so on. Here’s how to create a reusable React component for icons. When it comes to icons, you can use PNG or SVG images. PNGs come with a fixed color but allow dimension changes (like

Read More

(Almost) everything you ever wanted to know about quantum computers

by Ashwani Kumar (Almost) everything you ever wanted to know about quantum computers From Schrodinger’s Cat to finding a needle in a haystack Source: Wikimedia Commons [https://commons.wikimedia.org/wiki/File:Quantum_Computing;_Ion_Trapping_(5941055642).jpg] With the recent announcement of IBM Q System One [https://www.research.ibm.com/ibm-q/system-one/] — the first fully-integrated commercial quantum computer — by IBM at CES 2019,

Read More

From Zero to Deploy: how I created a static website from scratch using Netlify + Gatsby

After my first year working as a frontend web developer, I got the idea to have my own personal site. It’d be a platform to showcase my work, share content, and serve as a creative outlet for me outside of work. Here, I’ll walk you through my experience building the

Read More

How JavaScript promises actually work from the inside out

One of the most important questions I faced in interviews was how promises are implemented. Since async/await is becoming more popular, you need to understand promises. What is a Promise? A promise is an object which represents the result of an asynchronous operation which is either resolved or rejected (with

Read More

An intuitive guide to Convolutional Neural Networks

by Daphne Cornelisse An intuitive guide to Convolutional Neural Networks Photo by Daniel Hjalmarsson [https://unsplash.com/photos/41Wuv1xsmGM?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] on Unsplash [https://unsplash.com/search/photos/brain?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] In this article, we will explore Convolutional Neural Networks (CNNs) and, on a high level, go through how they are inspired by the structure of the brain. If you wan

Read More

Building Online Communities: Keras.io

by Gitter Building Online Communities: Keras.io François Chollet [https://twitter.com/fchollet] is an AI and deep learning researcher at Google. He’s the author of Keras [https://keras.io/]— a minimalist, highly modular neural networks library, written in Python and capable of running on top of either TensorFlow or Theano [https://github.com/Theano/Theano]. With a goal to

Read More

Learn the Essentials of Data Engineering

Introduction to freeCodeCamp’s Data Engineering Video Course Data Engineering is a vital field in the tech industry focused on designing, building, and maintaining systems that collect, process, and analyze large volumes of data. We just posted a course on the freeCodeCamp.org YouTube channel all about data engineering, designed to cater

Read More

5 Actionable Ways To Drastically Improve The ROI Of Your SEO Strategy

Learn how to effectively maximize the ROI of your SEO strategy through focus and prioritization of opportunities. Search engine algorithms and rules are constantly changing – how can you keep your SEO strategy performing ahead of your competitors? How can you boost organic search results and increase ROI in 2023? Keeping the SEO fundamentals at […]

Read More