1,285 interface icons for Visual Studio Code web developers |
- 1,285 interface icons for Visual Studio Code
- Link hover animation
- Node.js v15.0.0 is here!
- The application I'm creating doesn't really need authentication for users, however, I still need to have an admin panel from where I can upload content. How would you suggest I do this?
- The Long Road to HTTP/3
- Sass vars, CSS vars, and semantic theme vars
- Alternatives to Google Places API?
- Festive: Backend to organize University Fests (good for new Flask learners)
- Looking for a free API with movie streaming service availability info
- Coming through with Firefox 82
- Trying to create a random chat website like Omegle, need some help
- How to make an e-commerce site
- Is Vue.js about to overtake Angular.js in popularity?
- Help / animated title
- Anyone ever use the shopify customer authentication API's to create and authenticate customers from a mobile app?
- Best photo database API to display directly on a website?
- How does this css speech bubble work?
- Received job offer as first backend developer. What job title?
- Would someone be kind enough to answer the following questions?
- Connecting domain to VPS
- Help - CSS from Codepen smushing up my site
- Node v15.0.0 (Current)
- Very Nice Web Dev Technology in the Borat Internet Presentation Website
1,285 interface icons for Visual Studio Code Posted: 20 Oct 2020 08:52 AM PDT
| ||
Posted: 20 Oct 2020 05:50 AM PDT
| ||
Posted: 20 Oct 2020 10:49 AM PDT
| ||
Posted: 20 Oct 2020 10:57 AM PDT The application is RESTful and consists of Vue.js front-end and Node.js/Express back-end which are separated from each other. Now I'm trying to figure what is the best way to implement admin panel when I don't actually have user authentication. My idea was to hard code an admin account on the back-end and have an admin route on the front-end. When the route is accessed, if the user is not logged yet, I'd display a login page and if he is, I'd display the admin panel. Once the owner tries to login, I'd verify if the details are correct and return a token, then use the token to validate that the person making the requests is the owner. So more or less it's literally just token based authentication but only for a specific user. I wonder if there's an easier way I'm not yet seeing which is why I'm asking for advice. Thanks! [link] [comments] | ||
Posted: 20 Oct 2020 12:33 AM PDT
| ||
Sass vars, CSS vars, and semantic theme vars Posted: 20 Oct 2020 05:44 AM PDT
| ||
Alternatives to Google Places API? Posted: 20 Oct 2020 01:10 PM PDT I'm currently developing an app that allows the user to select a high school using autocomplete. Ideally the query results would be based on current location and only return results of the type "school". Google Places API seems perfect for this, but I just can't wrap my head around the price. Only 11,000 free sessions before charging $17 per 1000 sessions??? However, it's still on the table, because even though it's expensive, my app will only do one session per each new user (during a registration step). Therefore I will have to bring in 11k+ users per month, which is a lot. My worry is that since my app is a social media app, if it is able to take off and bring in 11k+ users/month, I'm going to be left with a very large bill. Currently I'm looking at other alternatives, like Here, which also have a free tier but charge a fixed amount/month afterwards. I'm also considering not using autocomplete, instead just regular query. What do you guys think? [link] [comments] | ||
Festive: Backend to organize University Fests (good for new Flask learners) Posted: 20 Oct 2020 12:27 PM PDT Source: https://github.com/ahmedsadman/festive Documentation: https://documenter.getpostman.com/view/4839696/SVfNwpxe I have been making one API to organize fests in my university. Thought I should share with you. The API is built with Flask. I have tried to follow the best practices and make my code as modular as possible (still working). Besides, the database architecture is good and it uses a lot of Flask features. So I think it would be insightful for new Flask learners. It has the following features:
If you like the project, please give it a Star in Github. [link] [comments] | ||
Looking for a free API with movie streaming service availability info Posted: 20 Oct 2020 12:08 PM PDT Hi, I'm working on a uni web dev project, part of the site we're building involves displaying whether a movie is currently available on Netflix, Amazon Prime, or any other streaming service. We've been looking for an API that provides this info but we're struggling to find one that's both free and doesn't have severe request restrictions (e.g. we'd use unogs on RapidAPI but the free plan is limited to 100 requests per day, we'll probably exceed that when doing testing). Anyone know of one we could use? [link] [comments] | ||
Coming through with Firefox 82 Posted: 20 Oct 2020 12:03 PM PDT
| ||
Trying to create a random chat website like Omegle, need some help Posted: 20 Oct 2020 04:37 AM PDT Actually this is my first project, I know python language but after surfing through Google and I found the language or products to create a random chat website, Hear me out. For front end development I'm planned to use HTML5 and CSS3 for design and structure, JavaScript for website interactivity. For backend development I'm planned to use websocket protocol. But idk how but I'll check it up. If anything important I missed out or this information isn't correct just plz help me, idk much about these things. Actually I just finished my High school and no one ever taught me about these. I feel like I'm lost. So take time and help me finish this project. Thanks in advance :-) [link] [comments] | ||
How to make an e-commerce site Posted: 20 Oct 2020 03:49 PM PDT Just received a project for it and I need a lot of help lol [link] [comments] | ||
Is Vue.js about to overtake Angular.js in popularity? Posted: 20 Oct 2020 03:44 PM PDT Indeed.com US search results: On stack overflow jobs, it was about 130 react, 37 vue, 44 angular. The angularjs subreddit has less subs than vue.js seems Vue has really closed the gap quite a lot. I was thinking of picking up a 2nd front end framework. I think I might choose Vue.js especially as I hear it's also lean and clean like (I feel) React is. Is Vue about to overtake Angular or are the user demographics too different? I've heard Angular is or was big in larger companies. Vue I thought was an offshoot by a lone ex Google developer, seems it's something more now. [link] [comments] | ||
Posted: 20 Oct 2020 03:42 PM PDT so basically im trying to make a website where the title will swap back a forward to make it look animated. https://gist.github.com/falk876/055aa6002f8fe1ea3f52d5a37c78e019/revisions if this link doesnt work please comment and ill fix it, im new to developing and have never used github [link] [comments] | ||
Posted: 20 Oct 2020 03:37 PM PDT | ||
Best photo database API to display directly on a website? Posted: 20 Oct 2020 04:44 AM PDT Hi everyone, I am trying to come up with a website for a photographer. One thing that I would like to do is allow him to just upload a picture to, say, dropbox or googledrive, in a specific folder, and that the picture appears in the website gallery, in a specific folder. I have been doing a little bit of research and read here and there that the googledrive API and dropbox API were deprecated. Do you know of the best way to implement this? It does not have to be dropbox or googledrive. As long as the person can upload their picture somewhere and the website can pull it and display it. I use node, express, react, basically the mern stack. Thank you for your help! [link] [comments] | ||
How does this css speech bubble work? Posted: 20 Oct 2020 03:04 PM PDT I am playing with this speech bubble app, but I cannot work out how it is working. I am swapping between pointer triangle left and right and cant see what in the code is causing the 45 degree line on each side. Any help understanding would be appreciated. [link] [comments] | ||
Received job offer as first backend developer. What job title? Posted: 20 Oct 2020 02:34 PM PDT I've been offered a job at a 4 person startup (I'd be the 5th) in the early stages of funding. I'd be the first backend developer alongside two frontend developers (one of them being the CTO). What sort of title should I have? Should I even care? Simply "Developer"? [link] [comments] | ||
Would someone be kind enough to answer the following questions? Posted: 20 Oct 2020 02:18 PM PDT Hi, Complete newbie here to any sort of web developing but I would like to create my own online casino in the future. Would Wordpress suffice in creating a website like the this: stake.com ? Or would I need some other platform to develop a site like this that builds its own simple games and payment system etc? Sorry if I sound super dumb to all of you guys but I just don't know much. Obviously when I do go ahead with this I will hire a professional web developer but it's good to get a basic understanding of what kind of code/software it would take. Thanks a lot! [link] [comments] | ||
Posted: 20 Oct 2020 02:18 PM PDT I bought a domain and VPS server to play and experiment with. I consider myself good with tech and some programming, but I'm really just lost how to connect the 2. It's the DNS records that are my main issue, I don't know which to put to be able to connect the 2. I know the different host record types, A, C Name, AAAA, etc. I know what they do. But when I put them on my domain DNS, I get dns errors or dead ends saying website doesn't exist. When I ping the website URL, I get the correct VPS IP. I really reviewed so many guides and videos and replicated their host records, and am still wondering why the domain doesn't direct to the VPS. At the moment my host records on domain are: (I might be missing a C Name) A Record - @ - 123.4.567.8 A Record - website.com - 123.4.567.8 A Record - www - 123.4.567.8 A Record - www.website.com - 123.4.567.8 --- Now, website.com gives me DNS_PROBE_FINISHED_NXDOMAIN error, and www.website.com says refused to connect. I published a Wordpress site just to see if something would appear, it worked once - website.com gave me the Wordpress site, while www.website.com gave me nothing. I have C Panel on my VPS, and also WHM. There is DNS Zone Editors on the 2, but there are so many more host records than on my domain page. My questions are:
tl;dr: Can't figure out how to connect domain to VPS because of dns records. "website.com" gives me "DNS_PROBE_FINISHED_NXDOMAIN" while "www.website.com" gives me connection refused. What domain host records do I need? Ones I have atm are listed above. [link] [comments] | ||
Help - CSS from Codepen smushing up my site Posted: 20 Oct 2020 02:10 PM PDT Hi. I'm trying to use this https://codepen.io/krisantuswanandi/pen/KxrgeZ The CSS is causing sections of a site I'm building to overlap and squash together - and I don't know where to begin fixing this. What's the best way to identify the line(s) of css causing the reshuffle? I'm building it on Wordpress using Semplice (which is a theme+builder). Of course I don't need to use this particular contact form - I could put a perfectly serviceable one using ContactForm7. But I really want to impress the client and give them something fun. Just a little background: I've been making Wordpress sites for charities and small businesses at affordable rates in my spare time for a few years now. I work nearly full time so don't really have time to learn web dev, but I do really enjoy it. I'm always running into problems like this though. This is my biggest client so far. I'd really appreciate some help! [link] [comments] | ||
Posted: 20 Oct 2020 01:42 PM PDT
| ||
Very Nice Web Dev Technology in the Borat Internet Presentation Website Posted: 20 Oct 2020 01:32 PM PDT |
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