Coding
Extending PHP with JSDoc capabilities
Hi, I wanted to ask you what do you think about my concept of extending PHP with JSDoc capabilities. I was just frustrated that I cannot pass an array with big number of optional keys Read more…
Hi, I wanted to ask you what do you think about my concept of extending PHP with JSDoc capabilities. I was just frustrated that I cannot pass an array with big number of optional keys Read more…
We asked web builders that we admire the same question: What is one thing you learned about building websites this year? Here’s what they told us. We would like to thank our ❥ sponsor Automattic Read more…
I want an app to run Asynchronous but not Parallel. Like NodeJS and its event loop. I have a simple app with a basic mostly TrayIcon UI that is mostly configured through configuration files. It’s Read more…
Node.js – Core Debugger: It’s always a challenge when it comes to debug an application. The Asynchronous workflows of Node.js include an additional layer of intricacy to this difficult process. Even though some updates have Read more…
A Buffer is an area in memory (typically RAM) that is used to store binary data. Binary is a collection or a set of 0 and 1. Each number in binary, or each 0 and Read more…
Node.js – Error Handling: Errors are part of every programming language, and Node.js Environment is not an exception. There are many predefined errors in Node.js, including errors like SyntaxError, RangeError, and many more. The official documentation Read more…
In Web Application Development, we must have a robust technology to provide strength to our Web application. Node.js and Django both are pretty commanding technologies that help us to create versatile mobile and web applications Read more…
Streams are one of the elemental concepts that are introduced to power the applications based on Node.js. These are the method used to handle the data and to read or write input into output consecutively. Read more…
Node.js and PHP both are the powerful back-ends to create versatile websites. Even when these two technologies fall under the same category, their features are pretty diverse. There’s no doubt – PHP is one of Read more…
Node.js REPL: REPL represents the Read Eval Print Loop. REPL is modest; much more, an interactive software development environment similar to the command line shells used in various Operating Systems. Where a user can input Read more…