I re-vamped my portfolio when I saw this sweet Dribbble shot. Would love feedback and also sharing the code. web developers |
- I re-vamped my portfolio when I saw this sweet Dribbble shot. Would love feedback and also sharing the code.
- Complicated Simplicity - The curse of modern development.
- My last website SUCKED, but I think my new one is pretty rad. Do you think it's ready to unveil to the world?
- Showoff Saturday: Open Source Lamp Simulator
- Showoff Saturday: DevSpaces - code directly on any cloud platform with Docker and Kubernetes
- Self-Taught developer in need of portfolio critique. Would you Hire me?
- Complex Navbar - Squarespace
- Showoff Saturday: recreation of ESPN Team Grid by Nathan Riley
- Is it possible to have a website run a unix executable with parameters like it would be done via terminal?
- Fairly new web dev looking for honest critique on my portfolio page
- Junior Software Developer First Day Nightmare
- Help implementing infinite scroll
- Showoff Saturday: Spotify Tab Finder
- Showoff Saturday: Announcing Reuse ♻️
- Orishot - Identify the origin of a screenshot
- The 9am Rush Hour – Paul Lewis – Medium
- The best podcasts for frontend developers
- How much should I charge (flat rate) for this particular project?
- SASS question about grandparents
- What are the best podcasts for backend developers?
- Javascript import questions
- Chrome dev tools on Android
- I've been working on a library that makes creating Web based AR experiences easier, and just launched the first project built on it! No app needed, just safari or Chrome on a modern device! More info in the comments
Posted: 29 Sep 2018 06:41 AM PDT
| ||
Complicated Simplicity - The curse of modern development. Posted: 29 Sep 2018 05:32 AM PDT
| ||
Posted: 29 Sep 2018 03:09 PM PDT | ||
Showoff Saturday: Open Source Lamp Simulator Posted: 29 Sep 2018 04:13 AM PDT
| ||
Showoff Saturday: DevSpaces - code directly on any cloud platform with Docker and Kubernetes Posted: 29 Sep 2018 09:06 AM PDT
| ||
Self-Taught developer in need of portfolio critique. Would you Hire me? Posted: 29 Sep 2018 10:54 AM PDT I worked hard on my portfolio and I am happy with how it turned out. It Puts my other projects to shame visually. However, I need some fresh eyes to see if there is anything that could be wrong with it or my projects. I would appreciate any critique no matter how harsh... Is it good enough to get interviews? [link] [comments] | ||
Posted: 29 Sep 2018 02:17 PM PDT
| ||
Showoff Saturday: recreation of ESPN Team Grid by Nathan Riley Posted: 29 Sep 2018 11:32 AM PDT
| ||
Posted: 29 Sep 2018 01:43 PM PDT Hey guys! I'm a student with a work study at my university and we use this unix executable to create QR codes, it takes a csv file and creates the QR codes. I've been given the file (called csvtoqr) and get asked to create the QR codes and was wondering if there was an easier way to do it then what we're doing now. Basically what I do now is go into terminal and type this out: " /Users/Harrypttp/desktop/foldertheprogramisin/csvtoqr /Users/Harrypttp/desktop/folderthecsvisin/codes.csv /Users/Harrypttp/desktop/outputfolderwewantthecodesin" and then press enter and then in the last folder, the QR codes get made as png files. This is what I would be hoping to do if its possible: Have a website where someone can put in the values that we put into the csv file and click a button. It would then create the CSV file, and run the program and put it all in a folder in the server where I could then have another button to download it. After the process is done, it deletes the csv file to start over again. Is this possible to do? And if so, how should I go about learning to do this. Thanks for your time, let me know if this doesn't makes any sense :) [link] [comments] | ||
Fairly new web dev looking for honest critique on my portfolio page Posted: 29 Sep 2018 04:00 PM PDT
| ||
Junior Software Developer First Day Nightmare Posted: 29 Sep 2018 03:43 PM PDT I just graduated from college and got my very first job! I start my first day tomorrow and my boss just told me that I am going to work on a project to build a Spring Boot application. I am absolutely scared because I won't be able to code anything at all when I come in to work tomorrow since I have no idea what Spring Boot is and I only know Java basics. As a result, I am afraid I might get in trouble for not starting on the project when I come in for my first day. Is it ok if I learn Spring (such as going on internet tutorials, YouTube tutorials, reading articles on Spring, etc.) on my computer during that time in my office? If so how long is it acceptable for me to spend time in office to learn that new thing? Or should I learn it outside of the office because my boss might not condone me taking office time to learn Spring? I'm a nervous wreck right now. I would love suggestions on how I can effectively acquire knowledge on this new technology and start working on the project. I am a noob and I need help as much as I can! [link] [comments] | ||
Help implementing infinite scroll Posted: 29 Sep 2018 11:56 AM PDT Can anybody please help me with how to implement infinite scroll? Right now I am using mongodb and Nodejs and just querying for all the posts and they show up at once. I would like only the first 10 to show, then as you scroll down, more get added in. Help is much appreciated. Thank you!! [link] [comments] | ||
Showoff Saturday: Spotify Tab Finder Posted: 29 Sep 2018 11:25 AM PDT | ||
Showoff Saturday: Announcing Reuse ♻️ Posted: 29 Sep 2018 11:06 AM PDT
| ||
Orishot - Identify the origin of a screenshot Posted: 29 Sep 2018 02:34 PM PDT
| ||
The 9am Rush Hour – Paul Lewis – Medium Posted: 29 Sep 2018 01:17 AM PDT
| ||
The best podcasts for frontend developers Posted: 29 Sep 2018 08:05 AM PDT
| ||
How much should I charge (flat rate) for this particular project? Posted: 29 Sep 2018 12:29 AM PDT Work has already begun, but the client wants to be given a solid number by Monday and I'm at a loss for what I should charge while remaining fair and providing them a good deal. The project is essentially a website that tracks human resources / data via application into the system - it is mobile-friendly and uses PHP, SQL, CSS, HTML and Javascript. Functions like SPA (Single Page Application), allows different "types" of individuals to submit their data, uses a few tables on the back end to track data, then provides several different types of custom views of said data on the website - also includes the ability for them to upload multiple images, which are dynamically resized (doing client-side now), along with a few other things... including an administrative back end that allows the moderation of incoming requests, editing of supplied data, searching, etc.; (without actually having to use the database interface, but a custom GUI that aligns with the project). Everything for this project has pretty much been coded from scratch, no frameworks or anything were used. I'm unsure if I've correctly described the project. An additional note is that they are also requesting, at the end, that I am able to transfer the project to their own servers / host, which could obviously be a bit of a headache, since I do not think they even currently have hosting. I'm worried about quoting a figure too high and the client figuring they can just get a "website" for real cheap from somebody else, without realizing the other work that has had to go into the project to allow full interaction with the proprietary data that is going into their database. They are very intelligent, but not the most tech-savvy. I think I could explain the situation fairly well to them, but now I'm kind of being pressed to give them an exact figure and am unsure even a range for a project like this these days. Any input is appreciated :) [link] [comments] | ||
SASS question about grandparents Posted: 29 Sep 2018 01:45 PM PDT I am trying to change the background color of my body when I hover a link inside it, when I found out about string interpolation I was thrilled and tried to apply it, with no success. I tried some examples of it, but I can't tell what exactly is my problem, I would really appreciate some help and insight as to what am I doing wrong. This is the link to the codepen: https://codepen.io/anon/pen/pxvLOJ This is the code itself: and: Thanks for your help and time! PS. I am fairly new to CSS and SASS, which is why I am trying to practice as much as I can, but I can't seem to get around this error of mine. Any feedback on anything is welcome!! EDIT: FORMAT [link] [comments] | ||
What are the best podcasts for backend developers? Posted: 29 Sep 2018 01:25 PM PDT | ||
Posted: 29 Sep 2018 07:26 AM PDT Sometimes in videos I see people put:
and sometimes I see:
So the second one doesn't have {}'s surrounding the package name. What's the difference? [link] [comments] | ||
Posted: 29 Sep 2018 09:21 AM PDT Hi, Would you be interested in the possibility of launching the Chrome dev tools in a specific browser that you could install with an .apk file ? That could be useful for occasional web dev on Android, or simply debugging a website, when you can't use the remote debugging feature (e.g. you don't have access to a laptop) . [link] [comments] | ||
Posted: 29 Sep 2018 06:56 AM 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