Finally got a job web developers |
- Finally got a job
- Responsive Card Design & Hover Effects | Html5 CSS3
- How has your perception of "what web development is" changed since you first started out?
- Do you buy frontend templates?
- Simplify AWS Lambda functions with middleware
- CSS's paint API
- How should an endpoint for a like action be designed?
- Should I learn a framework based on the job market ?
- What's New In DevTools (Chrome 86)
- My First Day as a Back-End Dev: Filtered Out 600,000 lines of error logs :D
- Layout Shift GIF Generator
- For those who build ecommerce sites -- how do you collect client images?
- Improving problem solving?
- Any idea how I add something like this to my own email sending domain? I don't know what the name for it is or how people do it, even the profile pictures. Thanks in advance!
- Micro Blog - A serverless blog using markdown and ShowdownJS. HTML, JS and CSS
- How do you go about getting technical help through stack overflow when the project you're working on is massive?
- A Lightweight Masonry Solution
- SameSite cookie killing my internals, level 4 frustration already
- Transitions broken in firefox?
- My website keeps getting rejected from advertisement sites like Google Adsense
- Tips for Finding Remote Work In Remote Locations?
- NEW SUBREDDIT PLUG] I created r/DesignForDevelopers to gather resources for those of us who have no problem writing JS but couldn't design ourselves out of a paper bag. Please join and contribute!
- Make sure your BOLD active states don't cause layout shifts
- What is the best free platform for web portfolio?
Posted: 20 Aug 2020 09:27 AM PDT I quit a data analyst position, or fired actually, last year. No career growth, horrible management, all that and I knew I loved programming. I joined a boot camp and have been making personal projects nonstop. I turned down an analyst role at a large tech firm like an idiot so don't turn down a job bc it's not in the industry you want. However if I had to give one tip, it's to KEEP learning and be ready when the opportunity arises. I learned react at my school, and I used it primarily until I worked on an angular project with someone I was teaching remotely for. I spent 4 months learning angular, graphql, Apollo, aws amplify until covid basically killed the project. Following this I felt like I wasted 4 months on a private repo, and immediately started working on a react native project. Last week I'm contacted about an angular position, intern, that they are hoping to become full time. I realized if I hadn't done that angular project I would not have heard about the opportunity. A project I thought was a "waste of time" in terms of building my portfolio helped me land my first dev job. I'm so happy and grateful to this community, I learned a lot listening to and arguing with you guys! Best of luck to everyone in the job search [link] [comments] | ||
Responsive Card Design & Hover Effects | Html5 CSS3 Posted: 20 Aug 2020 01:55 PM PDT | ||
How has your perception of "what web development is" changed since you first started out? Posted: 20 Aug 2020 09:35 AM PDT At the start of the year, I basically had this plan in my head... I was gonna sell web design services to local businesses. As if no one else has thought of this idea. The more I learn about web development, the more I realise what the internet actually is, how people are using it, what people actually want and where the opportunities to make money are. This notion that there's loads of money to be made from making 5-page brochure websites for local businesses is 15-20 years too late. Every small business either has a website or has an easy way to get a website that doesn't involve you. That side of things is too established and too competitive. Now I look at the internet as a technology that provides three basic services. The first is communications. The second, is to continually skull fuck you with an overwhelming amount of bad content. The third is to provide/host services and solutions by either being the solution or facilitating a trade between a buyer and seller who was the service/solution. So as a developer, now I'm focusing my efforts on building sites that curate high-quality niche content, and building websites that provide a solution to a problem. I'm not fucking around building websites for local businesses that don't understand or value web development. It's a headache. Leave them fuckers for WIX, Square Space and Shopify. That's where my thoughts are. How are you looking at web development now? [link] [comments] | ||
Do you buy frontend templates? Posted: 20 Aug 2020 09:09 AM PDT Not sure if this is the right place to ask, but let's try. I have been developing vue and bootstrap based ui components library/admin dashboard template for few months now. I started this as a need for myself as I wanted to have nice looking ui library that I could use to build my own side projects. I am focusing not on presentation like many templates on themeforest or similar sites but on functionality of components. Recently I thought that I could potentially monetise this. I have been trying to promote it a little over the internet, but still have no clue where exactly customers who need something like this are located. I don't want to sell it on themeforest or similar sites, where they take a huge cut and it's nearly impossible to connect with customers. So right now I am not sure if I should continue to try and find some customers who would buy this or just open source the project and have a nice entry in my resume. So I wanted to ask other developers, do you usually buy templates from sites like themeforest or you would rather build your own components and designs? [link] [comments] | ||
Simplify AWS Lambda functions with middleware Posted: 20 Aug 2020 10:35 AM PDT
| ||
Posted: 20 Aug 2020 01:38 AM PDT
| ||
How should an endpoint for a like action be designed? Posted: 20 Aug 2020 02:49 PM PDT I'm wondering how to handle and design endpoints for like action through my RestAPI I'm considering one of the following endpoints, but would like to get your feedback on it [link] [comments] | ||
Should I learn a framework based on the job market ? Posted: 20 Aug 2020 09:05 AM PDT I am unsure whether I should learn React or Angular. In my country, the most required front end framework appear to be Angular, like 7 out of 10 of job posting's requirements. After starting learning Angular for like a week, it appears to be hard and complicated. So I'm wondering if I should switch to react, how significantly easier is it compared to Angular? [link] [comments] | ||
What's New In DevTools (Chrome 86) Posted: 20 Aug 2020 11:25 AM PDT
| ||
My First Day as a Back-End Dev: Filtered Out 600,000 lines of error logs :D Posted: 19 Aug 2020 06:23 PM PDT I was dreading the backend web dev job. I'm going from front-end dev to back end, from Windows to Mac! Other than setting and installing things, the first task I've done as a back-end web dev is to use an existing linux command that was given to me (like cat .. grep .. awk), except modify it to work on multiple error log files (600,000 lines) to filter out for specific error and display a specific field. Horay! The downside: hour long commute >_>; [link] [comments] | ||
Posted: 20 Aug 2020 05:11 AM PDT
| ||
For those who build ecommerce sites -- how do you collect client images? Posted: 20 Aug 2020 12:38 PM PDT This is a question for people who build ecommerce sites for clients, specifically about the process of collecting the client's product information and product photos. Does anyone have a good method for collecting customer's product pictures? The issue I have is that clients want to email me all of their photos, which makes it very difficult to tell which pictures go on which product pages, and what variations to connect them to. Ive tried the following... a) asking clients to change the file name of the photo and then email it to me, but some of them don't understand how to do this and/or are working off of their phones b) asking clients to use dropbox or google drive, and then just noting the product name in the comments, but this method is too "technical" for some of them Does anyone have any other methods they use to keep this process organized? [link] [comments] | ||
Posted: 20 Aug 2020 03:55 PM PDT I see this skill mentioned in literally every job ad. I don't even know how my skills measure up to it, I'm always googling for solutions. That can't be enough, right? How can I improve this, whilst keeping it relevant to web dev? I don't imagine that studying CS algorithms matters, but perhaps I'm wrong. I'd love to hear your thoughts [link] [comments] | ||
Posted: 20 Aug 2020 03:20 PM PDT
| ||
Micro Blog - A serverless blog using markdown and ShowdownJS. HTML, JS and CSS Posted: 20 Aug 2020 03:18 PM PDT
| ||
Posted: 20 Aug 2020 02:27 PM PDT | ||
A Lightweight Masonry Solution Posted: 20 Aug 2020 05:00 AM PDT
| ||
SameSite cookie killing my internals, level 4 frustration already Posted: 20 Aug 2020 04:42 AM PDT
| ||
Transitions broken in firefox? Posted: 20 Aug 2020 11:50 AM PDT When using the following css: #div { width: 200px; height: 200px; background-color: blue; border-radius: 0px; transition: all 2s linear; } #div:hover { border-radius: 100px; transform: rotate(90deg); } the border-radius does not get applied. If the transition line is removed, the border-radius gets applied. If the transform line is removed, the border-radius gets applied. Sounds like a bug, but I'm new to css. Are you able to spot a problem with the code? [link] [comments] | ||
My website keeps getting rejected from advertisement sites like Google Adsense Posted: 20 Aug 2020 11:38 AM PDT Hello all, I have had a small website that I work on for fun for the past couple of years and was hoping I could start running ads on it, however I keep getting rejections from Google Adsense and alternatives like Media.net. In case you need to see the website for reference: http://logo-games.com/ I am just a kid going into first year eng so this is not a full time thing, and I definately am no expert. If you look at the code you will probably cry. Any ideas on what I could change to get approved would be greatly apriciated! [link] [comments] | ||
Tips for Finding Remote Work In Remote Locations? Posted: 20 Aug 2020 11:20 AM PDT Sooo I at least thought I was an intermediate web developer until I started my grad program. Honestly, I thought maybe some sites used node or other programming languages, but i've only really used pure PHP for the past 10 years. I've learned a lot in the past 8 months, to the point that my grad program has felt like a bootcamp. The problem is that I'm located in Hawaii, and don't have any traditional "job" experience, nor have I spent the majority of my time programming for years on end. It's more of a "write php code when needed for clients, and a userscript when a website is annoying" type situation. I also have zero fashion or design sense so front end has always been challenging for me. Even with color pickers, I feel like I would be doing a disservice to others If I really focused on design. I also have some business background and some cybersecurity background from undergrad. 1) How do you find remote work in an isolated geographic location? 2) How do you get a job with a large educational background, but mixed knowledged? 3) Does anyone feel that they have mixed knowledge and will not be able to get any job? 4) Is it possible to have a PHP job without reliance on Laravel, or other languages, and without doing web design? 5) Who else is terrible at web design, but has a full-stack development? [link] [comments] | ||
Posted: 19 Aug 2020 05:32 PM PDT | ||
Make sure your BOLD active states don't cause layout shifts Posted: 20 Aug 2020 10:49 AM PDT
| ||
What is the best free platform for web portfolio? Posted: 20 Aug 2020 10:43 AM PDT I've decided to start doing some freelancing stuff with web design. I understand that having a personal website is more professional, but I don't feel like it is necessary for a fresh start. So feel free to suggest a platform for showcasing web designs. [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