Coding
PhpStats v1.0 CLI Statistics and dependency graphs for PHP
Hi. I already wrote about this tool a month ago. Then he was still at the very beginning of his journey. And after a month, I want to show you a first stable version with Read more…
Hi. I already wrote about this tool a month ago. Then he was still at the very beginning of his journey. And after a month, I want to show you a first stable version with Read more…
Im new to csharp and came across a problem while writing a Guessing Game where you have 10 attempts. Could anyone tell me what im doing wrong? It would be much appreciated. numberGen is Random(). Read more…
Hey guys, I played around with some new .NET 5 features this week. I wrote a blog post on generating builder classes automatically using the new Source Generator in .NET 5. Check it out. https://justsimplycode.com/2020/12/06/auto-generate-builders-using-source-generator-in-net-5/ Read more…
Hi I am currently a high school grad and I know full stack javascript and man those promises and callbacks are hell but you can ignore that. I am studying PHP right now. Do you Read more…
Hey guys, I downloaded the project and code directly from Rob Mile’s website. I clicked start to run it and I just get a cmd prompt window. I can input a number and press enter, Read more…
== double-equals to test equality. Thank you for saving me from my own stupidity Also, a note for the future, pay more attention to error messages. The ones you see imply a conversion error, and 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…
I wanted to stop the browser from going to next page after button submit inside an ajax condition.. i have a condition that if s variable passed from database is equals to 0, then it 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…
Sorting Program in Java: The sorting program in Java is used to sort arrays either in ascending or descending order. There are two predefined methods available in Java that are used to sort the arrays/ Read more…