How should a solution be organized that will have at least three projects, such as:
Class Library as Infrastructure
Web Application as Web Api
MVC Web Application for WebUI (user interface)
Where ASP.NET Identity will be used as an au...
I'm developing a route-mapping system using the Google Maps API.
I have the points of origin and destination and between these points there are some points of interest. When tracing the route Google returns me the best route and mark these po...
The Problem
I am creating a financial system where I need to register a recurring movement, such as a light bill that repeats itself every month. In the system, this type of transaction is treated as a fixed expense / revenue.
My table has...
I need to develop an HTML-based chat app that connects to a Node.JS server that is running with Socket.IO.
I started to develop much of the app using TideSDK, but at the time of the integration of calling the Socket.IO script the app did not...
I'm configuring the routes of my application in Vue.js , initially everything is OK, after logging in the user is redirected to dashboard , now my question is how can I prevent the user from accessing the " /logi n" (again) route a...
I've been a Java programmer for some time and now I'm creating a kind of Flash coloring book based on in this video .
Today there is a color palette, when clicking the color and then in the drawing that part receives the color chosen using...
I was discussing with some friends about putting 99999 on z-index to ensure that the element has the highest degree of overlapping priority over another element.
But when I thought about it, I had a little curiosity:
What is...
Is it possible to use Perl for web development?
In this context, does the language offer any benefit, ie are there problems that it solves more effectively than on other platforms?
I'm doing PUSH for a repository on gitlab.com. I get the return:
warning: redirecting to
link Everything
up-to-date
In my understanding It worked.
In practice the changes are not sent.
I saw other similar questions, and tried fol...
I have a script that writes a cookie with ajax when it clicks on a Google ad (iframe), works in good Chrome .. but in firefox does not .. does anyone know why? Or if you have another solution to do the same thing I'm trying to do ...
<?...