What is HTTP 2 and should I care? web developers |
- What is HTTP 2 and should I care?
- How was a small project you built that made you money?
- Code ownership
- HTTP 404 Not Found: Web Developers Make an Art Form from Error Messages
- How was TypeScript written?
- Popup Trombone
- Why do people dislike PHP?
- Create Apple TV with React
- Is postMessage slow?
- Service where user of my website can watch ads for points on my website?
- Looking for open source TypeScript code, for improving my own knowledge.
- i18n with Gatsby - Taking advantage of Gatsby nodes to add internationalisation to a Gatsby project.
- Automating releases for UI Kits: How to automate release logs and builds for your style guides
- Database communication in Express?
- What is wrong with this video background website?
- What resource-friendly/low-footprint applications do you use on your older computer(s)?
- Cloud vs Dedicated Server Question....?
- Can I list my portfolio website as a project on my resume?
- Why You Only Need to Test with 5 Users: "Elaborate usability tests are a waste of resources. The best results come from testing no more than 5 users and running as many small tests as you can afford."
- Images from URLs load if I simply open an HTML file, but when I use Visual Studio live server they don't load
- My mind is blown and I just... need to talk about it.
- Netlify CMS : "No Auth Provider found" when loggin in
What is HTTP 2 and should I care? Posted: 15 Jul 2019 09:19 AM PDT
| ||
How was a small project you built that made you money? Posted: 15 Jul 2019 05:40 AM PDT Hey Reddit, I'm trying to get motivated to start a new personal project and came to this question. Have you ever built a small project that made you some kind of money? If so, what was it about? Be it a native app, a website, a blog, a game... whatever I'm just curious to know. [link] [comments] | ||
Posted: 15 Jul 2019 10:40 AM PDT Hello web developers of Reddit. Is it weird or inappropriate for me to ask someone that I am trying to hire (for freelance work) for personal ownership over the code when they are done? I would like to have full control and rights to edit and change the code in the future myself, once the project is done. Is this normal in the industry, or is it a bad ask? Thanks in advance for any help. [link] [comments] | ||
HTTP 404 Not Found: Web Developers Make an Art Form from Error Messages Posted: 15 Jul 2019 05:38 AM PDT
| ||
Posted: 15 Jul 2019 01:31 AM PDT According to TypeScript's GitHub repository, it was also written in TypeScript. If TypeScript was written in TypeScript then how was TypeScript written? [link] [comments] | ||
Posted: 15 Jul 2019 05:47 AM PDT | ||
Posted: 15 Jul 2019 09:00 AM PDT I've seen a lot of negative comments under a certain video that used PHP over a framework to make a web app. Personally, I've never used PHP because of the contempt that people have for the people who use it. So, I just wondered why. [link] [comments] | ||
Posted: 15 Jul 2019 09:24 AM PDT Hey guys, I just uploaded a new tutorial series on how to recreate Apple TV with React.js that I'd love for you to check out. By the end of the project you'll have an app full of different tv shows, movies, and music for you to watch on youtube! [link] [comments] | ||
Posted: 15 Jul 2019 06:59 AM PDT
| ||
Service where user of my website can watch ads for points on my website? Posted: 15 Jul 2019 03:19 PM PDT I know this sounds greedy and everything, but I want to offer a "free" version of my service / website for user who don't want to / cant pay anything. Edit: Like these free mobile games, who let you watch an add to get a extra run or sth similar. [link] [comments] | ||
Looking for open source TypeScript code, for improving my own knowledge. Posted: 15 Jul 2019 02:54 PM PDT So I'd like to know if there are any good open source projects written in TS, combined with any of the following => ["express", "graphql", "mongoose", "react"] [link] [comments] | ||
i18n with Gatsby - Taking advantage of Gatsby nodes to add internationalisation to a Gatsby project. Posted: 15 Jul 2019 09:29 AM PDT
| ||
Automating releases for UI Kits: How to automate release logs and builds for your style guides Posted: 15 Jul 2019 09:56 AM PDT
| ||
Database communication in Express? Posted: 15 Jul 2019 04:10 PM PDT If I were writing a backend in Java or C#, I'd try to split database communication into its own layers and generally uphold a separation of concerns, etc. I'm trying to get some experience with Express and MongoDB, but as I'm setting up an API I'm having trouble making something that looks decently architected. Every tutorial I come across is just a toy example, with database connections and requests right in the App.js or the route. I can't imagine this is a good practice. I'm also getting a bit frustrated doing it myself when node.js doesn't support ES6 modules. Are there any resources that might help me out in this specific area? Am I missing something obvious? [link] [comments] | ||
What is wrong with this video background website? Posted: 15 Jul 2019 03:54 PM PDT Here is the HTML5 Here is the style2.css This gives a video background... but the video background on my browser (Firefox 67.0.4 (64-bit) OS X) does not cover the entire page. Is this supposed to happen? How do I change my code so that the video background covers the entire page? [link] [comments] | ||
What resource-friendly/low-footprint applications do you use on your older computer(s)? Posted: 15 Jul 2019 03:51 PM PDT I'm using an old MacBook with only 4GB of RAM. Sublime and Atom seem to be less resource friendly, and there's probably no way I'm installing any of my Adobe applications... What do you guys use for your older lower spec computers? [link] [comments] | ||
Cloud vs Dedicated Server Question....? Posted: 15 Jul 2019 03:47 PM PDT I want to run a service that I created out of a roughly ~$3k box that I'm going to put together myself. I'm able to buy an enterprise plan in my area for not too much with Static IPs, high speeds, etc. that fit my needs. It would run out of my house for now and should take up very little space. If things go well I'm going to make it a priority to build a horizontally scalable distributed system. I'd then be able to repurpose my monolithic $3k box to fit somewhere into my micro-service architecture, with high availability and all that good stuff. This is option 1 Option 2 would be to put my service on AWS or wherever else. I calculated it and it would cost me ~$3k for 8 months of AWS use. The plus side is they have amazing internet for my service that comes with that deal. The $3k I spent is gone and if I need to scale I'll have to spend even more money monthly. Would you choose option 1 or 2? [link] [comments] | ||
Can I list my portfolio website as a project on my resume? Posted: 15 Jul 2019 03:35 PM PDT I have little projects to show on my resume. I was wonder if my portfolio could be used as a project. Its only feature that stands out is that it uses a bot that sends me an instant notification on the contact me section. [link] [comments] | ||
Posted: 15 Jul 2019 03:29 PM PDT
| ||
Posted: 15 Jul 2019 03:19 PM PDT So yeah this company gave me an assessment that involves editing an html file. If I just open the HTML in chrome all the images are there, but when I open the file with VS Code and then open a live server, none of the images work. They just show up as little default error icons or whatever. I've used the live server feature before and it's never given me an issue before this. I'd appreciate help because this is for an assessment and I'm trying to get my first job out of college. Sorry if this isn't the right subreddit for this. [link] [comments] | ||
My mind is blown and I just... need to talk about it. Posted: 14 Jul 2019 07:04 PM PDT Lately i've been trying to explore some new areas of web development, just to grow as a person/developer. I've been learning about Laravel (framework for php), and just... wow. I'm watching these videos (tutorials on the framework) and this technology is just insane. It's just brilliant and a total pleasure to use. It's making me realize the things about php that are so awesome. I would recommend exploring it if you are a web developer. It's really been super fun. [link] [comments] | ||
Netlify CMS : "No Auth Provider found" when loggin in Posted: 15 Jul 2019 11:01 AM PDT I have a Gatsby site that I'm hosting on AWS. Until recently it was hosted on Netlify, but I switched to AWS because their pricing scheme made more sense for my needs. I have Netlify CMS installed on my site and linked to a Github repo. When I go to localhost:8000/admin, I can connect to Netlify CMS by using my Github credentials, no problem, and I can edit posts. But I can't connect on the AWS install (https://master.mysite.amplifyapp.com/admin/). I only get the message I'm not sure where to start looking. I tried registering the amplifyapp site as an OAuth App but it didn't change anything. What am I missing ? Thanks for your help ! [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