Coding
How come PHP gets so much hate?
I’ve tried lots of different web stuff. Node, Nextjs, React, Svelte, Django, templating engines. I’ve used PHP before too but that was a long time ago. I want to try it again, just haven’t had Read more…
I’ve tried lots of different web stuff. Node, Nextjs, React, Svelte, Django, templating engines. I’ve used PHP before too but that was a long time ago. I want to try it again, just haven’t had Read more…
I am so tired of not getting single phone screening let alone interview. Here’s the list of topics I belive I fairly understand and use: Web Api and MVC Asp.net core Delegates and lamdas OOP Read more…
This is my project. It covers the details necessary to create an audio recognition system using the Acrcloud C# SDK. this project is for expert programmers that want to create intelligent applications based on media Read more…
I’m still learning, so please excuse if this is a dumb question.If I have a class called SimpleVec2, which is a simplified Vector2 with just x and y, and basic methods,and… In a different class, Read more…
Is there a way to get the value of the data bound property while in ConvertBack() of IValueconverter class? What I’d like to achieve is updating a property in my code behind according to a Read more…
So I would like to enhance my ability in web technologies from html/css to javascript and php. I have two questrions: What is the role of PHP in a website? Is it just used to Read more…
I’m definitely not the first person to think of this, but I like it in a cheating kind of way. Is the typeof(subtract) == typeof(const_true) comparison optimized away by the compiler? If not, I can Read more…
Given a list containing future price predictions of two different stocks for the next n-days, find the maximum profit that can be earned by selling the stocks with a constraint that the second stock can Read more…
Given a sorted integer array, find the k closest elements to x in the array where k and x are given positive integers. The integer x may or may not be present in the input Read more…
So I cast the int number 250 to a char, and initially was confused why the corresponding ASCII didn’t appear when I did printed it, but then realised it seemed to be using UTF instead? Read more…