StackOverflow is super toxic for newer developers web developers |
- StackOverflow is super toxic for newer developers
- Hover.css - a collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on
- Are PWAs or AppCache apps safe to use on iOS? Does iOS really respect the cached files?
- Software architecture help?
- Exclusive: Tim Berners-Lee tells us his radical new plan to upend the World Wide Web
- astroturf is high performance CSS-in-JS with Sass/Less/PostCSS support
- A11y Dialog - a lightweight and flexible accessible modal dialog. No dependencies, Leverages native <dialog> element, plus more
- Modern Wordpress Workflow?
- AngularJS - Trying to add click functionalities for sections
- How to handle admin signups?
- Projects for a new front-end dev's portfolio
- Synching projects between desktop and laptop
- Debugging castles in the clouds - Debugging for Serverless Architectures
- A React Command Line Tool I developed, please give feedback in the comments
- Can someone help me find out who made this website?
- i really need to Know....?
- Dynamic font size
- Website unavailable on computer that made it
- What do you do for short coding breaks?
- Is it a good idea to build data structure and practice algorithm using Javascript?
- Preventing a Grid Blowout
- Job offer dilemma
- Regex for Eastern European alphabets
StackOverflow is super toxic for newer developers Posted: 10 Oct 2018 11:31 AM PDT As a newer web developer, the community in StackOverflow is super toxic. Whenever I ask a question, I am sure to look up my problem and see if there are any solutions to it already there. If there isn't, I post. Sometimes when I post, I get my post instantly deleted and linked to a post that doesn't relate at all to my issue or completely outdated. Does anyone else have this issue? [link] [comments] | ||
Posted: 10 Oct 2018 07:21 AM PDT
| ||
Are PWAs or AppCache apps safe to use on iOS? Does iOS really respect the cached files? Posted: 10 Oct 2018 01:29 PM PDT I need to work on a product and caching the files in the only way to go for many reasons. The problem is Apple doesn't document squat about what they support or don't support because they don't necessarily like this kind of development. I need to know if PWAs with Service Workers can be safely used in iOS without getting the files wiped out by the OS for any random reason, or whether I can use the old AppCache mechanism in a safe manner as an alternative. Anyone have any insights on this? Thanks guys! [link] [comments] | ||
Posted: 10 Oct 2018 04:49 AM PDT Hi I'm doing a review of academic literature focused on a comparison of software architectures, with a focus on Microservices for university. It's quite a big assignment and it's a topic that is completely new to me. I'm just wondering if anyone has any great resources, explained in layman terms, so I can get an understanding of the different architectural options out there, and importantly, how they compare. I'm struggling to find any clear information on the subject, and am seeing lots of different terms such as service oriented architecture, monolith architecture, microservice architecture, SOAP, RESTful. Basically, the purpose of the project is to consider all of the different architectures that could be used for a web app but I'm struggling to understand what all of the above things are and, mainly, how they relate and compare to one another. The info I have found seems to be so fragmented compared to software development models for example when it's obvious that you have agile, waterfall etc. and there are plenty of resources out there detailing this and their differences etc. Many thanks [link] [comments] | ||
Exclusive: Tim Berners-Lee tells us his radical new plan to upend the World Wide Web Posted: 10 Oct 2018 03:31 PM PDT
| ||
astroturf is high performance CSS-in-JS with Sass/Less/PostCSS support Posted: 10 Oct 2018 12:07 PM PDT
| ||
Posted: 10 Oct 2018 07:25 AM PDT
| ||
Posted: 10 Oct 2018 05:15 AM PDT I build a lot of Wordpress sites, when in development I work locally using MAMP and when the site goes live I simply upload the project via FTP and export the database. More recently, I have been working with React, NextJS and GatsbyJS along with Netlify for hosting and the workflow feels so much more efficient and modern. It go me thinking, what modern Wordpress workflows and tools are around that would help me level up my process? I am a long time user of Git but am not currently backing up databases. Thanks in advance! [link] [comments] | ||
AngularJS - Trying to add click functionalities for sections Posted: 10 Oct 2018 04:25 PM PDT
| ||
Posted: 10 Oct 2018 04:18 PM PDT I'm working on a small project, basically i need 3 types of user, Admin: he can modify all Editor: Can only see and edit, but not delete stuff Client: only can use the app But how i should sign up admins and editors? , Clients is like every app, you open the app, sign up then login. Thanks! [link] [comments] | ||
Projects for a new front-end dev's portfolio Posted: 10 Oct 2018 04:09 PM PDT I am trying to break in to front-end web development and am having trouble deciding what to include in my portfolio. I've read that it is not good practice to redesign existing websites of local businesses (can you guys confirm?) because it impacts the SEO of the existing sites. I am trying to develop small informational websites to showcase my skills, but am wondering what else I can include in my portfolio that demonstrates I am proficient in HTML, CSS, and JS. Thanks in advance! [link] [comments] | ||
Synching projects between desktop and laptop Posted: 10 Oct 2018 08:03 AM PDT For larger projects, is there an easy way to sync them between my desktop and laptop? Using Dropbox is inefficient if the projects getting larger. I feel like there has to be a better way. Thanks in advance! [link] [comments] | ||
Debugging castles in the clouds - Debugging for Serverless Architectures Posted: 10 Oct 2018 03:32 PM PDT
| ||
A React Command Line Tool I developed, please give feedback in the comments Posted: 10 Oct 2018 07:59 AM PDT
| ||
Can someone help me find out who made this website? Posted: 10 Oct 2018 03:19 PM PDT
| ||
Posted: 10 Oct 2018 03:12 PM PDT So, i know HTML, CSS3 and JS, i know how create a layout responsive, i now i started to learn React, Angular and Vue, [link] [comments] | ||
Posted: 10 Oct 2018 04:36 AM PDT My question is I have a fixed size div 200px by 150px now in this div I have certain text contents. Some div have more text content then the other. So the div that has lesser content, it leaves lots of white space. I am using font-size:23px. S o is there any way to fill the white space by dynamically changing the font-size based on white space left in the div. Thank you [link] [comments] | ||
Website unavailable on computer that made it Posted: 10 Oct 2018 02:58 PM PDT I recently made a static personal website and set it up through AWS s4 and route 53. I transferred DNS and everything to AWS. The website works fine on every device Ive tried, but not on mine! I have cleared my browsers history/cache and flushed the DNS files on my computer, as well as restarting it. Does anyone have any ideas as to why I cant see it returns computer? [link] [comments] | ||
What do you do for short coding breaks? Posted: 10 Oct 2018 02:43 PM PDT When you need a short (<20min) break from writing code, what do you do? It's been a long-term challenge for me to find a solution that helps me recharge but also isn't so distracting it totally takes my head out of the game. [link] [comments] | ||
Is it a good idea to build data structure and practice algorithm using Javascript? Posted: 10 Oct 2018 02:41 PM PDT As a graduate with a BS in comp sco where my school taught me lots of Java. Also taught me how to implement data structures and algorithms development using mostly Java. But I spent lots of time in web dev where I used lots of Javascript (react, node, express...). And I'm thinking of implementing data structure and algorithms using only Javascript as practices. Is this a good approach? Or should I keep on practicing react and node? [link] [comments] | ||
Posted: 10 Oct 2018 07:06 AM PDT
| ||
Posted: 10 Oct 2018 02:12 PM PDT Okay so job A I interviewed for 3 weeks ago thought everything was good no call back they offer 40k with benefits. Small company with maybe 5-6 people on the development team and I am responsible for moving old paperwork and documents into HTML and other junior position work. Then I interview for job B with starting at 45k with benefits same junior position doing mostly the same work but this is a big company with about 100 or so developers. Job B offered me a position on Tuesday and then after 3 weeks Job A offered the position and I am going in tomorrow's discus the final offer. Now I am stuck between which do I choose. Work for the smaller company in its beginner phase or go for the bigger company which is more stable. This would be my 2nd development job first was only on contract and I am self taught so coming from making about 20k a year to double that I don't know if it's best to choose bigger more stable or smaller but maybe more experience since they are looking for somebody to grow with them. [link] [comments] | ||
Regex for Eastern European alphabets Posted: 10 Oct 2018 08:08 AM PDT SOLVED: [a-zA-ZÀ-ÖØ-öø-ÿĀ-ž] should cover all eventualities, it didn't work because I was putting it in the wrong place, ticket closed ^^; I've got some name validation to sort out and the regex covers the accents, umlauts and strokes that you'd see in Spanish, French, German, various Scandinavian languages and so on. It's a nice simple: (/[^a-zÀ-ÖØ-öø-ÿ0-9- ']/gi). Apostrophes, spaces and hyphens too. I intend not to leave anyone out :) PROBLEM IS those ranges leave out Slovak, Hungarian, Turkish and a few other characters, and what kind of dev would I be to just let that slide? I could hack it and just chuck 'em all in a group, but first it didn't work (no I've no idea why) and second, maybe there's another group or Unicode range I could be using to literally cut this down to 2 or 4 characters or something and the whole range would be covered in one fell swoop. The chars I need, although there could be more, are : ů ž č ď ň ô ŕ š ť ő ű ç ş ē ō, plus their capitals. Is there a shorthand À-Ö-style way I could be approaching this? [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