You know those tedious tasks you have to do at work: Updating configuration files, copying and pasting files, updating Jira tickets.
Time adds up after a while. This was very much the case when I worked for an online games company back in 2016. The job could be very rewarding at times when I had to build configurable templates for games, but about 70% of my time was spent on making copies of those templates and deploying re-skinned implementations.
The definition of a reskin at the company was using the same game mechanics, screens and positioning of elements, but changing the visual aesthetics such as color and assets. So in the context of a simple game like ‘Rock Paper Scissors’, we would create a template with basic assets like below. …
There are a few ways of building a tool for real-time communication. Two of the most popular approaches presuppose the use of HTTP Long Polling or WebSockets. In the article below, you’ll find a brief comparison of both solutions. I decided to focus on the latter solution a little bit more. That’s why in the article, you’ll find a straightforward Socket.io tutorial for building a real-time chat.
WebSockets API is a technology providing a bidirectional communication channel between a client and a server. …
React remains one of the most popular frontend technologies thanks to its simplicity and flexibility achieved through long-established development choices. In the latest version, the React team decided against changing them that much. Aside from a couple minor improvements, it remains the same. Except for one big change, which has the potential to greatly accelerate the growth of React and the adoption of its new features in the long run.
Did you know that React is already 7 years old? Time sure flies fast. During this time, React has become one of the most ubiquitous web technologies. In fact, according to the latest Stack Overflow 2020 survey, React is the most in-use frontend framework among developers (only behind the jQuery library, but ahead of all full-fledged frameworks). …
Today I’ll be showing on how to send email from your web application by integrating it with Nodejs. You can use any frontend technology, that has no problem. By sending your email sending request to an API built using Nodejs, you can automatically send emails, in any circumstances.
This email sender engine supports all kind of email providers (gmail, yahoo, outlook & etc) but for this article I’ll be building using Gmail.
To get started you will need to create email instance inside the email providers.
For GMAIL users:
Iam a big fan of football before everything else; I play it every weekend with my friends. Also I used to play foosball at my office in the break time. Foosball is a great team game could be played by four or two players by dividing into teams.
A tabletop version of soccer in which players turn rods fixed on top of a playing box and attached to miniature figures of players, in order to flick the ball and strike it toward the goal.
Below image shows how 2 players are playing a mini foosball game:
I’m a big fan of football before everything and I play football on every weekend with my friends. Also I used to play foosball at my office in the break time. Foosball is a great team game could be played by four or two players by dividing into teams.
A tabletop version of soccer in which players turn rods fixed on top of a playing box and attached to miniature figures of players, in order to flick the ball and strike it toward the goal.
Below image shows how 2 players are playing a mini foosball game:
WhatsApp is a messaging service used by people all over the world. With Twilio’s Messaging API you can programmatically send WhatsApp messages. I was able to successfully integrate Whatsapp and send messages with Node.js.
Let’s walk through how to use JavaScript to send a message over WhatsApp.
Let’s start by making sure we have the right software installed and set up that we’ll need to use for the rest of this article.
Right now it is very important to wear facemasks, oftentimes we don’t really know if we are wearing our masks correctly. It is really important to make sure that the masks cover our mouths, chins, and noses completely.
I spent on this project in order to make the face mask detection accurate to perfectly identify who has wear mask properly and who hasn’t. I have used Tensorflow in this project to build it with sample image set.
Today we will look on how to make movable drag & drop divs to make our diagram interactive.
We sometime have to create web pages including Diagram creations and flow creations, to make it interactive. We can use Angular Material modules to achieve this easily. You could easily create a div of any shape and add these following codes to make it movable inside your web application.
I came to write about this title, because two days back I had to create a Complete Graphical Integration Work Flow Engine using Angular. Then I researched about it and found less resources regarding it. Then once I developed it I thought of sharing it with you all as well. …
Hello medium readers! Hope you’re doing fine in this pandemic. Twitter is one of the large developer community which has many developers actively presenting their contribution. Today I’m going to share the Best 10 JavaScript Developers who I came across on Twitter, with absolute helping mind set. These developers help and encourage other developers who are beginners & developers with issues. The below mentioned developers are willing to respond to your development related issues & doubts. Don’t hesitate to follow them on Twitter today to find your perfect expert help.
About