What's the reason HP uses subdomains like these? web developers |
- What's the reason HP uses subdomains like these?
- Freelancers: What Are You Making (Ballpark)
- what to use for image storage without getting billed large quantities of money?
- Chat in my webapp
- How to make sexy audit logs. Best practices for audit logging based on my experience hacking side projects and working in a unicorn.
- How can I improve the mobile performance score?
- I'm going to build a CMS. What would you like to see?
- What do backend developers generally think of learning more than one language for writing the backend?
- Work with family?
- Google Analytics - Clicks from Paid search
- Any audio resources worth listening to?
- php echo sends unrequested html error code
- User information / statistics about share button us
- Thoughts on my email template to offer web dev services?
- Whats the best book you've ever had for learning JavaScript?
- Why does the website stick when scrolling on mobile on this site? I can’t figure out what’s causing these overflow issues and what is making the website stick when I scroll too fast
- Securing a Public Firestore Database
- Is this too much variety for personal projects?
- Anyone Have Bad Client Stories?
- Email storage limits?
What's the reason HP uses subdomains like these? Posted: 23 Feb 2022 12:12 AM PST
| ||
Freelancers: What Are You Making (Ballpark) Posted: 22 Feb 2022 09:00 PM PST I can't get myself excited about working for some large company and being a cog in the machine even though most ppl esp on the internet are obsessed over FAANG Smaller companies are more attractive to me than very big companies (think: Meta, Amazon). But the pay is often significantly lower & the processes aren't as well ironed out. This has me thinking I just want to freelance or start my own business. I can get excited about something that I can control and someone else isn't making more money than I am off of my work. I've been working for a really small company for ~3 years and have worked with someone who is currently at AWS and another good dev who was a freelancer and now has his own company. From the very beginning I've been able to have a lot of influence over the product(s) & I've been able to interact directly with clients and overall its been pretty exciting and fun. Developing some backend microservice to optimize search time or figuring out a way to increase ads shown to users just doesnt get me going. So my question to you is if you are a freelancer or own your own development business, how much (ballpark) are you making? And what is your YOE (comment)? Do you recommend? Some hurdles to overcome? [link] [comments] | ||
what to use for image storage without getting billed large quantities of money? Posted: 22 Feb 2022 09:58 PM PST I am using s3 for this small app but my god is it kind of confusing and I'm a little worried I might get a large unwanted bill or something. Can't seem to figure out how to set a "data cap" so I won't go over the free tier storage and requests. Any idea on how I can do this or alternative services? Or is s3 not that expensive? I don't care if I have to pay like 4 dollars a month so employers can view my resume, as that is the main purpose of these projects using s3. thanks. [link] [comments] | ||
Posted: 23 Feb 2022 02:39 AM PST Hi all, I want to build a chat for the webapp I am working on, with some business specific features (reply with predefined messages, actions in messages etc). So I would like to build a custom UI. I am currently using TalkJs, they have a good out-of-the-box chat UI, but their rest API seems like a work in progress. Is there any other provider you would recommend? [link] [comments] | ||
Posted: 23 Feb 2022 02:45 AM PST
| ||
How can I improve the mobile performance score? Posted: 23 Feb 2022 04:15 AM PST During Covid I had some down time and started to learn web-development and created the visualsm.art based on WordPress, Bootstrap and using Vega-Lite for plotting. When I check how performs in https://pagespeed.web.dev/report?url=https%3A%2F%2Fvisualsm.art%2F&hl=en I get a performance score of only 59 for Mobile. I am trying to improve this metric, but I got a few questions:
[link] [comments] | ||
I'm going to build a CMS. What would you like to see? Posted: 23 Feb 2022 01:28 AM PST 5 years ago I build my own Content Management System (CMS). 3 years ago I made it open source: https://www.reddit.com/r/PHP/comments/cqo2l3/i_created_a_cms_kikcms_it_is_now_open_source_i/ New technologies have arrived so much so, that a complete rebuild from scratch is the most efficient way to move ahead. New technologies The current CMS uses the Phalcon Framework. It's a great framework, with outstanding performance, but the community is quite small and the upcoming version will lose the biggest performance advantage. Also Phalcon requires a PHP extension, which makes hosting it more tricky and less accessible to others. It also hinders me from using the latest PHP version, because I need to wait for Phalcon to make a version for it. I decided to use Symfony for the new CMS, because of much larger community, better IDE integration and wider hosting possibilities. Another big one is MySQL + JSON. Currently I use multiple tables for metadata for pages, products and other entities. I build a very complex tool for storing data and multiple caching techniques. That complexity falls away when I store it as JSON. With the JSON functions to retrieve data, I can retrieve embedded data with ease and good performance. The 3rd major change will be using Vue. The current CMS uses jQuery. jQuery is great, but with high complexity it get's harder to maintain. Vue will solve this and also add better testability. Why my own CMS? You might wonder, why build your own CMS when there are so much out there? Well I've been working on CMS's for 16 years now, and I've grown really accustomed to be able to deliver exactly what I want to deliver to my clients, and not be hindered by a certain CMS's restrictions. Also a major thing that bugs me is the design and the simplicity that other CMS's lack in my view. When I make my own, I can make it as clean and uncluttered as I want. Open Source The last CMS I build I also made open source. I got some reactions from people that wanted to use it and some issue reports on GitHub, but the overall response was somewhat low. It's not that important, because if I only use the CMS for myself and my own clients that's fine. Still, I want to improve on the open source part and make it more accessible to others. I have some ideas how to improve on that, but I would like your input. TL;DR: What would you like to see in a CMS? [link] [comments] | ||
Posted: 22 Feb 2022 10:39 PM PST Is it often you need to use a different language for a different project? I understand that you can pretty much write any backend application using any language, but obviously each language has its pros and its cons. Like NodeJS isn't great at handling heavy computational tasks. I personally only know JS/TS and use the NestJS framework, but I'm personally interested in learning a new language like Rust or Elixir or GoLang. [link] [comments] | ||
Posted: 23 Feb 2022 12:28 AM PST I've been looking for a job, I've had an interview recently, the easiest interview I've ever had, and I still didn't get the job. Recently I showed my uncle who runs his own business and has been a programmer for years a site I'm working on during my down time. When he saw my code he seriously dropped his jaw and asked if I did it all myself, I told him I did it completely on my own from scratch. He asked me if I could explain my frontend (React) and backend (express/node) and what's going on. I explained it and he smiled. He said you got some skills, you still have a lot to learn but you really got some skills. Him and I have been planning on him teaching me some asp dotnet so I threw together a simple React/dotnet app to show him I'm excited and willing to learn... He called me tonight and offered to fly me to his house and we implement frontend React to his existing dotnet app. He said if I can create responsive user friendly UI then he will hire me to work remotely at $25/hr plus stocks. Of course I'm excited and I know I could learn a lot from him BUT he's family. I used to be self employed and after hiring friends even for small jobs I realized it wasn't good to mix friends with business. Now as excited and grateful as I am for his offer, and for me regardless of the pay it is a great offer because I would be able to use my favorite frontend tech and learn a in demand backend that I have pretty much no experience with... My uncle and I were never really close until these last few years when I enrolled in school for programming, even then, I would day this last year is the closest we've been my whole life but he's always been my heroic (desert storm) and favorite uncle. Is it worth taking this opportunity at the risk of our relationship souring or should it be okay since I know my job and I feel I can do it pretty well even though I still need to get a better understanding of global state management and RTK. What are your thoughts or advice? [link] [comments] | ||
Google Analytics - Clicks from Paid search Posted: 22 Feb 2022 09:48 PM PST Hi everyone, Quick question re: google analytics. Recently, I've been getting clicks from paid search. The problem is that I don't do any paid ads at the moment. In Google Analytics, I go to Aquisition --> Google Ads --> Campaigns. I see one campaign with a group of 'not set'. It's cost $0. 129 users. The clicks seem to be coming from this campaign that was setup in the past 2 days that I didn't create. Do you know what could be going on? Thanks! [link] [comments] | ||
Any audio resources worth listening to? Posted: 23 Feb 2022 03:23 AM PST Hello! I started learning web development last October, I'm doing The Odin Project as a base + other resources. I changed my job a couple of weeks ago and now I have a bunch of time where I could be listening to something and I would love to listen to something useful and not just music all the time. I can't really look at videos so I'm looking for purely audio resources (I imagine podcasts, theory classes, idk). Any ideas? Edit: I'm looking for resources to understand concepts and things like that, I'm not really looking for stories or anecdote podcasts, etc. [link] [comments] | ||
php echo sends unrequested html error code Posted: 23 Feb 2022 03:00 AM PST Making a plugin in wordpress and I have a couple of Ajax to PHP calls being handled by a middle man file. However, I've noticed that the echo I get has some added HTML code, which seems like an error block. I'm still rather new to this so I'm judging that I'm handling these calls wrong or sending the data incorrectly? Searching hasn't given me any clarification so I'm clueless. Console.Log Debug data: Ajax call code (js): Ajax to PHP handler (php): [link] [comments] | ||
User information / statistics about share button us Posted: 23 Feb 2022 02:38 AM PST As the title says I'm looking for information about how much the share feature actually is used. Anybody know about some information on this? [link] [comments] | ||
Thoughts on my email template to offer web dev services? Posted: 23 Feb 2022 02:18 AM PST I'm about to e-mail some companies that don't have websites to ask if they would be interested in having a website made for them. Can I get some opinions on my template please? I'm not a professional, just a student but I feel like that doesn't need to be mentioned. I don't want to make it too long, but is there a way I can make it more personalized / impactful? Hi [Name], I recently came across your business and I noticed that you currently don't have a website for your products. I am a web developer and was curious if you'd be interested in helping with your website presence. I went ahead and designed a quick demo for what you can expect from your website, of course more personalized to your brand if you decide you'd like to move forward with this. You access the demo here: {link} In addition to that, I will set you up with a Stripe Dashboard, where you will be able to track monthly revenue, sales, transactions, payments and customers all with a few simple clicks. You can view what your Stripe Dashboard would look like here: {link} A great website would help your business connect with many more customers and directly translate to interest in your brand from those who are unable to visit your location in-person. If you're interested in speaking to me about your website, please feel free to reach out to me with any questions! Thank you for your time and I hope to hear back from you! Best, [link] [comments] | ||
Whats the best book you've ever had for learning JavaScript? Posted: 23 Feb 2022 01:49 AM PST | ||
Posted: 22 Feb 2022 09:31 PM PST Here's the site Mozilla inspector says I have an overflow issue on the body and a number of website sections. Any ideas on what they could be? I'm Dumbfounded on this one. I appreciate any help. First time I've actually run into it this badly before. [link] [comments] | ||
Securing a Public Firestore Database Posted: 22 Feb 2022 04:28 PM PST Hello, I just want to seek advice on securing a public firestore database for my web application. It is an application that allows anonymous people to create messages and put them up on a dashboard. As such, there is no user authentication required. I was looking on how to secure the database but it seems quite difficult without user authentication. Are there ways to reduce the likelihood of my database getting hijacked by some malicious user? I was thinking of using App Check ReCaptcha but I'm not sure if this is sufficient as I saw this video https://www.youtube.com/watch?v=b7PUm7LmAOw&t=342s , you can just get the url and destroy the whole database. The other problem is that a user can just manipulate the database to read more than 50,000 and that is what I'm afraid of as I don't want to inccur a hefty bill and I can't fight for it since my database was insecure in the first place. [link] [comments] | ||
Is this too much variety for personal projects? Posted: 22 Feb 2022 04:08 PM PST In short, the projects I want to put on my CV are using these tech stacks:
Is this too much variety? My reasoning is the interviewer may take it as a red flag, since I can't possibly be proficient at all of these technologies. On the other hand, this may signal that I'm a flexible developer with a passion for learning. For context, I'm a college student about to apply for internships. [link] [comments] | ||
Anyone Have Bad Client Stories? Posted: 22 Feb 2022 04:02 PM PST More of a rant than anything here but just had a pretty bad potential client. He explained to me their company already has a website but it's really bad, they couldnt customize it, and they want me to make a completely new one. We go over what they have now and what they want from a new website. Around 10 webpages, send a message from the site to their email, they want things like Google Adsense. Whatever. No problem. But then he starts getting unreasonable saying he wants me to set them up a Google Maps account and he wants them to be the top search result wherever people are searching for a store despite them not having a store there. That's ridiculous and not what I do but the guy is dating my sister and I'm trying to do him a favor so I said let's focus on the website now then we can separately talk about that. Next the guy says he got his previous website for $1500 and pays $200 a month to manage it but he wants me to do this for $800 and $50-100 a month and he isnt hiring me unless I do the Google Maps thing too. Like... no. I'm not building you a custom website that's better in every way for half the price of your current one. After rejecting his offer and saying I was giving him a discount at $3000 he got angry and started going off on how web development is easy, he can do it himself, and other services will only charge $500. I thanked him for his time and encouraged him to give them a try. Anyone else got bad client stories you want to get off your chest? [link] [comments] | ||
Posted: 22 Feb 2022 09:57 PM PST Alright so admittedly i've taken a little while longer than most of you to finally get fed up with NoDaddy and their mediocre overpriced services. The switch to them middlemanning office365 mail was the final straw. So have had a few clients and a couple online recommendations for zoho mail (being based in Aus) but upon switching i've just come to realise the 5GB storage limit isn't a per month / per year thing but instead a lifetime limit? Already being in business for 8 years, I regularly get returning clients 5+ years later and having previous email threads is handy to say the least (never was an issue with godaddy as they have unlimited mail storage) so now i'm stuck asking what do you pros do?! Is the total GB storage limitation thing strange or is that commonplace across the board? Some may think 5GB worth of text based emails is a lot but I day to day get 20MB+ attachments sent to me being in the design industry, so 100MB+ per week means i'll struggle to last a year before filling 5GB and having to delete emails. (that i may need years later) [link] [comments] |
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment