- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 7
- Posts with Upvotes
- 7
- Upvoting Members
- 5
- Downvotes Received
- 13
- Posts with Downvotes
- 9
- Downvoting Members
- 3
34 Posted Topics
From my experience using fan-out via SQS or Lambda to pre-populate feeds works better than trying to query everything live. But it adds more moving parts.
I tried making a simple image compressor with Canvas too. It works fine for small image but big ones lag in the browser. Anyone know a way to make it faster without losing too much quality?
Hey! I tried a few email marketing tools beyond Mailchimp. Some other good ones I’ve used are Sendinblue, MailerLite, and GetResponse each has its own strengths depending on what you need like automation or segmentation. Also, if you’re planning to manage multiple campaigns long-term, pairing them with lifetime email hosting …
I have noticed this too in some jobs—lots of rules and frameworks. Does anyone feel like hobby projects are still creative?
I have been trying to figure this out too. From what i read you really need to check file types limit file size, and store uploads outside the web root if possible. Also, giving files unique names helps avoid overwriting. Has anyone tried a specific method that worked well for …
Hey, There’s so much out there AI tools, SEO plugins, social media schedulers, etc. It gets kinda overwhelming. 😅 Has anyone here seen a real difference from using tools like Surfer SEO or maybe even just focusing more on Google Search Console reports? Also curious — when you say "improve …
hi in my Search Console—LCP issues popping up even though my PageSpeed Insights scores look fine. I have tried compressing images and deferring some scripts but the problem persists.
so forgive me if I am off—are you thinking the input buttons would just pull info directly from the astrological database without storing anything on your own site at first? Also, is it tricky to set up a socket connection like that or could a plugin handle it?
database connection issues can be such a headache! Are you looking for someone to troubleshoot just this error or a developer who can handle ongoing MySQL stuff? Curious if anyone here has recommendations for hiring reliable developers in the USA for this kind of work.
> Hi everyone, > > I'm currently working on a new website in a moderately competitive niche and I'm looking to build a sustainable, long-term SEO strategy that works in 2025 and beyond. > > I know the basics—on-page SEO, technical optimization, backlinks, etc. but I'm finding it difficult to …
Yeah cleaning up unused code can be surprisingly tricky. Sometimes am not even sure if a function is still in use or not so I end up leaving it just in case. Do you usually do it manually or use some tool to detect it? I’ve been wondering if hosting …
Hey i heard a bit about Webfoundry but haven’t used it myself yet. How does it compare to other visual web dev tools like Webflow or Wix? Also wondering is it more suited for simple sites, or can it handle complex web apps too?
Hmm depends a bit on what you are aiming for. Are you planning to mostly target mobile web or both? Flutter can handle all but the backend or hosting can make a difference too. For web or API hosting i seen people mention using a fast web host like arzhost.com …
Wow congrats on your first plugin! That is awesome. I have been curious how much did AI actually help in creating it? Also does it work well with any fast web host or just certain setups?
HY Dani Using Vary with a 301 redirect is generally not recommended because 301 tells browsers and crawlers the move is permanent while Vary suggests different responses based on headers like Cookie. For your use case, it’s better to handle logged-in vs. non-logged-in users at the application level rather than …
honestlyfor me it is keeping up with all the platforms and algorithms. one week a strategy works, next week something changes and it feels like starting over. also creating consistent content that actually engages people is a huge struggle.
for hiring developers in the USA, I'd start with LinkedIn or Upwork. both have large pools of talent and you can filter by specific skills and experience. also, don’t overlook local meetups or tech conferences — sometimes the best hires come from in-person networking.
Hello everyone i am finding my Windows 11 machine is starting to feel a bit sluggish, and I'm looking for some proven ways to optimize its performance. I know there are a lot of tricks out there. What's the one thing you always do to keep your Windows PC running …
I once recovered important files from a corrupted USB using PhotoRec it is free and works well for stubborn cases. Just make sure to recover files to a different drive to avoid overwriting.
> Server 2003 > > A file mapped on the server in the root of C:\ , At a workstation the mapped drive only > > shows a tiny portion of the mapped drive. > > > > ...................Say a 100gb HDD shows 15kb. > > > Please Help I …
yup fair point about avoiding design bloat. I tend to watch trends mainly to see what improves accessibility and conversion rates. Things like micro-interactions or scroll animations can enhance UX when used well not everything trendy is fluff.
> I have been getting tons of email spam from my own domain name. It is coming from a contact form that uses sendmail.php. My guess is someone is trying to use it to spam other people, but it keeps going directly into my inbox. I can't block sender. I …
hey I’m actually exploring something similar with ASP.NET and user validation, though i am on a newer version. but the core idea should be the same using a web service to handle login and registration logic sounds super practical. would also love to see an example if anyone has a …
This is something I’ve been wondering about too. The wording around “applicable” s-maxage overriding stale-if-error is kinda vague. From what I’ve seen, s-maxage just sets how long a shared cache (like a CDN or proxy) can consider the response fresh — so I think if the resource is still within …
augmented Reality in retail environments offers you several benefits: enhanced Customer Experience Increased Engagement Reduced Returns: Personalization: Competitive Advantage these are the comman benefits i think you can add more here
To resolve path issues in PHP, ensure your CSS files are correctly linked using absolute paths like base_url/style.css or relative paths based on your folder structure. Use echo $_SERVER['DOCUMENT_ROOT'] to debug and confirm the correct path to your files.
You can't clear the Network Monitor logs using JavaScript; it's managed by the browser and can only be cleared manually in the DevTools interface.
you should create a prompt that clearly outlines your topic, target audience, desired tone, and key points or questions you want to address in the content.
Including datestamps can be very useful for tracking changes and managing data, but you are right to consider the potential impact on database size and performance. A good approach is to assess the specific use case for each table. If the data will benefit from tracking creation, then a datestamp …
your proactive approach is great! Working in IT will help you gain experience, and research projects are a good addition to your resume. More projects, even older ones, can still be relevant.
well in my opinion to create an digital marketing strategy firstly you have to set clear goals, understand your audience, and analyze competitors. am sure this well help
Hello: You seem to be addressing a difficult problem. Sometimes resolution of dependency might be challenging. Verify that your Gradle files are current and look for any versions' discrepancies. Also sometimes deleting the cache and restarting Android Studio works. Keep cheerful.
A passionate web developer with a knack for creating user-friendly, responsive websites. With experience in both front-end and back-end technologies, I love turning ideas into seamless digital experiences. When I’m not coding, you can find me exploring the latest web trends or diving into new programming languages.
Yes, use Java's Random class to generate random numbers like nextInt() and nextFloat(). Example: Random random = new Random(); int randomInt = random.nextInt(); float randomFloat = random.nextFloat(); Hope this helps!
The End.