I am a new chef in React world. Just started learning to prepare some tasty recipe what others like. Suddenly I found myself in a situation where I tried to prepare a menu, but it took lots of hard work to prepare the ingredient. I was looking for a tool ...
ReactJS for Beginners
What is ReactJS? React is an open source JavaScript library for building user interfaces. So, the key points here are JavaScript library and user interfaces. It’s not a framework and focused to do only one thing which is building rich user interfaces. ...
WebHooks
What are WebHooks? WebHooks are event callbacks over http. The server or app calls your URL. It’s not a protocol, there is no standard. Its just a design pattern. When something happens, perform HTTP POST with relevant data to a URL th ...
WebSocket Programming
What Is WebSocket? WebSocket is an advanced technology that makes it possible to open an interactive communication session between the user's browser and a server. With this API, you can send messages to a server and receive event-driven responses wi ...
Socket Programming
What is Socket? A Socket is on of the most fundamental technologies of computer network programming. It allows network software applications to communicate using standard mechanisms build into network hardware and operating system. Sockets allo ...
How to Configure NGINX to deploy angular app in Windows 10
Prepare the deployable files of Angular application Run the following command to generate the deployable files: With Angular CLIng build –prod With NPMnpm build –prod For more you can visit https://angular.io/guide/deployment ...
Benefits of Scala Over Other Languages
What Is Scala? It is a high-level programming language which is a combination of object-oriented programming and functional programming. It is highly scalable which is why it is called Scala. It is a strong static type language. In Scala, everythin ...
7 Ways a Project Manager Ensures Software Development Success
In a software development project there are many people involved with variety of skills and reasons. Like analyst, architect, developer, QA, tester etc. There is a misconception about including a project manager in the team. Initially it may seem that a ...