Learn 3 common CSS flex patterns in 10 minutes web developers |
- Learn 3 common CSS flex patterns in 10 minutes
- [not oc] If anyone tells you html + css can't be "Real Programming", show them this shit:
- Google Fonts now supports icons
- What is your favorite CSS framework?
- Cocktail Pantry Search - Find Cocktail Recipes by Ingredients
- Namecheap just snaked another domain off me.
- I'm a beginner and idk if I should get a whole bootcamp like Negoie's or Angela Yu on Udemy or get a more indepth HTML&CSS course like Brad Traversy's. What would you pick?
- Need help with best practices for making an AJAX form submission accessibility friendly.
- Lambda School is putting on a 100% Free “Mini Code Bootcamp” starting tonight
- Anyone interested in getting paid to write tutorials or short courses?
- I'm a little confused on how to make a grid layout responsive.
- How to implement LinkedIn OAuth20 Login in Reactjs/Gatsby without involving a Server?
- [HELP] Mapbox implementation: Unsure of what to look/Google for
- Building Boardly: How we decided to try out Hotwire - TeamHQ
- kindly help me figure out how to properly make a web based drawing application.
- jspm.org - Import Maps Release & Module CDN Launch
- Protip to anybody using Gulp: switch from .pipe() to .pipeline()
- Non-technical PM who's been tasked with managing a team of developers - advice appreciated!
- Is it best practice to have two seperate git repos for client and server ? What's the pros and cons of seperating or combining them? (MERN)
- What is task queueing eg. Redis/RabbitMQ/Celery etc etc?
- Agency Hourly Rate?
- Help - Moving new website to replace old website
- [Need Advice]
- White label CMS/system for platform with user creation
Learn 3 common CSS flex patterns in 10 minutes Posted: 02 Mar 2021 02:01 PM PST
| ||||||||||||||||||||
[not oc] If anyone tells you html + css can't be "Real Programming", show them this shit: Posted: 01 Mar 2021 09:17 PM PST | ||||||||||||||||||||
Google Fonts now supports icons Posted: 02 Mar 2021 02:28 PM PST | ||||||||||||||||||||
What is your favorite CSS framework? Posted: 02 Mar 2021 01:33 PM PST New to the web, so far just a vanilla css guy and hoping to gauge how nice to work with some of these tools are so I can start building with a power tool instead of a screwdriver. [link] [comments] | ||||||||||||||||||||
Cocktail Pantry Search - Find Cocktail Recipes by Ingredients Posted: 02 Mar 2021 11:12 AM PST
| ||||||||||||||||||||
Namecheap just snaked another domain off me. Posted: 02 Mar 2021 04:30 PM PST Namecheap has a history of miraculously buying domains moments after someone searches for them. Just happened again with "dnd.quest". Literally snatched it in between adding to cart and going to checkout. From the whois record:
Stay classy Namecheap. [link] [comments] | ||||||||||||||||||||
Posted: 02 Mar 2021 10:20 AM PST I'm also doing FCC and The Odin Project. There are a LOT of resources out there and I'm already overwhelmed😂 Send guidanceeeee [link] [comments] | ||||||||||||||||||||
Need help with best practices for making an AJAX form submission accessibility friendly. Posted: 02 Mar 2021 11:13 AM PST I have a site where we need to meet level AA accessibility requirements and on this site is a form. I had some questions about submitting this form with Javascript and validating the form in a way that is friendly to screen readers and meets WCAG requirements. First off, is submitting a form using Javascript something that meets accessibility requirements? Some documentation I have found says that a form should be submittable without Javascript to be fully accessible, but other documentation seems to say that Javascript for the form submission would be ok from an accessibility perspective. Second, assuming JS is ok for the submission, is there any aria markup I should be adding to the form during the submission process? I feel like I should place an aria-busy="true" on the contents of the form but I don't know if that is the right approach. [link] [comments] | ||||||||||||||||||||
Lambda School is putting on a 100% Free “Mini Code Bootcamp” starting tonight Posted: 02 Mar 2021 03:20 AM PST We've been working on building a fun way to introduce people to web development (focus is on JavaScript for obvious reasons), specifically designed to help you write code and see the results quickly as you learn the fundamentals of JS along the way. It's completely 100% free, and open to everyone. Thought it might be interesting to some folks here - https://lambdaschool.com/free-mini-code-bootcamp. I want to respect this community as being for learning, so if this feels spammy please feel free to remove it, just wanted to let folks know of what I think will be a pretty cool course. Unfortunately, the instructor is a big Taylor Swift fan, so if you're not into T Swift you'll have to write your own code so that you can plug in whichever artist you prefer ;) [link] [comments] | ||||||||||||||||||||
Anyone interested in getting paid to write tutorials or short courses? Posted: 02 Mar 2021 02:57 PM PST Hello, I just built my website for short courses and tutorials, and I'd like to populate it with some content. I'm looking for developers who are also good at writing who would be interested in writing some tutorials and publishing them on my website. This is an example of something I built on my website: https://www.learnthepart.com/course/c1d6d596-97b9-4e53-a46d-ec6260c07c78/bcdfb9cb-44e7-4eaf-a824-13e853eb974c If any of you are interested feel free to DM me. If available, please send me a programming article you wrote in the past. It would be really helpful in assessing your skillset. This is also a good chance to learn and develop some skills while getting paid for it. [link] [comments] | ||||||||||||||||||||
I'm a little confused on how to make a grid layout responsive. Posted: 02 Mar 2021 08:52 AM PST Let's say my CSS is laid out like this: .gridbox { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap:5px; grid-template-rows:100px 100px 100px 100px 100px 100px; } .sec1 { grid-column:1; grid-row:1; background-color:blue; } .sec2 { grid-column:2; grid-row:1; background-color:blue; } .sec3 { grid-column: 3; grid-row: 1; background-color:blue; } ..... and so on When I do the media query, do I just reset the grid and row placements? [link] [comments] | ||||||||||||||||||||
How to implement LinkedIn OAuth20 Login in Reactjs/Gatsby without involving a Server? Posted: 02 Mar 2021 02:12 PM PST | ||||||||||||||||||||
[HELP] Mapbox implementation: Unsure of what to look/Google for Posted: 02 Mar 2021 11:01 AM PST Evening /r/webdev! For a school project, I'm building a small web application which optimizes placement of street vendor carts/stalls based on user positions in the area. I'm fairly new to webdev and It's my first time using Mapbox (or any other geomapping API for that matter) and I'm unfamiliar with what to Google for some of my use cases, and I would really appreciate any help given. The use cases I'm having trouble with at the moment:
Thank you for the help and sorry if some of the questions are hard to understand, English is not my first language. [link] [comments] | ||||||||||||||||||||
Building Boardly: How we decided to try out Hotwire - TeamHQ Posted: 02 Mar 2021 04:15 PM PST | ||||||||||||||||||||
kindly help me figure out how to properly make a web based drawing application. Posted: 02 Mar 2021 12:19 PM PST I recently made a drawing application in java (+javafx) and now want to create something similar but assessable as a webpage. I am specifically looking for : it does not have to be pretty I'm mainly looking for functionality. also preferably something object oriented but I'm willing to learn anything else. I feel a bit lost in the new world of web development and I would like to be pointed in the right direction of what library's/ languages would be best for my specific purpose. [link] [comments] | ||||||||||||||||||||
jspm.org - Import Maps Release & Module CDN Launch Posted: 02 Mar 2021 03:55 PM PST
| ||||||||||||||||||||
Protip to anybody using Gulp: switch from .pipe() to .pipeline() Posted: 02 Mar 2021 03:51 PM PST Essentially, you turn your
into
Performance gains are MASSIVE. Here's an example from my project:
[link] [comments] | ||||||||||||||||||||
Non-technical PM who's been tasked with managing a team of developers - advice appreciated! Posted: 02 Mar 2021 09:37 AM PST Hi all, I was approached by a close acquaintance who has asked me to project/product manage the build of a start-up dating platform. I've got the budget to hire a full-stack to come in and consult/build the back end, and have a front end that i've begun to work on design elements with. While I have background in Project Management (non-technical), I am completely new to the world of development. I am looking for advice on how I can begin to educate myself on the back end/front end systems so that I can more accurately and fairly manage and build a team for this product. I would love to better understand how front-end and back-end devs speak and work with each other, and how I can better understand the processes and workflows for this type of work. What are the sort of things you wish your managers understood? Any resources or anecdotal insight would be helpful. Hoping someone can point me toward some high-level resources so that I can better understand your world. Thanks! [link] [comments] | ||||||||||||||||||||
Posted: 02 Mar 2021 11:48 AM PST Basically what the title says, i am a junior dev and i am wondering what is best practice. I believe its better security wise to seperate them in case you give new devs access to only one side All opinions are welcome! Thanks in advance. [link] [comments] | ||||||||||||||||||||
What is task queueing eg. Redis/RabbitMQ/Celery etc etc? Posted: 02 Mar 2021 04:17 AM PST
------- This is where I need help with clarification. So after doing some reading it seems this is the standard way these days where your scripts might take long to execute so you want to do the following:
Is this right?
Thank you! [link] [comments] | ||||||||||||||||||||
Posted: 02 Mar 2021 01:20 PM PST Hi, I have a fairly new dev agency that usually charges on a per-project basis. I have had a couple of potential clients ask for an hourly rate. I keep on seeing that you calculate it by the average employee hourly rate + misc costs +the profit you want to add on top. Say I come up with a $100/h rate. The client wants a project done in 3 months (480 hours) and I calculate it will need 5 devs to work on it. Do you bill 480 * the number of employees that will be working on that project (480 * 5= 2400 hours)? [link] [comments] | ||||||||||||||||||||
Help - Moving new website to replace old website Posted: 02 Mar 2021 01:11 PM PST I have built a new website for a friend on a different host from her current website, but she has now decided to not change hosts. So I will be moving the new website to the old host. The old website is just a HTML website, while the new one is WordPress. This is what I plan on doing, please let me know if I'm missing something: - Using FTP: backup both the old and new sites - Using FTP: delete the old html website from the old host - Using FTP: copy the new website to the old host At this point will have I have to do anything about the domain? as the new site was using a temp domain. I'll probably also have to do a search and replace to change the temp domain to the primary domain? Am I missing anything else? [link] [comments] | ||||||||||||||||||||
Posted: 02 Mar 2021 09:09 AM PST Hey Guys, so I'm trying to build a school website and a school management system including an online results management system so that parents can view the results of their children. I've been seeing a lot of stuff doing things like that online, but it doesn't feel like it quickest road to the market, any advice for me? [link] [comments] | ||||||||||||||||||||
White label CMS/system for platform with user creation Posted: 02 Mar 2021 12:49 PM PST Hi I hope it's OK i post this question here. I'm looking for a platform that has built in some or all of the functionalities below.
I've been taking a look at plugins for Wordpress, but I honestly think Wordpress would be a bad fit and have a lot of security issues. Any ideas? I'm looking for something where a lot of the backend features already exists or a module/plugin could handle some of the above features. Preferably something built in PHP. Does not need to be free, but something that isent too costly/ open source would be best. thanks! [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