Sarah Chima

Sarah Chima @sarah_chima

About: Software engineer, Tech educator

Location:
Sweden
Joined:
Jul 12, 2017

Sarah Chima
articles - 48 total

Add chat into your Angular app with TalkJS - Part 2

In this tutorial, we discuss how we can add the TalkJS Chatbox and Inbox to an Angular app.

Learn More 26 0May 5 '20

Add chat into your Angular app with TalkJS - Part 1

This tutorial will show you how you can implement a buyer-seller chat for online marketplaces, as well as a user to user chat, through the use of TalkJS into any Angular 6 application.

Learn More 16 0Apr 21 '20

Nevertheless, Sarah Coded

It's that time of the year when we get to write this and I am happy to write one. Not because I've...

Learn More 47 2Mar 6 '20

How to build a LinkedIn-like Messaging App with React and TalkJS - Part 2

This tutorial will show you how you can easily integrate a chat feature into an app using TalkJS. It will serve as a step-by-step guide to integrate TalkJS into any React application.

Learn More 95 4Dec 23 '19

How to build a LinkedIn-like Messaging App with React and TalkJS - Part 1

This tutorial will show you how you can easily integrate a chat feature into an app using TalkJS. It will serve as a step-by-step guide to integrate TalkJS into any React application.

Learn More 85 0Dec 16 '19

Anagrams Checker - Three JavaScript Solutions

Anagrams are words that have the same characters in the same quantity. We will consider 3 JavaScript solutions in this article.

Learn More 106 33Aug 9 '19

The Big O Notation - An Introduction

Learn about the Big O notation and common runtime complexities.

Learn More 456 25Aug 5 '19

Reverse a String - Four JavaScript Solutions

The reverse a string problem is a common Algorithm problem. In this article, we will consider four JavaScript solutions to it.

Learn More 145 26Jul 17 '19

Using the Local Storage

This article discusses what the local storage is and JavaScript methods that we can use to manipulate it.

Learn More 298 28Jun 5 '19

A Guide to Handling Browser Events

In this article, we will discuss ways browser events can be handled, default browser actions and event propagation.

Learn More 139 15Apr 16 '19

When to Ask for Help

As developers, we need the help of others from time to time. In this article, I share personal tips on when and how to ask for help.

Learn More 70 4Apr 1 '19

What is Hoisting Anyway?

Learn what Hoisting in JavaScript is, how it works and what gets hoisted.

Learn More 157 12Mar 25 '19

React Fragments

Learn what React fragments are and how you can use them.

Learn More 83 14Mar 13 '19

Filter Arrays with the Javascript Filter() Method

How to use the JavaScript filter method

Learn More 125 9Dec 29 '18

The JavaScript Array Map() Method

Understanding the Javascript Map function, when and how to use it.

Learn More 194 19Dec 22 '18

Image Popup on hover

I learned how to make an image popup on hover and I decided to share.

Learn More 66 11Oct 12 '18

What Are Your Favourite Learning Resources?

Share your favourite learning resource

Learn More 132 50Sep 26 '18

Having a Good Relationship with CSS

"CSS sucks!!", "How can I get better at CSS?", "I get stuck on little CSS issues for a long time"....

Learn More 364 37Jun 4 '18

Using CSS Transitions on the Height Property

How to successfully animate the height of an element using CSS transitions.

Learn More 134 11Apr 20 '18

Nevertheless, Sarah Chima Coded

Sometime last year, someone told me he doesn't think I will last long in coding. "Why?" I asked and...

Learn More 66 5Mar 8 '18

Handling Errors in React Components with Error Boundaries

Error boundaries help us to

Learn More 88 6Feb 1 '18

JPEG, GIF, PNG OR SVG - Which should You use?

Image Formats are important. Here are key facts that can help you make a good choice.

Learn More 146 17Jan 7 '18

The CSS Calc Function

A discussion of the CSS calc function.

Learn More 131 12Dec 19 '17

An Introduction to CSS Variables

An introduction to CSS variables/ Custom Properties

Learn More 83 11Dec 5 '17

SASS Control Directives

If you've been going through Sass code or reading articles on Sass you probably have come across Sass...

Learn More 40 4Nov 29 '17

SASS Operators

Arithmetic, conditional and logical operators in Sass

Learn More 36 1Nov 24 '17

The Goodness of SASS Inheritance

Organizing and maintaining large stylesheets becomes harder and more complex as stylesheets grow...

Learn More 19 9Nov 21 '17

Sass Mixins

Sometimes in our projects, there are groups of CSS styles that are used over and over again. It could...

Learn More 22 1Nov 15 '17

Using SASS partials

Stylesheets grow large overtime. The more they grow, the more difficult it is to maintain them. It...

Learn More 41 12Nov 13 '17

Nesting in SASS

Remember nesting in HTML? The thing we do all the time when we put a <p> in a <div> and a...

Learn More 56 11Nov 10 '17