Experienced developers with jobs, how many hours a week do you spend learning new stuff? web developers |
- Experienced developers with jobs, how many hours a week do you spend learning new stuff?
- Self-Hosted "Single Sign On" - without cookies - what is the best solution?
- Old Retro Television with CSS (without images)
- Stuck with a simple GET request to the Reddit API
- Vue v-html inline styles inject
- Shopify vs Shopify Api
- When did you decide it's time to use a frontend framework?
- How I write and share technical software development articles in 2021 (tl;dr: Nuxt.js & Nuxt Content API, GitHub Page & Actions, RSS, DEV.to, Hashnode, Medium, etc.)
- How to update ssl certs on ubuntu?
- Just curious…
- Using Google Map's Search Feature & Maps Without Location Restrictions
- How to make full width a tag?
- Why did we set the position of the anchor tag as relative in this tutorial?
- From AI to ZI. An encyclopedia of the I-tier tech stack.
- how do i get image url from image in my harddrive?
- How does this on VSCode?
- One server for root domain and other server for /client, etc.
- SDL or Code First Approach for a team that has just started adopting GraphQL?
- Anyone know any frameworks for creating scroll animations?
- Image storage
Experienced developers with jobs, how many hours a week do you spend learning new stuff? Posted: 03 Oct 2021 11:52 AM PDT Just wondering how many hours developers with already steady jobs and a clear career path spend learning new stuff? I've been working with Vue for a while now, 4 years or so and I'm doing good fortunately, but I usually do not spend any time learning anything new and I'm starting to think I should. I have no backend knowledge or anything so basically I'm a front-end dev with only Vue expertise, no React, no Angular... How many hours a week do you spend learning new stuff, could be anything related to the field, front, back, mobile, security, algorithms, etc, etc. [link] [comments] | ||
Self-Hosted "Single Sign On" - without cookies - what is the best solution? Posted: 03 Oct 2021 12:18 PM PDT I want to be able to be able to gain some understanding of "single sign on" without having to use third party services. The basic setup of using a cookie based authentication method is something I could probably do without too much difficulty. But I want to gain some more knowledge of the equivalent to something like okta, such that something like an SPA can sign in, receive a token, and can call apis that verify tokens, etc. Ultimately the application I am dealing with is just basic database stuff I could probably solve with something like firebase. But my knowledge of sign in stuff is a little dated and want to try out some of the newer methods. The ultimate platform of deployment is likely something like linux, but I develop on Windows. Any direction, tutorials or what-not would be appreciated. [link] [comments] | ||
Old Retro Television with CSS (without images) Posted: 02 Oct 2021 05:42 PM PDT
| ||
Stuck with a simple GET request to the Reddit API Posted: 03 Oct 2021 03:21 PM PDT Howdy friends! So, I'm attempting to make a simple API wrapper for reddit (thinking of making a bare-bones reddit client for practice). I am using ES6 and XMLHttpRequest to make requests on the client side. Here is my GET method: Easy peasy. So, I set up a Reddit API client, got my client_id, and tried to make a request to ... assuming I'm not screwing that up lol. So different to writing Kotlin Android code lol. Anyway, I'm using NPM's http-server library to serve my html, which spins up the above GET request on load. I get a CORS error, indicating that the request was blocked. Specifically due to: So now I'm not entirely sure what to do. At first, I figured "Okay, I can set up a node server, or whatever, and make the reddit request through that. Then I can have the HTML/JS client retrieve that info via the browser." BUT, thinking about that, wouldn't I have to make an endpoint in my node server to support my own web page? That is to say, I'd have to have my client GET that info from my server. Wouldn't that lead me to the same issue I'm having with the reddit API? Maybe I need a smoke break. Might be over thinking this. What am I missing here? What's a simple fix for this CORS error? Do I have to have a full-fledged server to make a simple GET request to reddit? I wouldn't think so... [link] [comments] | ||
Vue v-html inline styles inject Posted: 03 Oct 2021 06:51 AM PDT How would you go about doing this? I haven't been able to find a working library. For a simple live code editor with preview Found the solution below, turns out no inline css was needed [link] [comments] | ||
Posted: 03 Oct 2021 10:08 AM PDT So I am just having trouble telling the difference between the two and when I would use them. Do you need Shopify to get the api or are the apis there to make your own custom site like a Shopify app [link] [comments] | ||
When did you decide it's time to use a frontend framework? Posted: 03 Oct 2021 05:53 AM PDT I use Laravel on the backend which, while it's batteries-included and opinionated, it at least gives me as... framework to organize my code. On the frontend, it's incredibly complex without a framework and being used to writing functional rather than OOP code, my vanilla frontend implementation is horrible. I used to be really insecure about this, but now I think I know enough to go for a framework. I'm thinking Vue and I'm only going to use it for the view layer at first. Can you tell me your experience that drove you to say, "____ this, it's time to use a framework"? [link] [comments] | ||
Posted: 03 Oct 2021 01:43 PM PDT
| ||
How to update ssl certs on ubuntu? Posted: 03 Oct 2021 04:18 PM PDT Since September 30th my web server has not been able to access certain sites that use Let's Encrypt. How do I get and install the new cert? [link] [comments] | ||
Posted: 03 Oct 2021 04:16 PM PDT | ||
Using Google Map's Search Feature & Maps Without Location Restrictions Posted: 03 Oct 2021 04:07 PM PDT I am new to coding and I want to create a website which would have the google maps search feature, wherein the user can search for any store from anywhere in the world, and it would show the stores near the user's location. So basically a website which embeds google maps but with it's search feature and the GMB listings. Is this possible? [link] [comments] | ||
Posted: 03 Oct 2021 03:00 PM PDT Hey guys, So I'm trying to get a similar "highlighted rows" effect as seen in the first picture where the highlighted item is gray. The second picture is my attempt. It's a list with an a element embedded in it. What css tags should I include to get this effect? My picture is the second one, obviously. Ok nevermind. The images are through these links. Mines ( Imgur: The magic of the Internet) What I want ( Imgur: The magic of the Internet ) [link] [comments] | ||
Why did we set the position of the anchor tag as relative in this tutorial? Posted: 03 Oct 2021 02:51 PM PDT At 1:45 in this they set position of anchor tag as relative. I mean I tried it and I know that if we don't do so then the moving span tags are gonna move around the whole body instead of the anchor tag, what I wanna ask is why does it start moving around the button just when we set its position to relative (and absolute as well). [link] [comments] | ||
From AI to ZI. An encyclopedia of the I-tier tech stack. Posted: 03 Oct 2021 01:05 PM PDT
| ||
how do i get image url from image in my harddrive? Posted: 03 Oct 2021 12:14 PM PDT basically i want to get a image url of a image that is saved to my harddrive to use as a background for a landing page. and if i could change/customize the url? [link] [comments] | ||
Posted: 03 Oct 2021 12:12 PM PDT I have seen this video and it is supposed to give you an AI powered search through your settings, but they never mentioned how to get that search bar, I have tried to find it but with no luck. there another whole article about how they developed it in their blog but there's no mention of how to access this feature which is very stupid to forget to mention on the only blog about the feature! [link] [comments] | ||
One server for root domain and other server for /client, etc. Posted: 03 Oct 2021 11:10 AM PDT I don't have much experience configuring web servers, DNS, and domain name managers. I'm just curious if it is possible something like the following:
I'm just not sure if it is possible in managing the example.com domain (GoDaddy, NameCheap, etc.) if it is possible to set up the records to say, "Traffic to example.com goes to this server and traffic to example.com/client, example.com/admin, example.com/api goes to this server." Or if you'd have to configure the web server for example.com to redirect traffic to AWS when /api, /client, /admin is in the URI? [link] [comments] | ||
SDL or Code First Approach for a team that has just started adopting GraphQL? Posted: 03 Oct 2021 06:54 AM PDT Our team recently decided to use graphql for our project. We are struggling to get started because we are not sure whether SDL - which is easy to start but has many known issue and tools to solve them; or Code First - which is the standard way to code in graphql from what I read. If you have used either of the two, please outline why? Thanks! [link] [comments] | ||
Anyone know any frameworks for creating scroll animations? Posted: 03 Oct 2021 01:32 AM PDT I've been trying to find out how to animate in png's while scrolling. I've seen some websites do this and I have no idea as I'm still a lower level web dev. Hope this question is allowed! :) [link] [comments] | ||
Posted: 03 Oct 2021 08:46 AM PDT Is it a good idea to compress the images and return them to their original size using a neural network when requested by the user? [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