In this tutorial, we discuss how we can add the TalkJS Chatbox and Inbox to an Angular app.
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.
It's that time of the year when we get to write this and I am happy to write one. Not because I've...
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.
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.
Anagrams are words that have the same characters in the same quantity. We will consider 3 JavaScript solutions in this article.
Learn about the Big O notation and common runtime complexities.
The reverse a string problem is a common Algorithm problem. In this article, we will consider four JavaScript solutions to it.
This article discusses what the local storage is and JavaScript methods that we can use to manipulate it.
In this article, we will discuss ways browser events can be handled, default browser actions and event propagation.
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 what Hoisting in JavaScript is, how it works and what gets hoisted.
Learn what React fragments are and how you can use them.
How to use the JavaScript filter method
Understanding the Javascript Map function, when and how to use it.
I learned how to make an image popup on hover and I decided to share.
Share your favourite learning resource
"CSS sucks!!", "How can I get better at CSS?", "I get stuck on little CSS issues for a long time"....
How to successfully animate the height of an element using CSS transitions.
Sometime last year, someone told me he doesn't think I will last long in coding. "Why?" I asked and...
Error boundaries help us to
Image Formats are important. Here are key facts that can help you make a good choice.
A discussion of the CSS calc function.
An introduction to CSS variables/ Custom Properties
If you've been going through Sass code or reading articles on Sass you probably have come across Sass...
Arithmetic, conditional and logical operators in Sass
Organizing and maintaining large stylesheets becomes harder and more complex as stylesheets grow...
Sometimes in our projects, there are groups of CSS styles that are used over and over again. It could...
Stylesheets grow large overtime. The more they grow, the more difficult it is to maintain them. It...
Remember nesting in HTML? The thing we do all the time when we put a <p> in a <div> and a...