For those bitten by the Animal Crossing bug, I created an item value/location reference guide created using Vue.js. web developers |
- For those bitten by the Animal Crossing bug, I created an item value/location reference guide created using Vue.js.
- The CSS "content" property accepts alternative text
- Job opportunities in Covid-19 market?
- Byteconf React – free React.js conf streamed on Twitch, live right now
- Are JS libraries and/or frameworks really useful for websites?
- For those of you who went from web developer to solution architect, how did you do it?
- Which is more popular and powerful, Bootstrap or React?
- Advice Specifically on Practicing to Freelance?
- Security for a noob/beginner app
- Feature design handbook for junior developer
- How do I block VPN/proxies from accessing my site?
- How do I block VPN/proxies from accessing my site?
- What is the name of this type of comment ? What is the shortcut key in VS code for this ? Do you use it in your production ?
- I’m trying to learn to code python
- Client side rendering and SEO
- Reflecting on the .ORG sale being blocked by ICANN
- Would your work allow you to work from home during a vacation in order to extend it?
- How to include modules
- Help interpreting a SQL statement
- Why's everyone into JS in SSR?
- Sample HTML/CSS For Project
- What do you think about putting *static sites* into Angular?
- Local scientists fighting the pandemic need some help illustrating some science on the web for state-level policy makers. Can you help?
Posted: 01 May 2020 06:08 AM PDT
| ||
The CSS "content" property accepts alternative text Posted: 01 May 2020 06:17 AM PDT
| ||
Job opportunities in Covid-19 market? Posted: 01 May 2020 01:17 PM PDT What has been everyone's experience in moving positions/finding a job in the past month? [link] [comments] | ||
Byteconf React – free React.js conf streamed on Twitch, live right now Posted: 01 May 2020 10:19 AM PDT
| ||
Are JS libraries and/or frameworks really useful for websites? Posted: 01 May 2020 01:43 PM PDT Do you guys use JS libraries like React or frameworks like Angular while creating websites? Do they really work out for websites and when should i use one (like how do you know you should stop using native js and go for library like these) ? [link] [comments] | ||
For those of you who went from web developer to solution architect, how did you do it? Posted: 01 May 2020 05:28 AM PDT Did you need a bachelor's degree? Was it mostly self-learning and work experience? How long did it take to transition? [link] [comments] | ||
Which is more popular and powerful, Bootstrap or React? Posted: 01 May 2020 03:39 PM PDT I am learning in bits and pieces. Which should I learn Bootstrap or React? I just know the very basics of HTML, CSS and JavaScript (read one book on all three). [link] [comments] | ||
Advice Specifically on Practicing to Freelance? Posted: 01 May 2020 12:19 PM PDT Hey, I'm wondering how I can get small volunteer jobs or just offer to help non-technical people out to build up some more experience doing work, working with/for other people, and build up a portfolio. I've been learning web development and wordpress for a few months now on my own, and am reasonably familiar with html/css, php, and a bit of javascript. Also with regard to wordpress I made a small plugin at one point and made a practice theme. My problem is I want to solve actual problems now and get real experience, but I'm still too inexperienced to do paid work. I know most people would work on a personal/passion project at this point but nothing is really coming to mind. I think if I can do free small tasks or ways to help people on problems they have that might be a great thing for me now, because my mind works a lot better in real situations than making stuff for no use other than purely for the purpose of practice. I'm not sure where I can find or offer this kind of thing however? I would greatly appreciate any advice on my situation, thank you! [link] [comments] | ||
Security for a noob/beginner app Posted: 01 May 2020 12:08 PM PDT Hi all, getting close to finishing up a beginner project in python/flask--it's pretty useless, but pretty awesome! (for me anyway:) Currently, there's no account set up (no pw or login functionality). But there is a signup page, where I request first name and mobile number--which is then stored in postgres/Linux on a VPS. The app basically messages you based on certain events I pull from a couple API's. I want to ask some friends and family to sign up to test it, but I also don't know if that's super irresponsible to store that info (name/phone) without some kind of account login/security. Of course, my server is as secure as I know how to make it, but I suppose without secure accounts there is some opportunity for abuse there. Frankly, I would be surprised if I got 20 people to sign up--but you never know. Your advice appreciated! [link] [comments] | ||
Feature design handbook for junior developer Posted: 01 May 2020 06:09 AM PDT There is plenty of resources on how to learn high level stuffs such as frameworks, tools, libraries and same goes for deeper stuffs like design patterns, languages etc... However, I find it quite difficult to find material on designing features (theoretically), like: "How to build a chat?", or "How to build a notification system?" These answers can be found in particular tutorials of tools or frameworks, like: "How to build a chat with Firebase / socket io / web sockets and so on...", or "How to build a notification system with Apple Notification System etc...". I'm looking for a plateform that would handle the design feature part, without being specific about doing it with a tool but just presenting the theory about it. Do you know such thing ? I think it could be a great handbook in order to grow from junior to senior, what do you think ? [link] [comments] | ||
How do I block VPN/proxies from accessing my site? Posted: 01 May 2020 05:04 PM PDT Some examples that block them would be goat.com and netflix.com Is there a IP blacklist I can add to my site to block known IP's coming for a VPN or proxy? [link] [comments] | ||
How do I block VPN/proxies from accessing my site? Posted: 01 May 2020 05:03 PM PDT Some examples that block them would be goat.com and netflix.com Is there a IP blacklist I can add to my site to block known IP's coming for a VPN or proxy? [link] [comments] | ||
Posted: 01 May 2020 09:21 AM PDT ``` /** * Definition for isBadVersion() * * @param {integer} version number * @return {boolean} whether the version is bad * isBadVersion = function(version) { * ... * }; */ ``` [link] [comments] | ||
I’m trying to learn to code python Posted: 01 May 2020 04:52 PM PDT I was wondering if anyone had a beginner course I have never done any classes that tought me so does anyone have a good way to learn (via site) [link] [comments] | ||
Posted: 01 May 2020 04:41 PM PDT Now that Google page crawlers can execute JavaScript and crawl the page after it is fully rendered by the client side framework i.e. React, Angular, Vue. Is there any reason to keep using SSR? [link] [comments] | ||
Reflecting on the .ORG sale being blocked by ICANN Posted: 01 May 2020 12:38 PM PDT
| ||
Would your work allow you to work from home during a vacation in order to extend it? Posted: 01 May 2020 04:18 PM PDT Say you are allotted 2 work from home days per week. You also have 15 vacation days per year. Conventionally, you could use those 15 days to take 3 weeks off. But if you "worked from home" Monday/Tuesday, now those vacation days could be used to take 5 weeks to go travel somewhere (only 3 vacation days are used per week). In normal (non-virus) times, would your work allow this? Or is this seen as gaming the system? [link] [comments] | ||
Posted: 01 May 2020 04:12 PM PDT Well, after going through the FAQ I realize I'm a fucking dumbass when it comes to web dev and this will probably get deleted. I have a decent grasp of HTML/CSS/JavaScript and can make pretty "websites". By which I mean I write the relevant files and open main.html on my machine in my browser to view my creation. Beyond that I am kind of lost. I am aware that to get my content on the internet I need a web host, but after going through the FAQ I feel that I am missing so much more (WTF is MAMP for?). My specific query that brought me here is related to emails. In the site I am creating I have a user-submitted form that will send emails to a predetermined email address. The module I am looking at to do this is the Nodemailer module. I can easily install this on my machine with nvm, but how do I include this module in the files of my site? I don't understand how the site will contain the module. Does that make sense? I apologize. [link] [comments] | ||
Help interpreting a SQL statement Posted: 01 May 2020 11:49 AM PDT Basically I'm editing an existing WP plugin to change table output and I'm trying to retrieve User Information from one table and add it to a Leaderboard table. When I pull up my User Registration table in WP, this is the SQL statement that is used to get the data: Now that part that confuses me is the columns in the image below aren't in the SQL statement, so where do they get pulled from? [link] [comments] | ||
Why's everyone into JS in SSR? Posted: 01 May 2020 03:31 PM PDT Let me explain it first. The last time I was into webdev, well, it was kinda 2009 - the time when PHP + MySQL and a little bit of JS was the default choice for web. Recently I've decided to refresh that knowledge after about 10 years of JVM world and it was like ... wooooow wait what - JS to render all your HTMLs? So I'm wondering - why? Is this fully a result of language simplicity? [link] [comments] | ||
Posted: 01 May 2020 03:22 PM PDT Hi all, Just looking to see if anyone here has any templates, snippets etc for a basic website. Basic breakdown of our brief is a website about an electrician, no bootstrap, no javascript and it needs to feature 3 break points and also make use of flex box and grid. Just hoping someone here has something to get my brain going or give me a kick to start. Cheers [link] [comments] | ||
What do you think about putting *static sites* into Angular? Posted: 01 May 2020 09:20 AM PDT I had a phone interview yesterday for a local company (big enterprise type) and they're using modern/current Angular. In addition to app development, they had mentioned they also do a lot of marketing-type of static sites, everything from one page to maybe 25-30 pages on the upper end. They're all brochure-ware types of static sites, literally nothing app-related at all, they're also uniquely designed/branded for different subsidiaries, which means nothing is really shared from site to site as they're all unique properties. No internationalization. Does putting these types of static sites into an app framework like Angular make any sense to you? It seems the only thing they would leverage would be routing because they'd become SPAs. Everything would become an Angular problem/solution. Questions for you all regarding putting static sites into Angular:
[link] [comments] | ||
Posted: 01 May 2020 03:15 PM PDT I am collaborating with local scientists, and we have a need to illustrate some technical ideas for non-scientist policy makers and local leaders. The web is the ideal medium to do this, but time is of the essence, and we lack the skill set to whip something up. For someone with the skills this is a small project that will take at most an afternoon. Can anyone give us a hand on a volunteer basis? I made a Slack workspace for this. Just join it and announce yourself and that you're able to help with some web dev. Thanks! [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