Reddit gets its app to 50 million Play Store downloads, mostly by making the mobile web experience miserable web developers |
- Reddit gets its app to 50 million Play Store downloads, mostly by making the mobile web experience miserable
- My lockdown project: 3D Multiplayer html5 voxel shooter game using everything I know about webdev: React, typescript, sql, web sockets, and Three.js
- How do you manage to keep your skills up to date with the latest and greatest while not using those skills at work and having a life?
- My gf and I made a drawing game that reminds Skribbl but with a twist (4 players min)
- I am a 16 year old high school student and i made this website. I would like to receive some feedback and tips.
- Create your own Among Us ejection GIF animation (GIF generated entirely from canvas on frontend)
- I’m trying to start a career in software development. This is my portfolio. What do you think?
- I created a knowledge management application for software engineers and I am looking for any kind of feedback please
- Send HTML Form Submissions to Google Sheets with One Line of Code
- In the last 2 months I finished my simple portfolio site, feedback is welcome!
- How I created a Reddit bot with Laravel
- I made a game boy camera in the web. How did I do?
- Built an interactive US presidential electoral map using HTML, CSS, JavaScript
- Techniques behind transitions on this site?
- Free and Unlimited Image & Video Conversion ENTIRELY in browser using FFMPEG compiled to WebAssembly. No Uploads! No backend!
- I created a website to answer questions on EV vs ICE ownership using personalized data. It compares roadtrips and charging for EVs and ICEVs [Showoff Saturday]
- How to achieve PSD2 (3DS) payment compliance within the EU?
- Multiple Static Website Serving with django
- Creating a News Website?
- What are your thoughts on "Dev Ed" course? Has anyone tried it?
- Create your own Among Us ejection GIF animation (GIF generated entirely from canvas on frontend)
- Strange Usage Scenario
- Can this field cross with UX/UI design?
- I made a little puzzle game with p5.js, HTML and CSS and was hoping to get some feedback on it
Posted: 31 Oct 2020 01:48 PM PDT
| ||
Posted: 31 Oct 2020 11:20 AM PDT | ||
Posted: 31 Oct 2020 12:50 AM PDT I'm out on the job market and I've run into a handful of interviews where I didn't have the right experience. At my previous job, I was doing some support work and other projects. As a result, my skills are a little lagging and/or my knowledge wasn't as in-depth as the potential employers would have liked. Unfortunately, I have a few things going on at the moment in my life and I can't focus on code 100% in my off time. I was curious if anyone else was dealing with this as well. [link] [comments] | ||
My gf and I made a drawing game that reminds Skribbl but with a twist (4 players min) Posted: 31 Oct 2020 11:07 AM PDT | ||
Posted: 31 Oct 2020 07:57 AM PDT Last week I had a 1 week vacation and I thought lets make a website :D I wanted to try out the amazon affiliate program and I created a website. The website uses javascript, html and css for the frontend and the api is build with nodejs. I could really use some feedback and some tips on how to continue with my webdev journey. I would like to learn a new framework next. Which one should I learn? The website I made: https://itemsplanet.com/ EDIT: Thank you for all the positive comments and feedback :D [link] [comments] | ||
Create your own Among Us ejection GIF animation (GIF generated entirely from canvas on frontend) Posted: 31 Oct 2020 07:09 AM PDT
| ||
I’m trying to start a career in software development. This is my portfolio. What do you think? Posted: 31 Oct 2020 02:21 AM PDT
| ||
Posted: 31 Oct 2020 01:49 PM PDT Hey all, this is the link to wreeto https://wreeto.com I have been developing this for about a year in my free time. I would appreciate If you write a sentence or two about the idea, the landing page or the app itself. Thanks in advance! [link] [comments] | ||
Send HTML Form Submissions to Google Sheets with One Line of Code Posted: 31 Oct 2020 12:46 PM PDT Hi everyone, I created https://www.formtospreadsheet.com/ so that you can easily start collecting HTML form submissions in Google Sheets. I'd love for you try it out! Please let me know what you think and how I can improve it. [link] [comments] | ||
In the last 2 months I finished my simple portfolio site, feedback is welcome! Posted: 30 Oct 2020 11:32 PM PDT | ||
How I created a Reddit bot with Laravel Posted: 31 Oct 2020 09:35 AM PDT
| ||
I made a game boy camera in the web. How did I do? Posted: 31 Oct 2020 06:15 AM PDT | ||
Built an interactive US presidential electoral map using HTML, CSS, JavaScript Posted: 31 Oct 2020 08:04 AM PDT https://www.pursuitofleisure.com/github/usa-electoral-map-2020/ I've been feeling very behind in terms of front-end web development. At work I build custom web sites based on designs using a CMS template, and the only JavaScript I do is jQuery, which consists of calling other libraries or writing very simple event-handling. I've been learning vanilla JavaScript in my spare time since the pandemic; going through Wes Bos's Beginner JavaScript course and also a Scrimba path. Decided to throw all the new things I'm learning into something useful while also dealing with election stress. Any feedback welcome! [link] [comments] | ||
Techniques behind transitions on this site? Posted: 31 Oct 2020 10:55 AM PDT
| ||
Posted: 31 Oct 2020 06:21 AM PDT | ||
Posted: 31 Oct 2020 08:19 AM PDT | ||
How to achieve PSD2 (3DS) payment compliance within the EU? Posted: 31 Oct 2020 11:59 AM PDT Has anyone here built a PSD2 compliant e-commerce payment system? I'm currently slogging through Braintree's fragmented and abstract documentation because stripe is not supported in my country and if that's not bad enough, on top of that I have to worry about the aforementioned security standard which I don't understand at all as all the articles I've found are just slightly reworded buzz word salads. Does anyone know exactly and concretely which steps and measures need to be added to the payment flow to make it compliant? Is it just a matter of adding extra personal fields on my payment form? Do I need 2FA? Both? Something else? Thanks in advance. [link] [comments] | ||
Multiple Static Website Serving with django Posted: 31 Oct 2020 01:18 PM PDT Hi all! I have been doing some experiments with django for bot understanding static file serving and django's some features that I did not use. My initial intention was having multiple apps with unique names and serving them through domain.com/<app_name>. I had written a command that copies the files, replace relative links with /<app_name>/path. It works for the links in html, however, there is an issue and I can't find a solution for it. I have a very simple nuxt app(created static files with nuxt generate). In this app, a js code snippet creates <script href='/an/absolute/path'> which goes directly domain.com/an/absolute/path instead of domain.com/<app_name>/an/absolute/path. I do not want ro manually change this apps since I will continuously update some of them. everytime modifying the files generated by nuxt is unnecessary, while I can use the django and python's power to automate/generalize it. What can i do to prevent such scenarios? Can I change the base url for absolute paths? I can inject a js code via django, but i cannot find a vanilla js approach. [link] [comments] | ||
Posted: 31 Oct 2020 01:15 PM PDT This might be a bit of a long post, because there are a fair bit of details involved. I've been doing an internship in the MERN(Mongo DB, Express, React, Node) stack for the last couple months and I'm about to start my final year in CS soon. My company has been making a website where they'll host events like hackathons and over the last few months I've been assigned user stories that have had me add a discussions sections to the website, add comments for discussions, customizable forms, notifications, etc. So I am quite comfortable now with designing user interfaces using CSS frameworks(like Bootstrap, Skeleton, Ant Design, etc) and creating the backend routes and connections to mongoDB alongside the frontend logic. With all of this said, I have only made improvements to an existing website. I don't think I am capable of creating a website from scratch as of yet. My dad recently purchased a domain from GoDaddy where he wants to posts news articles and asked me if I could create the website for him since I told him my internship was in fullstack web development. What would this entail? So it's quite a simple news website, I think. He'd be the only one able to post new articles on it. There will be a comments section where people will be able to comment anonymously or with their names(I don't think I will be doing user logons users for now), there is going to be a search bar and I think for now that's it. I can probably make this part in React, but how would I go about deploying it to the goDaddy domain and how do I ensure the security or scalability of this? Any other caveats I should know about? [link] [comments] | ||
What are your thoughts on "Dev Ed" course? Has anyone tried it? Posted: 31 Oct 2020 10:00 AM PDT I'm currently searching for some WebDev courses to learn in my free time and came through him. Is it really good? Are there better options? I know some basic HTML, CSS stuff and a friend of mine recommended me a SquareSpace course. [link] [comments] | ||
Create your own Among Us ejection GIF animation (GIF generated entirely from canvas on frontend) Posted: 31 Oct 2020 07:08 AM PDT
| ||
Posted: 31 Oct 2020 11:19 AM PDT I'm a long time software developer and tinkerer, with a little bit of web experience. It's been a long time since I used a web host for any reason. I have a small project where I'd like to use a web host as a sort of remote "shared memory". My home automation system will generate data which I'd like to be available online, say at the rate of 1 Hz. Also the hosted webpage would allow writing back to a file which the home automation system can read and do things locally. I'd keep this file encrypted of course, but webhost wise it would be read at a rate of 1 Hz 24-7-365. Say the file was 100KB, that'd end up being roughly 260GB per month of "transfer" each way. I see there's plans with digital ocean where I can get 1 TB of transfer on a single basic droplet for $5/month. Does anyone have experience with using the droplets and/or using a host where you have a repeated hit from the same IP all the time? Is it just an assumption that as long as you stay under the allotted transfer it's ok? Or is there some kind of rate limiting that goes on? TL;DR: I have a 100KB encrypted file I'd like to be available on a remote webhost and access (read and write) at 1Hz from a home computer. Is that an issue and what would be a good host to use for such a thing? [link] [comments] | ||
Can this field cross with UX/UI design? Posted: 31 Oct 2020 02:54 PM PDT Anyone know? I'm curious if webdev can gain any valuable skills from UX/UI design or not at all? [link] [comments] | ||
I made a little puzzle game with p5.js, HTML and CSS and was hoping to get some feedback on it Posted: 31 Oct 2020 07:22 AM PDT I made this a little side project and I am looking to keep working on it. Some ideas I already have in mind are: 1. Keyboadd shortcuts for easier control of the character 2. Automatic save loading (3.) I was trying to get the music to start automatically even if you refresh the page, but due to some limitations with p5.js I couldn't figure out how to make it work. The whole project is open source and there is a link to my github on the website itself if you guys want to check out my code. The kind of feedback I am looking for is: 1. Feedback on the level design, what levels are too hard/too easy. The first 9 levels are supposed to just introduce the core mechanics - how well do you think they did that job? 2. Changes to the UI. How could I improve the cards or the Web page as a whole to make it a more pleasant user experience? 3. Any other thoughts or potential game mechanics that I should implement for future levels. 4. All other feedback is welcome too :)) Thanks in advance. [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