Results for What are the best practices for optimizing web page load times
I am creating a website for a customer who wants to be able to make content changes to it by himself: editing text and pictures over time. I don´t w...
I am writing an application. I write .net for the backend and Angular for the frontend. When dockering, I put my frontend application inside nginx. Do...
I'm exploring BeautifulSoup and aiming to retain only specific tags in an HTML file to create a new one. I can successfully achieve this with the foll...
I would like to repeat a list N times but without repeating an item itself. For example, from itertools import * items = [ _ for _ in range(3)] # rep...
Actually, I'm a beginner to the development.I want to know one thing. I have a form in my app which contain few fields to make the user fill their det...
I want the TextFormFied value to persist even when navigating to another page and coming back. I think it can be achieved by using Provider. but don't...
I'm getting an error when I try to read contents form a table on the web page described in the script. Can anyone please help me with a solution to fi...
I have been trying to convert html to pdf. I have tried a lot of tools but none of them work. Now I am using playwright, it is converting the Page to ...
I have trained a SequentialFeatureSelector from sklearn and am now interested in the best model (based on the given scoring method) it produced. Is th...
I want to make wooCommerce product image gallery section, to be sticky till footer as it happened on shopify. Similar like this, https://ninjatransfer...
I have started a new Blazor project with the new .NET 8 auto setup. I am trying to place a Web API controller in my server project and use my ASP.NET ...
Using Shell navigation in dotNET MAUI, what is the best (most reliable) way to ensure that page transitions are always animating and doing this as smo...
online linked image to full body, not being shown on webpage. Although, the local image are being shown. inspected developers tools, there was no erro...
I am struggling to change max_client_body_size for beanstalk load balancer in terraform. I know that it can be done by .ebextensions like in this thre...
I am trying to create a site on ISS on one of our machines. The task keeps thinking that the site object changes, even though no changes occurred. If ...
I've been trying to find something to do this for a while, and people have given me really good answers and they do work it's just that Web Developmen...
I'm running a script on my personal Google account using Spotify API. I'm limited to six minutes for each execution run time. I need the execution to ...
I am currently doing BST code challenges on LeetCode but I prefer doing them in my own IDE. I am using IntelliJ IDEA. Just as an example of such code ...
I'm new to flutter and learning by video's on youtube. And following the video I did small projects, added images, texts and etc. While I add images i...
I have a user form in excel written in VBA. There is a label in my user form and I want to change this label's caption each time I click on it. For ex...
I have a very large text file (50GB+). I would like to perform searches of this text file, specifically: Be able to return all exact occurrences of a...
The contains method in a ClosedRange in Swift seems very slow. I create the following Swift Playground on macOS for testing: import Foundation func m...
I'm trying to make a page transition with Next.js v14 but no success. No error is shown, the animation just does't work. I guess it's because the layo...
The following code is set to add a class on scroll. However, this presents an issue. If the user refreshes the page, the page will reload down the pag...
I am having problems trying to create a table using json data and displaying it in a WordPress page. I have tested the json import and it does work. ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?