Coding
Where to go from here?
HelloI’ve been learning programming for quite a while now but at a slow pace, lately learned a lot about C# by reading the Yellow Book ( someone recommended that book to me from this subreddit Read more…
HelloI’ve been learning programming for quite a while now but at a slow pace, lately learned a lot about C# by reading the Yellow Book ( someone recommended that book to me from this subreddit Read more…
In any way, be it writing desktop apps in the language, or better real time stuff, whatever you can think of. I look forward to seeing what you all have to say. generics. primarily to Read more…
Hello im coding somewhat heavy performance wise thing (that will execute very often) and ive already optimized it in number of ways but i cant tell which option should I go for. I normally use Read more…
Boolean Expression The translation of conditional statements such as if-else statements and while-do statements is associated with Boolean expression’s translation. The main use of the Boolean expression is the following: Boolean expressions are used as Read more…
What you’ll want to do is set up a table where you can store information on the images; specifically their paths. When a user hits a page that’s supposed to display one of those images, Read more…
Intermediate-Code Generator The process of translating a source language into machine code for a given target machine is done by intermediate-code. It lies between the high-level language and the machine language. See the below image Read more…
In this post I’m going to jot down a few thoughts to a question that has been intriguing me for a while now. “What font-display setting should be used to improve the experience for all users?”. Before Read more…
I’m doing a project with a guy mentoring me. He gave me a task to make a web api project following clean architecture and with jwt authentication. I have Pluralsight subscription if that helps. ASP.NET Read more…
The goal of Client Hints is to provide a framework for a browser when informing the server about the context in which a web experience is provided. HTTP Client Hints are a proposed set of Read more…
How to add images in a mysql database using php? you don’t. bruhh but why should i add image to db if you make a php based social media or something Please don’t 😭, please Read more…