Monthly Getting Started / Web Dev Career Thread web developers |
- Monthly Getting Started / Web Dev Career Thread
- fyi: You can bypass youtube ads by adding a dot after the domain
- The logo animation that helped me get my first web dev job [Github link in comments]
- After an initial interview with HR for a fullstack position I was sent this technical test. Judge by yourselves
- Thanks, Google Speed Insights.
- Just a little appreciation for the Mozilla developer docs
- NoDesign.dev – Tools and resources for non artistic developers
- Coming from someone who hate tests, if you haven't started doing testings, you should now
- How Our Stack Evolved in 10 Years
- I created a tool that draws random right triangles to scale with a missing side. Also, the triangle is rotated 1-360 degrees for more variability. For Pythagorean Theorem practice
- Hosting your docker-compose environments cheaply on the cloud? My solution on AWS + looking for any other suggestions / tips.
- I was emailed after abandoning a registration form. I did not click Submit. This is not ok.
- Can I create my own Domain suffix?
- Python app in wordpress?
- What is the bare minimum for most small jobs?
- How do you deploy your client's websites?
- Is there a free method to test my website in IE11 on a mac?
- Suggestions for a simple JS library for making small icons and diagrams
- Should all styling be done in css?
- Is this shadow more than CSS?
- npm version patch to increment package.json version
- I don't trust server host ranking articles
- Web app metadata
- How was this website able to get predictive search results from the Spotify or Last.fm API in real time?
- This impact calculator from Impossible Burger is beautiful!
Monthly Getting Started / Web Dev Career Thread Posted: 08 Jun 2020 04:22 PM PDT Due to a growing influx of questions on this topic, it has been decided to commit a monthly thread dedicated to this topic to reduce the number of repeat posts on this topic. These types of posts will no longer be allowed in the main thread. Many of these questions are also addressed in the sub FAQ or may have been asked in previous monthly career threads. Subs dedicated to these types of questions include r/cscareerquestions/ for general and opened ended career questions and r/learnprogramming/ for early learning questions. A general recommendation of topics to learn to become industry ready include: Front End Frameworks (React/Vue/Etc) Testing (Unit and Integration) Common Design Patterns (free ebook) You will also need a portfolio of work with 4-5 personal projects you built, and a resume/CV to apply for work. Plan for 6-12 months of self study and project production for your portfolio before applying for work. [link] [comments] | ||
fyi: You can bypass youtube ads by adding a dot after the domain Posted: 09 Jun 2020 09:58 AM PDT On desktop browsers. For example, https://www.youtube.com/watch?v=DuB8VUICGqc // will occasionally show ads https://www.youtube.com./watch?v=DuB8VUICGqc // will not show ads It's a commonly forgotten edge case, websites forget to normalize the hostname, the content is still served, but there's no hostname match on the browser so no cookies and broken CORS - and lots of bigger sites use a different domain to serve ads/media with a whitelist that doesn't contain the extra dot This works for many news websites as well serving paywalls, e.g. https://www.nytimes.com./2020/06/09/us/george-floyd-who-is.html [link] [comments] | ||
The logo animation that helped me get my first web dev job [Github link in comments] Posted: 09 Jun 2020 04:13 AM PDT
| ||
Posted: 09 Jun 2020 09:19 AM PDT Usually I'm against technical tests because I tend to get anxious and my performance can be way poorer than it really is, so for me it's not a good example of what I can do but sometimes I understand it's a necessary evil. Sometimes. Not this time. Translated from Spanish, so bear with any mistakes please:
I wrote them back and said I had no problem doing this as long as they paid me to do it, because this goes way past a technical test and directly into the "marketable app" terrain, so if I'm going to spend a week writing a "technical test" that, and I quote, "must be ready to be deployed in production" (and also can scale with minimal effort to generate revenue) I expect payment for it. It's been a month since then and I still haven't heard anything from them. I went ahead and wrote it and now this app is part of my personal portfolio and my Github repo. [link] [comments] | ||
Thanks, Google Speed Insights. Posted: 08 Jun 2020 06:50 PM PDT
| ||
Just a little appreciation for the Mozilla developer docs Posted: 09 Jun 2020 03:52 AM PDT Someone in here mentioned about how good the Mozilla docs are (especially compared to W3Schools), and I've spent some time browsing them, and everything in there is written beautifully As a side piece, they have the best box shadow generator I've seen. Also related, I did not realise until today that an element can have more than one box shadow. This is an absolute game changer [link] [comments] | ||
NoDesign.dev – Tools and resources for non artistic developers Posted: 09 Jun 2020 06:02 AM PDT | ||
Coming from someone who hate tests, if you haven't started doing testings, you should now Posted: 09 Jun 2020 04:27 AM PDT
| ||
How Our Stack Evolved in 10 Years Posted: 09 Jun 2020 06:53 AM PDT
| ||
Posted: 09 Jun 2020 02:23 PM PDT
| ||
Posted: 09 Jun 2020 10:47 AM PDT Sometimes, I like to host small projects as cheaply as possible. Most of my projects involve multiple docker images which I configure in a The easiest and cheapest solution is to simply buy a VM (EC2) and run docker to host the same docker-compose file in production. However it has limitations as it's not as easy to scale and deploy images and does't have easy native monitoring and alerting, etc. Enter: ElasticBeanstalk Multicontainer Environments. You can basically port your local The only downside is that EFS storage is sort of expensive as it scales, and it likely has higher latency than other methods, but the goal here is to host docker environments for <$10 per month without real performance requirements and having to set up an entire cloud production environment but still the benefits of scalability and auto deployment and management. I recently had a small project I wanted to share with friends and discovered that EFS now works on ElasticBeanstalk so I gave it a shot and it seems to work great. I'm now hosting my entire docker environment on a t3.micro instance for < $10 per month simply by pushing my docker images and uploading my Dockerrun.aws.json file. I'm curious what other solutions exist as I've been curious about this type of thing for a long time and it only seemed possible recently, but I'm sure there are other solutions out there. How are you guys hosting your small-project "non-production" docker environments cheaply? [link] [comments] | ||
I was emailed after abandoning a registration form. I did not click Submit. This is not ok. Posted: 09 Jun 2020 06:05 AM PDT
| ||
Can I create my own Domain suffix? Posted: 09 Jun 2020 12:49 PM PDT Say my name is Thomas Jones, can I get a domain with a .jones suffix? Are there a finite number of domain suffixes? Sorry if this is the wrong place but I searched pretty hard on the internet and and couldn't find anything useful. I want to own my own name but there is already a Thomas Jones with an active site. Since thomasjones.com is hypothetically taken, why cant my domain be thomas.jones etc. [link] [comments] | ||
Posted: 09 Jun 2020 12:33 PM PDT Hello everyone, But i am confused if its possible, like is there any plugin in wordpress which will run my python app, or if i wiil be using an api then which one will it be, either python's(ie django's) or wordpress' api?? Thanks for reading:) [link] [comments] | ||
What is the bare minimum for most small jobs? Posted: 09 Jun 2020 12:15 PM PDT I want to make a little extra cash and help out some individuals/small businesses with their websites. I have a basic understanding of Wordpress and Joomla, using plugins, and CSS. I'm getting more comfortable with the actual programming aspect and being able to at least troubleshoot PHP errors (I'm getting into the actual programming side). I can't code anything from scratch. I come from a sys admin background, so I'm really comfortable with administration of systems. What are the basics I need to accomplish before I can be effective for people? I don't want to charge people money before I'm able to actually give them what they need, but I also feel as though I'm not a complete beginner. I manage my wife's site for her business and it's helped the learning curve. I'm just curious if you have a list of skills/tech I should be focused on as I venture into actually making money from what amounts to a hobby at this point. [link] [comments] | ||
How do you deploy your client's websites? Posted: 09 Jun 2020 11:12 AM PDT So far each time I've built a client's website and I want to deploy them to for example Netlify, I create that client a Github account, then create a private repo for their project and I add my main account as a collaborator, that way I can push the code and Netlify does its job and makes the website available. However, what makes me be unsure about this approach is that I need to create a Github account for each client in order to host their projects there. How do you do this with your own clients? [link] [comments] | ||
Is there a free method to test my website in IE11 on a mac? Posted: 09 Jun 2020 01:15 PM PDT I've tried a few websites and applications, but one charged me if I wanted to try anything other than IE9, and one let me browse for free for about 15 seconds, and was glitchy enough that I could only get to google. [link] [comments] | ||
Suggestions for a simple JS library for making small icons and diagrams Posted: 09 Jun 2020 01:14 PM PDT I want to make a few drawings (custom icons/flow charts/venn diags etc). But I have a slight issue with my hand which makes it difficult for me to use common drawing tools. So I have to 'code' the diagrams. I tried the javascript canvas api. In theory, it has everything I need. However, It is way too low level. I am looking for something a bit simpler - with a lot of built in shapes, easy way to put the text in the middle of the shape, ability to group multiple shapes together and ability to apply transformations on the shape/group (instead on the canvas context) etc. The interface I have in my mind is something like: Are there any libraries that can do similar things ? [link] [comments] | ||
Should all styling be done in css? Posted: 09 Jun 2020 08:08 AM PDT Should everything related to styling be done strictly in css, or is basic html styling "allowed" as a good practice? For example, the tags <b> or <i> seem to me as very convenient, since the css equivalent is adding an id or class to the relevant <p> tag and then adding the css code. [link] [comments] | ||
Posted: 09 Jun 2020 01:02 PM PDT https://www.ebuyer.com/blog/wp-content/uploads/2014/07/buttons-on-a-calculator-header1.jpg Is this more than just CSS, I want to replicate this picture but I only know CSS [link] [comments] | ||
npm version patch to increment package.json version Posted: 09 Jun 2020 04:31 PM PDT I'm working on some CI stuff and was wondering if any of you had a recipe already for this? I'm trying to have an option on rebase to master to run 1 of three scripts in CI.
Right now I'm trying to get this to just update and it's incomplete. It's running and returning a value but not pushing. Someone, somewhere, has to have done this before. If you share I will give you some gold haha. [link] [comments] | ||
I don't trust server host ranking articles Posted: 09 Jun 2020 04:20 PM PDT I'm starting a new Wordpress project and trying to pick a hosting service for the site. In the past I've followed all the top google result ranking articles, and gone with Bluehost. However, I've been seeing slow response times on Bluehost, so I decided to do some digging, and it turns out there's a fair amount of dirt on them. Looking back at these articles I trusted, so many of them have Bluehost affiliate links, to the point that I'm jaded and I want to know what redditors suggest. How does it honestly compare to, for example, SiteGround, and how do both of these hosting services compare to using something like AWS Lightsail? [link] [comments] | ||
Posted: 09 Jun 2020 04:07 PM PDT I'm working on a web app that pulls data from Twitter to a database on a daily basis by running a route (/xyz or something) periodically. I want to store the last time the route was run (i.e. when the database was last updated) to check if everything's working well. What would be the ideal way to store that type of "metadata"? I could store it somewhere in my database, but I don't how to do it the right way. [link] [comments] | ||
Posted: 09 Jun 2020 11:48 AM PDT Hi all, Webdev newbie here. How was this website able to query the Spotify or Last.FM API and get real time predictive searches? https://spotalike.com/ I have made my own Spotify API client so I could query the API myself, but I have no idea how this person was able to get predictive searches I understand that the app is searching using Last.FM/Spotify's API, but how is it able to return predictive suggestions in real time? For example, I know that I can write a quick and easy JS function to query the API whenever a user inputs characters, but if I were to do that, wouldn't I expose the API key and hit the API search limit? How would you implement this? [link] [comments] | ||
This impact calculator from Impossible Burger is beautiful! Posted: 09 Jun 2020 07:37 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