I made a private movie review website for me and my friends to use. Tell me what you think! web developers |
- I made a private movie review website for me and my friends to use. Tell me what you think!
- One Emmet feature that I use a lot is "wrap with abbreviation". A quite neat trick to insert parent elements into your markup.
- I created an online procedural planet generator. Find it in the comments!
- Cool CSS gradients for your next project
- [Showoff Saturday] I made a local-first Markdown editor with Vue.js + Electron. Also added Dracula, Monokai and Gruvbox as configurable themes.
- [Repost because previous post was removed] I made a visual programming tool (like in blender/ue4) where you can code by right clicking/dragging and dropping. You can also see generated javascript code live. Link in the comments.
- I made a library that helps you bring Figma-flavored squircles to your apps.
- Spent four hours debugging and once again came to an conclusion that I'm an idiot
- Collection of 21 articles on how to choose colors. Unrolled in the first comment.
- I wrote a CSS Houdini/Paint API Worklet - Generative “Fleck” Patterns
- Book Review: A Philosophy of Software Design
- iOS Upload Photos Menu recreated with HTML & CSS
- I made a JavaScript API that lets you use different languages in the browser (REPLjs)
- There are 6,000+ quality AWS open source repositories on GitHub but are completely unorganized. I made a search engine and browser for all of them, all curated carefully with 1000+ filters.
- When should I use CSS flexbox or CSS Grid?
- I took the advice from my last post and reworked my CSS to be more responsive and mobile-friendly [WIP]
- Flexbox Image Issue
- ISO: QR code generator service to host & track reach/engagement metrics
- Will a semi-related degree help me more than work experience?
- should I show "flagged" content?
- does my phone just have a bunch of websockets open? (push notifications on apps)
- Should I learn C++ first to learn other languages more easily?
- Unsure how to make this code mobile responsive
- Devs who had to work on terrible codebases, did the experience make you a better developer/programmer? If so, in what way?
- I am new to cs and web dev. So i wrote a script that makes api call and return a json file. this is done in python. From the result of the json file, i want to filter it and display some of the data in a web interface. how can i go about doing this? what are some suggestions.
I made a private movie review website for me and my friends to use. Tell me what you think! Posted: 11 Jun 2021 09:00 PM PDT
| ||
Posted: 11 Jun 2021 08:23 AM PDT
| ||
I created an online procedural planet generator. Find it in the comments! Posted: 10 Jun 2021 09:08 PM PDT
| ||
Cool CSS gradients for your next project Posted: 11 Jun 2021 01:33 PM PDT
| ||
Posted: 11 Jun 2021 08:13 PM PDT
| ||
Posted: 11 Jun 2021 11:38 PM PDT
| ||
I made a library that helps you bring Figma-flavored squircles to your apps. Posted: 11 Jun 2021 07:28 AM PDT
| ||
Spent four hours debugging and once again came to an conclusion that I'm an idiot Posted: 11 Jun 2021 06:04 AM PDT Nested loops where I query data, process it and pass it on to next function. I had my awaits in place on 2 first queries, but the third one was lacking it, and I didn't notice that until four hours deep into debugging. Gently laid the await on it's place, and surprise surprise, everything works just as expected. [link] [comments] | ||
Collection of 21 articles on how to choose colors. Unrolled in the first comment. Posted: 11 Jun 2021 04:25 AM PDT | ||
I wrote a CSS Houdini/Paint API Worklet - Generative “Fleck” Patterns Posted: 12 Jun 2021 12:26 AM PDT
| ||
Book Review: A Philosophy of Software Design Posted: 11 Jun 2021 11:09 PM PDT | ||
iOS Upload Photos Menu recreated with HTML & CSS Posted: 11 Jun 2021 09:18 AM PDT
| ||
I made a JavaScript API that lets you use different languages in the browser (REPLjs) Posted: 11 Jun 2021 05:32 PM PDT
| ||
Posted: 10 Jun 2021 08:16 AM PDT Link to site: https://app.polymersearch.com/discover/aws As a recent Computers Systems graduate, I created a site to make it easy to explore every AWS repository on GitHub. This site lets you:
Ways to use it:
Hope you all enjoy it and let me know if you have any suggestions. [link] [comments] | ||
When should I use CSS flexbox or CSS Grid? Posted: 11 Jun 2021 05:53 AM PDT Hello everyone, I'm new to web development and currently learning some of the more advanced CSS features in particular CSS flexbox and grid. I understand how they work but not sure when I would apply one over the other. Would anyone be able to give me some guidance on what scenarios I'd use these features in or is it simply a matter of personal preference? Kind regards, Coffee_666 [link] [comments] | ||
Posted: 11 Jun 2021 07:11 PM PDT | ||
Posted: 11 Jun 2021 02:44 PM PDT I'm starting to learn Flexbox and I made a flex-container and inside I have an image and a paragraph. I made the flex-container display:flex and the image is huge in the browser, and the paragraph displays all squished in a very narrow block at the end.... why is the image dsplaying so big and the paragraph is so narrow?... the image is not that big in its original size, why did it blow up so much? this is driving me nuts. [link] [comments] | ||
ISO: QR code generator service to host & track reach/engagement metrics Posted: 11 Jun 2021 04:37 PM PDT I'm looking for some sort of app or portal through which I can both generate & track the impact of my QR codes. Ideally I'm needing something where I can see when & how many people scan these codes, that also has the capability to export this data (or, alternately, host/track these QR codes indefinitely, with no limit to how many QR codes I have stored on there). Preferably free, but totally open to paid options if the functionality is there. Does such a service exist? This seems like a really specialized little community, so I'm hopeful that this might be the right place for some leads. Thank you! :) [link] [comments] | ||
Will a semi-related degree help me more than work experience? Posted: 11 Jun 2021 04:35 PM PDT I worked for about 15 months of 2019-2020 as a junior front-end developer on a web app that ran with Rails, Vue, and worked on a landing page for the company that used React and Netlify CMS. Before that, I had some contract/freelance stuff working with React. In total I have probably like 2 years of work experience. I haven't worked for the past year after being laid off for COVID reasons, and decided to go back to school but seeing that I have put myself $20,000 in debt my first year of going to university on student loans has me worried that I'm going to end up like $40-50,000 in debt with a degree that is only related to human computer interaction and some design that is useful for front-end in general, but no actual computer science and only a little coding. I'm trying to figure out right now if I should sign up for another $20,000 loan for the next school year, or just try to get back into the workforce now that more places are opening up since the pandemic hysteria has died down a little bit. Can anyone give me any advice? It would be particularly helpful if you have any experience hiring people. Is a semi-related degree more valuable than an extra year or two of experience? My stepfather who owns his own industrial company keeps telling me that the bachelor's degree is essential, but as a front-end web developer, I just don't know if that is true. [link] [comments] | ||
should I show "flagged" content? Posted: 11 Jun 2021 12:45 PM PDT Title may sound weird, so let me explain :-) I'm working on a web-site (for fun) where users can participate in the form of posts (aka "profiles"), comments and uploads (screenshots, avatars) – there's also voting & rating, but that's out of scope here. My question isn't technical but "cultural" (even legal?) .... to keep things (more or less) civilized, I've implemented a moderation function, where admins (staff) can approve content before it's visible to the public (the website is "mixed", meaning content is read-only available without being logged-in) So, there's a simple status model for user content:
So my actual questions are: Question 1: Would you (do "professional" sites/apps) show content which has been flagged by someone (users) ? I think it's hard to decide. I don't want every a$$ to abuse the feature (if they are at war with someone) but if it's really problematic/illegal it should be taken down as fast as possible. Since this is fun/spare-time this may take its time. Question 1a: If flagged content is shown, should I implement some additional rules, like if there are 10 reports to take it down immediately or maybe a ratio of visits/reports of 3% to do so? Question 2: Should I allow anyone to report/flag content or only logged-in (registered) users? I tend to only allow registered/logged-in users to do that [link] [comments] | ||
does my phone just have a bunch of websockets open? (push notifications on apps) Posted: 11 Jun 2021 04:10 PM PDT As I learn more about system design and things like push notifications, it just seems like every other APP has a notification service. Which makes me think they each have their own little websocket for managing those notifications. So does every app just keep a socket open? Does apple have some "gatekeeper" that handles all push notifications? Do apps establish websockets after that original notification, and then go on their merry way with communicating? What kind of technical best practices are there around building push notifications? [link] [comments] | ||
Should I learn C++ first to learn other languages more easily? Posted: 11 Jun 2021 12:21 PM PDT I am 17, currently learning basic JavaScript for web development in my free time (maybe for full-stack if I am capable - since I am not currently studying CS or IT in college, just a Level 3 Business BTEC lol) - so to shorten the time amount spent learning a new language such as React or even JavaScript/jQuery, should I learn C++ first? I only know HTML, basic CSS/Js as of now. Thanks! [link] [comments] | ||
Unsure how to make this code mobile responsive Posted: 11 Jun 2021 04:07 PM PDT I have been Google for days. I am trying to make a blog design layout. I wanted to make 2 columns where the sides would end up being asymmetric on a desktop and be responsive on mobile devices. Responsive as in the columns would end up being on top of each other when users are viewing through their mobile device. I got the code below from MDN web docs. I would really appreciate any one that could help or had a better way of doing the 2 columns. CSS code .wrapper{text-align:center;} .wrapper ul { margin: 0 -10px; padding: 0; list-style: none; } .wrapper li { display: inline-block; vertical-align: top; width: calc(33.333333% - 20px); margin: 0 10px 20px 10px; } u/supports (display: grid) { .wrapper ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; } .wrapper li { width: auto; margin: 0; } } HTML code <div class="wrapper" > <ul> <li class="card"> <h2>One</h2> </li> <li class="card"> <h2>Two</h2> </li> <li class="card"> <h2>Three</h2> <li class="card"> <h2>Four</h2> </li> <li class="card"> <h2>Five</h2> </li> <li class="card"> <h2>Six</h2> </li> </ul> </div> [link] [comments] | ||
Posted: 11 Jun 2021 10:06 AM PDT I need to know money isn't the only reason I'm dealing with this hell [link] [comments] | ||
Posted: 11 Jun 2021 03:48 PM PDT I saw there are flask, django, react, for frontend but how do you call the script when you are making an interface for it and how to display it. [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