We can save file to disk with File System Access API web developers |
- We can save file to disk with File System Access API
- Couple of vanilla JavaScript animations I have been working on this Saturday (HTML canvas)
- Everything you ever wanted to know about building a secure password reset feature
- Google may be forced to break up chrome
- Is it possible to find mentoring for Webdev?
- Correct architecture to serve dashboard, other static pages, and API?
- How to use Localhost?
- Web projects for beginners
- (freelance) Did covid19 situation effected demand for your work? Do you get less/more gigs?
- [Question] Can you help me style a page this way? It's a funky layout and I'm lost. (Image in thread)
- How should you choose your domain name for a personal website/portfolio?
- Annoying CSS need help
- MomentJs is deprecated. Here's how I chose a successor, including an open source test suite to validate replacements.
- Setting up a store with BTC payments on TOR
- Animating an SVG
- looking for one centralized way to learn full-stack
- How to Structure a Web App that Asks Pre-Defined Conditional Questions?
- neonpad.io - A neon plain text editor
- Give me advice
- What are my options for hosting images on cloud for a web app?
- Static Style Websites?
- How much Algorithms & Data Structures do I need to know?
- Does Redgifs have an API we can use? I can't find any info about it on their site
We can save file to disk with File System Access API Posted: 11 Oct 2020 12:42 AM PDT
| ||
Couple of vanilla JavaScript animations I have been working on this Saturday (HTML canvas) Posted: 11 Oct 2020 10:17 AM PDT
| ||
Everything you ever wanted to know about building a secure password reset feature Posted: 11 Oct 2020 01:17 PM PDT
| ||
Google may be forced to break up chrome Posted: 11 Oct 2020 03:51 AM PDT
| ||
Is it possible to find mentoring for Webdev? Posted: 11 Oct 2020 01:43 PM PDT Has anyone every had this? If so how did you go about doing this? [link] [comments] | ||
Correct architecture to serve dashboard, other static pages, and API? Posted: 11 Oct 2020 11:53 AM PDT I'm working on a full stack app and I'm trying to determine the "best" way to structure it. It is a link shortener app. I have three types of pages: 1) Dashboard/admin pages for creating managing links as well as authentication. I think I will host this on a separate server and serve it from a subdomain like dashboard.example.com. 2) Other static pages like docs, blog, support, etc. These should be hosted as directories on the main domain like example.com/blog, etc. 3) Api, just a restful API. This should be hosted on the main domain because I want the short links to be structured like example.com/ABC!-S@1. What is the best way to structure this? One server for #1, with a static React app. One server for #3 hosting the API. Then have the static assets for #2 also on the #3 server? Can I somehow have the static pages for #3 be hosted on the same server as #1 so there is a cleaner delineation between API and content? [link] [comments] | ||
Posted: 11 Oct 2020 01:59 PM PDT I'm in the process of developing my first "real" web application and I'm trying to figure out how to use APIs. I'd like to use NewsAPI to aggregate some simple news headlines, but in order to utilize their free developer tier, you need to run your code through localhost. The paged linked above seems to indicate this is in order to comply with their CORS policy, although I'm a little fuzzy on exactly what that is. Anyway, I usually just test my projects using live preview in VScode or on Github. I've never set up a local server (that is what I'm trying to do, right?), so I'm not sure how to get the API to function properly. Can anyone point me in the right direction to learn more? I'm not sure what I should be researching or how to get this to work. I work on a mac, btw. I assume the set up process depends on your operating system? [link] [comments] | ||
Posted: 11 Oct 2020 08:51 AM PDT Newbie here, Please suggest me some simple projects that I can show in my resume. [link] [comments] | ||
(freelance) Did covid19 situation effected demand for your work? Do you get less/more gigs? Posted: 11 Oct 2020 09:54 AM PDT Hello everyone! Title says. Would like to hear your experiences. [link] [comments] | ||
Posted: 11 Oct 2020 07:06 AM PDT Here's a mockup of what I'm trying to do! Hello! I am a pretty new self-taught dev who would like to create a page with the above layout. I normally use bootstrap to make nice little responsive pages, but the hexagons their intended layout is what's throwing me off. How can I accomplish this hexagon shape formatting? Is this something that should be done purely in CSS? Right now my idea is to take an SVG of a hexagon and position the image on the page with CSS, but I don't know if that's the best/easiest solution. What technique could I use to get hexagons laid out like that, circling around a center one, in a way where I can fill each hex with content, whether its text/charts/images etc? The page would not have to be fully responsive; I would like it if the content could scale a little depending on the page width, but after the page gets narrow enough (like on mobile), it doesn't have to rearrange all content, it can just start overflowing with horizontal scrolling. Any advice is appreciated! I know this can be done, but I'm struggling to get there after hours of playing with CSS classes :( Thank you! [link] [comments] | ||
How should you choose your domain name for a personal website/portfolio? Posted: 11 Oct 2020 07:04 AM PDT I'm studying web development (professional bachelor). I have a website, made during my first two years of college, which domain name is my pseudonym. However, it doesn't sound serious at all. I thought about changing for something I could actually use in a professional environment. Do you have any advice or even guidelines about how do choose a good domain name ? [link] [comments] | ||
Posted: 11 Oct 2020 12:46 PM PDT So i am new to css and stuff. I was following an example on making a web server using flask in python. I tried to change the background of the file many times but it won't change. Then i opened it in incognito mode then suddenly i could see all my changes. How to i avoid this. [link] [comments] | ||
Posted: 11 Oct 2020 04:18 PM PDT | ||
Setting up a store with BTC payments on TOR Posted: 11 Oct 2020 04:17 PM PDT DISCLAIMER: I do not want to sell any illegal shit, I just need to know how to do this and I have not found 1 single resource. I have developed a website on Wordpress but I want it to function on a .onion So yeah, I need to know how to set up a store in TOR, with a BTC payment gateway, any help would be highly appreciated. [link] [comments] | ||
Posted: 11 Oct 2020 12:12 PM PDT I have a client who's requested an animation of vines coming onto the screen and opening into a flower with the client's name and their spouse's name (wedding website). I have some friends who have recommended tween.js and svgator. Are there any other sites/libraries anyone can recommend? [link] [comments] | ||
looking for one centralized way to learn full-stack Posted: 11 Oct 2020 08:20 AM PDT Hey, I'm looking for one centralized (one that won't send me to 200 sources) way to learn full-stack (I am not a complete beginner). I'm looking for a tutorial that will teach me everything to build a website including the DevOps things. If you can help me with that it would be awesome :) thanks [link] [comments] | ||
How to Structure a Web App that Asks Pre-Defined Conditional Questions? Posted: 11 Oct 2020 09:17 AM PDT I am trying to create a web app that asks a series of pre-defined *conditional* questions. For example, like this:
I won't be using advanced frontend framework (like React or Vue). Instead, I'm going to just use Flask with its Jinja2 templating. My questions are:
Thank you! [link] [comments] | ||
neonpad.io - A neon plain text editor Posted: 11 Oct 2020 03:13 PM PDT
| ||
Posted: 11 Oct 2020 02:51 PM PDT I'm in a weird situation. I cancelled my admission to college this summer because of various reasons. I wanted to pursue web development and thought that I could do it on my own. But now my parents, who were for it before are now having second thoughts...and are pressuring me to pursue a degree (any cheap degree for the paper). I really don't want to but I am living with my parents now so I kind of have to listen to them. Can someone honestly tell me how feasible it is to get a web dev job without a degree. And if anyone has ever done it, what advice do you have? [link] [comments] | ||
What are my options for hosting images on cloud for a web app? Posted: 11 Oct 2020 08:48 AM PDT I am developing a small-scale web app for a realty firm and I plan to deploy it using Netlify. The problem I am running into is that I need to pull images of different properties and store them somewhere since pulling the images takes a long time. What are my options for that? I have looked into Amazon S3 but if possible, I do not want to download the images before displaying them. I want to do something like Reddit, where the images are hosted on Imgur and the [link] [comments] | ||
Posted: 11 Oct 2020 02:34 PM PDT One of my favorite sports websites (Baseball Reference) seems to use an interesting style. (https://www.baseball-reference.com/players/c/colege01.shtml) The pages don't seem to have any requests, and everything just seems to be a static page. Is there a particular style for this type of design? Can youd o this sort of thing in react? Or other frameworks? I guess you would have to just perform requests at runtime and then have your backend sorta frequently rewrite the pages? Are there frameworks for this? I like this style for the speed (I'll sacrifice some realtime data updates). Thanks! [link] [comments] | ||
How much Algorithms & Data Structures do I need to know? Posted: 11 Oct 2020 01:57 PM PDT I'm a student in my third year (two years left cuz engineering school), and have been working on my web development skills for the last couple of months, after finishing CS50 last year. During quarantine, I finished a SQL and Git/Github course (already had experience cuz of CS50), finished Python For Everybody specialization (was easy cuz I have experience in Python). Then I took Algorithmic Toolbox course, it was hard (cuz the instructors are bad imo), now I'm almost finished with CS50 Web Programming. During this time my colleagues at my university seem to have worked well on their algorithms & data structures skills, while the courses that exposed me to those subjects were CS50 and Algorithmic Toolbox. Was I wrong? Should I study more algorithms & data structures and less web development? [link] [comments] | ||
Does Redgifs have an API we can use? I can't find any info about it on their site Posted: 11 Oct 2020 01:51 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