Relatively transparent cookie notification web developers |
- Relatively transparent cookie notification
- How your website will be hacked if you have no CSRF protection
- Steam's login method is kinda interesting
- [Infographic] Build and test an app in 5 days using Design Sprints
- Freelance work for US companies from EU
- The new Macbooks - good for development?
- Looking for the perfect VPS to run a vpn
- What do you use for a headless CMS?
- Need a script for pulling data from the user profile and displaying certain data on another page
- Are the responsive web design projects worth doing? (Free code camp)
- I want to be introduced into databases but don't know exactly how.
- I have Mlh fellow extern interview
- Measuring Test Flakiness with a Bash One-Liner
- Before the cloud, how did you deployed your software?
- Can anyone suggest a good online coding boot camp for someone who is at an intermediate level?
- FeatureHub Open-Source Feature Flag & Toggle Management Platform
- React fully load component before mounting
- Need To Run Python Code In Browser Real Time
- CSS Problem - How to make menu sticky but not floating?
- Trouble with images scaling down with certain browsers
- How to store my API keys?
- Open Source Social Media platform
- What React gets wrong
- A good Node and Express API project available on Github ?
Relatively transparent cookie notification Posted: 07 Jan 2021 03:42 AM PST
| ||
How your website will be hacked if you have no CSRF protection Posted: 07 Jan 2021 02:01 PM PST
| ||
Steam's login method is kinda interesting Posted: 07 Jan 2021 07:24 AM PST
| ||
[Infographic] Build and test an app in 5 days using Design Sprints Posted: 07 Jan 2021 01:43 PM PST
| ||
Freelance work for US companies from EU Posted: 07 Jan 2021 12:19 PM PST Hello everybody, anyone of you is from Europe and works remotely for a US company? Did you have any difficulty finding work? Meaning are US companies open to hiring from Europe? Is the pay higher (following US standards) or the same as in Germany? [link] [comments] | ||
The new Macbooks - good for development? Posted: 07 Jan 2021 01:27 PM PST I was searching around, especially YouTube, thinking I'd find some review of a web developer's point of view for the new Macbooks, that could answer some of the questions that I have, but so far no luck. I'm a long time Windows user, but now with the new M1 Macbooks, I am thinking (a lot) to get myself a Macbook, but I'm not sure which one and with what specs to get, so I have a few questions:
I know that some of the questions might sound dumb or whatever, but I literally have no clue what to expect from a Macbook and macOS in general, since I was always a Windows user. But the performance of the new Macbook's, even the base editions, is really great. Keep in mind that I am not from the USA where the base MBA is 999$. Here, its somewhere around 1050 euros (which if converted into local currency, it isn't a small difference :D ) [link] [comments] | ||
Looking for the perfect VPS to run a vpn Posted: 07 Jan 2021 08:50 AM PST I want to set my own VPN server so i need an unlimited VPS. Which hosting firms do you recommend? Thanks [link] [comments] | ||
What do you use for a headless CMS? Posted: 07 Jan 2021 10:21 AM PST Just curious what you all use for headless CMSs. Edit: I'm liking Cockpit as the moment, but their development seems slow, and the project might not be reliable. Edit 2: I would strongly prefer a self-hosted, non-SaaS option. [link] [comments] | ||
Need a script for pulling data from the user profile and displaying certain data on another page Posted: 07 Jan 2021 01:44 PM PST https://tnbombers.com/9u-sykes above is the site I want to display the info on, if you look under each player, there is a spot for a bio, positions, commitments, and grad year... I want to pull that information from their profiles as they create them and display the information there.... idk how to do it. I could do it with ultimate member directories, but if the player doesnt have a profile then the player wont show up at all... any suggestions? here is a profile for example: https://tnbombers.com/user/tvcker33 Thanks guys! [link] [comments] | ||
Are the responsive web design projects worth doing? (Free code camp) Posted: 07 Jan 2021 01:35 PM PST I'm doing the Odin project and it says that it's optional. Would it benefit me to get them done, anyway? [link] [comments] | ||
I want to be introduced into databases but don't know exactly how. Posted: 07 Jan 2021 01:09 PM PST I already know HTML / CSS / JavaScript and made some projects. Now I want to make a very simple app where users are able to register a username and password and able to input data that can be stored in a database. Thing is, I don't exactly know what should I learn in order to make this App. I would like to ask some suggestions so I can find courses / tutorials. [link] [comments] | ||
I have Mlh fellow extern interview Posted: 07 Jan 2021 04:17 PM PST For the last 1 year I have been trying to become the fellow in mlh I have tried 3 Times before and all the time I got rejected within the first behavioural interview. But this time I passed it and I have an interview in which I have to explain the basic sample code that I submitted in the aplication. I think the code that I have to explain is too simple basic api in which you are fetching data from database and sending that to frontend. This is 20 min interview Can you give me advice on how should I approach it. Should I explain my thought process? I am confused and scared [link] [comments] | ||
Measuring Test Flakiness with a Bash One-Liner Posted: 07 Jan 2021 03:58 PM PST | ||
Before the cloud, how did you deployed your software? Posted: 07 Jan 2021 03:53 PM PST Time for some history of progamming folks. I think I should know this, but I don't, because I've never done it, but hope you can tell me. How did you deployed in the past (say, 90's to 00's) any piece of software? My only intuition is that you rented a server, access it via SSH, loading the files via FTP. But, what happened when your server got down? what were the security issues? how was CI/CD back then? what was the community experience on that? where did you asked for help? I want to know how was the experience overall, without the help of 'the cloud'. I'm not saying that the 'hard way' is obsolete, obviously the cloud runs on top of that process. After all, some human has to configurate and mount the servers on the cloud. anyone with a perspective or personal experience that wants to share? (excuse my amateurism) [link] [comments] | ||
Can anyone suggest a good online coding boot camp for someone who is at an intermediate level? Posted: 07 Jan 2021 09:55 AM PST The title has it all. I was thinking about Lambda school, or possibly Dev Mountain. I'm mainly seeking employment within the front end. I'd appreciate any feedback [link] [comments] | ||
FeatureHub Open-Source Feature Flag & Toggle Management Platform Posted: 07 Jan 2021 03:46 PM PST
| ||
React fully load component before mounting Posted: 07 Jan 2021 11:48 AM PST I'm having some trouble loading my react component's contents in the correct order. I essentially have a wrapping div element that is 'supposed' to mount with a transparent gif that transitions to reveal the elements layered below it (z-index). But when the component mounts it loads all of the component's content and THEN the transition image, so the underlying layers are visible for a moment. I want the image to load first so that it hides the elements layered below it, then reveals the underlying elements (because it is a transparent gif). I've tried lazy loading, and state + hooks to wait until it has mounted, but both still give me a jittery load where everything loads EXCEPT the image and a second later the image pops in to hide the layers below it. I could have a div with a black background that completely covers the view area and hides itself after a second, but it seems like a round about way to solve my problem. Anyone have any other tips to fix this? I'm not really sure what to look up to remedy this. [link] [comments] | ||
Need To Run Python Code In Browser Real Time Posted: 07 Jan 2021 03:34 AM PST Hello people! As a group of physics students and enthusiasts, we have created a physics simulations website and used p5.js JavaScript library for our simulations so that we can run them in real time in the browsers of the users. However, we want to switch to Python for writing the simulations but we have failed to find any efficient way of doing this. Basically we want to be able to code our simulations using Python instead of JavaScript. I appreciate all ideas and suggestions! You can check out the project here: https://physicshub.herokuapp.com/ [link] [comments] | ||
CSS Problem - How to make menu sticky but not floating? Posted: 07 Jan 2021 02:39 PM PST
| ||
Trouble with images scaling down with certain browsers Posted: 07 Jan 2021 02:31 PM PST Hey, I started working on my first site and I'm having an issue with images scaling. It works fine in chrome but the default browser that facebook messenger used didn't scale them down at all. I'm waiting to see what browser they were using now. If anyone has a suggestion I'd appreciate it, I think I just need to step away and think about it for a few. https://mike0180.github.io/uptown2/# thanks Edit: I have the width set to 80% and height set to auto. I guess auto is the issue.. [link] [comments] | ||
Posted: 07 Jan 2021 10:43 AM PST I am building a React client that takes an API key from user input and sends it to my express server that validates the API key by fetching the user's data from the API. My problem now is figuring out how to securely store the API key so that I can use it again while the app is in use. I know that storing the key in local storage is unsafe, so the options I have seem to be storing the API key in a server session, which I'm not sure is safe either, or storing the API keys in a database I create that can be accessed by user data, which is not an ideal option for me. I know storing the key in a cookie could be an option too but I'm not sure how viable that is, since the app is a Figma plugin and the React client will be running in an iframe inside Figma. My question is, which of these options will be my best bet for securely storing the users' API keys? Feel free to suggest any options you know of that aren't listed here. [link] [comments] | ||
Open Source Social Media platform Posted: 07 Jan 2021 02:26 PM PST Greetings all, is there an open source Social media platform out there? Google hasn't returned many good results. I want to conduct an experiment with a mini platform... Facebook style is what I'm looking for. [link] [comments] | ||
Posted: 07 Jan 2021 01:11 PM PST
| ||
A good Node and Express API project available on Github ? Posted: 07 Jan 2021 02:23 AM PST Is there any really good nodejs API project with SOLID principles/clean code ? If so can you link it please ? [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