TIL there's an HTTP error code that indicates that your server is actually a teapot web developers |
- TIL there's an HTTP error code that indicates that your server is actually a teapot
- The Birth Of Postman
- Is this legal, github profile scraping?
- Hotwire - HTML Over The Wire
- Best place to look for job. Newbie (UK)
- How the web is really built: expectations vs reality by Lea Verou
- Ignore AMP
- Nuxt and Next vs Vue and React?
- How we built the GitHub globe
- In order to be able to apply for a job or call my self a “web designer” what should all web designers be able to do ?
- Creating basic hover animations for links, buttons, and gradients in CSS
- Just found out about this awesome library Constraint Layout for React that replicates the Android experience on the web!
- At which point do you make changes to your design to compensate for "less than bright" people?
- Array & Linked List - described with cats in a box.
- WebRTC Today & Tomorrow: Interview with W3C WebRTC Chair Bernard Aboba
- Writing semantic HTML even when you don't know any better: progress vs meter
- 3D Interactivity in the Browser
- Resources in learning more than just the basics when it comes to web development and Angular
- Amazing Tech except the language itself?
- 2020 Ipsum - lorem ipsum generator to commemorate the things from 2020 we’d probably like to forget
- Is there a way I can copy my entire site and it's files for offline storage/backup?
- Workflow question in vsCode
- Web stories without AMP?
- Portfolio + Project page Web Hosting
TIL there's an HTTP error code that indicates that your server is actually a teapot Posted: 22 Dec 2020 02:24 AM PST
| ||
Posted: 22 Dec 2020 08:46 AM PST
| ||
Is this legal, github profile scraping? Posted: 21 Dec 2020 10:24 PM PST These guys are uploading people's Github profiles onto their website and then presenting them as if they were made by that person: https://open.engineer/ They also dont have any way to remove your profile, I tried to contact them without any responses. If you read the profiles they are quite unflattering especially if you are not active on github and it can give a bad impression to any potential employers googling your name, [link] [comments] | ||
Posted: 22 Dec 2020 08:40 AM PST | ||
Best place to look for job. Newbie (UK) Posted: 22 Dec 2020 01:31 PM PST I'm new to the webdev scene and coding. I know decent Html Css and basic javascript, dabbled in a bit of node.js and express . I'm learning React now. Whenever I search for jobs I see huge lists of requirements that you need to know, even for entry jobs. My aim is frontend React developer to start with. But anything to get my foot in the door is good. I sometimes feel lost and overwhelmed with how much these jobs say I need to know. But I keep plodding on learning as much as I can. Are there any pointers when looking for a first job in web development? Good place's to look? And any advice. Thank you. [link] [comments] | ||
How the web is really built: expectations vs reality by Lea Verou Posted: 22 Dec 2020 07:53 AM PST
| ||
Posted: 22 Dec 2020 05:54 AM PST
| ||
Nuxt and Next vs Vue and React? Posted: 22 Dec 2020 01:21 PM PST Trying to understand these...at first I thought they were just SSR libraries for Vue and React. Rather than a single-page app the it would work in like the traditional say Ruby on Rails or Python Django way of templating a page together and sending it, and routing would be done by requesting a new page. But I found out they both have SPA modes on them or can be configured to do it... I originally dismissed them cause we can't do SSR, it needs to be a SPA and SEO is not something we're concerned with. So I tried to dig a little deeper, and I think what they are is just a way to turn React and Vue into frameworks more so than libraries? They come with things pre-setup like routing and such. They are more opinionated on the structure and everything. Is this right?......or am I totally wrong? I'm just investigating a migration from a Dojo toolkit SPA we have to a modern framework...and Nuxt and Next seemed pretty interesting. We're a small team of 3 or so developers working on an enterprise single page app basically that ideally will scale bigger. I kind of like the opinionated tech more, Ember and Angular seem more appealing for that....but sometimes they seem like they can be too opinionated lol and allow less flexibility. Opionated in that it just comes with all you need and decides a standard structure for everyone to follow rather than trying to enforce it through like PRs and all. I know my other teammates are against Ember and Angular. [link] [comments] | ||
Posted: 21 Dec 2020 07:49 PM PST
| ||
Posted: 22 Dec 2020 02:37 PM PST Let's say there was a check list or even a test you gave out as an employer. What would you say that test entails for you to hire someone or what are the basic requirements because I understand most jobs you'll have to kind of learn new things on the fly but what are the core things? [link] [comments] | ||
Creating basic hover animations for links, buttons, and gradients in CSS Posted: 22 Dec 2020 02:24 PM PST
| ||
Posted: 22 Dec 2020 01:30 PM PST
| ||
At which point do you make changes to your design to compensate for "less than bright" people? Posted: 22 Dec 2020 06:19 AM PST Let's say you put together a site where people have to do register, upload paperwork, ... do something that requires some level of engagement and thinking. How many people would have to get confused, make a mistake, and/or ask a question about one particular aspect before you make changes to "clarify" this "problem" [link] [comments] | ||
Array & Linked List - described with cats in a box. Posted: 22 Dec 2020 03:50 PM PST | ||
WebRTC Today & Tomorrow: Interview with W3C WebRTC Chair Bernard Aboba Posted: 22 Dec 2020 12:02 PM PST
| ||
Writing semantic HTML even when you don't know any better: progress vs meter Posted: 22 Dec 2020 05:55 AM PST
| ||
3D Interactivity in the Browser Posted: 22 Dec 2020 03:32 PM PST Three.js is the first thing that comes to my mind when I think of 3D and web development collaboration. However I feel like there could be an easier and more effective way to make interactive 3D in the browser. Is Three.js the only way to go? Is there a way to, let's say for example, use Blender in some form to achieve this same output; to have it listen to event handlers and fire off animations when they're heard? [link] [comments] | ||
Resources in learning more than just the basics when it comes to web development and Angular Posted: 22 Dec 2020 02:46 PM PST For some background, I started off self taught with this course: https://www.udemy.com/course/the-complete-guide-to-angular-2/ when Angular 2 first came out. It helped me get a job but since I was the only frontend developer on the team, most of my knowledge just came from googling how to do this or that but I never really got to learn the why or how things worked, just that I needed to do it for a feature my boss would request. I recently started a new job, sadly not as a web dev but I can move up to that position. I am comfortable with Angular basics but I've been hearing a lot of the other developers talking about things like Webpacks, RXJS, state machines, deployment, etc I feel like there's a lot more that I need to learn before I even consider looking at being a web dev at this new company. Can anyone suggest any video courses (free or paid) that can help me get a better grasp of in terms of Angular and web development in general? Even though this position I'm after will mainly be focused on Angular, if people have video recommendations for things that will help me be a better web developer overall or even just other things a web developer should know, please share. [link] [comments] | ||
Amazing Tech except the language itself? Posted: 22 Dec 2020 02:45 PM PST As a front end developer, what other stuff is usefull to know except JavaScript and a framework. I am talking about stuff like TailwindCSS, Bootstrap. What are some other helpful tehnologies good to know? [link] [comments] | ||
2020 Ipsum - lorem ipsum generator to commemorate the things from 2020 we’d probably like to forget Posted: 22 Dec 2020 02:40 PM PST
| ||
Is there a way I can copy my entire site and it's files for offline storage/backup? Posted: 22 Dec 2020 02:37 PM PST I am using Kajabi for one of my businesses and I need to back up the entire website offline. We've had some issues and want to make sure all of our data, the mess and content don't get erased. I can download and export specific pages, but I can't retrieve my products. Does anyone have any experience with or have any suggestions? I contacted support and they just directed me to the export instructions and explained what I could/couldn't export, but I feel like there has to be a way to do this, even if it's just cloning the site and site files with some external application. [link] [comments] | ||
Posted: 22 Dec 2020 02:18 PM PST I want to be able to make changes to a Flask template and then see them once I reload the page from my localhost. Right now I have to make a change, save, restart the server in the terminal, reload the page in the browser. Any better way to do this? [link] [comments] | ||
Posted: 22 Dec 2020 09:51 AM PST Does anyone knows if web stories can be used with AMP? https://stories.google/ Every piece of documentation ends up with using AMP components and AMP specific code to make them work. I don't want my site to be AMP as I don't want Google to have control over my content and site. [link] [comments] | ||
Portfolio + Project page Web Hosting Posted: 22 Dec 2020 12:40 PM PST Hi, I am starting a web site to display my web developer portfolio, and to host projects for it. I am torn between a few different hosting sites and would appreciate any feedback or other suggestions. Also, any important factors I'm not considering that I should be!
Note: I also looked at InfinityFree but self SSL certificates. [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