- Have been using Vue.js for a while but decided to learn React because of how popular and demanded it is. Not trying to bash React but I can't get over the funkyness of JSX and a couple of other aspects. Everything seems more complex and cumbersome than how it's done in Vue.js. Am I just biased?
- What is this front-end technique that Youtube and Reddit use?
- Listing the contents of a remote ZIP archive, without downloading the entire file
- Dither Me This — I made a tool for dithering images — drastically reducing image file sizes in a stylish old-school way.
- Proof of concept for md > ppt app
- I just launched my own take on the emulated terminal idea for my personal developer website. Built with ReactJS. The content isn't finished yet and will probably change as I discuss it with the content writer at my workplace. But the functionality is now finished.
- A comprehensive list of JavaScript interview questions by sudheerj
- Adding a webpage in a folder and updating the sidenav list item programatically
- How to migrate from shared hosting with hostgator to Digital Ocean?
- what's do you call those gray placeholders that is used as content is loading?
- Is setting Max-Age/Expires for session cookie acceptable?
- Templates for building inhouse collaboration site
- How can I pass whiteboard and algorithm and data structure interview without looking at Google ?
- Messing up with Hulu using Nextjs & Tailwind CSS (https://hulu-clone-chi.vercel.app/)
- Apache web server noob
- Wordpress Migration
- Does anyone here use a Chromebook for web development?
- Best way to do web development remote on my private Macbook when I usually work on my windows 10 PC in the office?
- I just got really overwhelmed...
- How do I access WordPress?
- What are some of the best VS Code tutorials for web dev using Linux?
- How can I backend developer develop a website?
- Getting Materialize JS to work on ASP.NET Core MVC project?
Posted: 18 Apr 2021 12:50 AM PDT I'd be super interested to hear opinions from people who have dabbled in both React and Vue.js. React is so popular and demanded that I can't imagine it being anything less than amazing, but at the same time I feel like everything is so much more complex and cumbersome than in Vue.js. I'm obviously still learning but I can't help but think "Doing that would be so much faster, cleaner and easier in Vue.js". Anyone else feel the same way? I can't help but wonder if maybe I'm biased. For example, setting and then mutating state: Vue.js: React: I also find it weird how if I wanted to push a new element to the React state, I'd need to copy the old state, push the element in that copy and then setItems to the new array. In Vue.js this is done by simply doing this: Or iterating over an array and rendering elements: Vue.js: React [link] [comments] | ||
What is this front-end technique that Youtube and Reddit use? Posted: 18 Apr 2021 12:02 PM PDT
| ||
Listing the contents of a remote ZIP archive, without downloading the entire file Posted: 18 Apr 2021 09:11 AM PDT | ||
Posted: 17 Apr 2021 03:59 PM PDT
| ||
Proof of concept for md > ppt app Posted: 17 Apr 2021 09:46 PM PDT
| ||
Posted: 18 Apr 2021 02:35 AM PDT | ||
A comprehensive list of JavaScript interview questions by sudheerj Posted: 18 Apr 2021 03:41 PM PDT
| ||
Adding a webpage in a folder and updating the sidenav list item programatically Posted: 18 Apr 2021 02:35 PM PDT So I have a folder which will contain blogs, as webpages (new html webpage for each blog). The layout for the webpage is common. They have a side navigation bar with list items as the webpages which are stored inside the folder. Lets say I add a new webpage to the folder. Now if I open any of the webpages from the folder, I want that the side navigation bar gets the updated list of file name (excluding the extension) from that folder, including the file which I added inside the folder. (In short I want a dynamically updating side nav bar) Is that possible anyhow? [link] [comments] | ||
How to migrate from shared hosting with hostgator to Digital Ocean? Posted: 18 Apr 2021 08:21 AM PDT Im using shared hosting from hostgator and want to migrate to digital ocean. My site is mostly static. Html, CSS, js and php (used to include headers and footer only) My hostgator account also has automatic Let's Encrypt SSL so I don't have to worry about manually renewing it which is nice. What steps do I need to take to migrate my site to digital ocean while maintaining the same setup that I have at hostgator (Let's Encrypt automatic renewal)? Any documentation links would be really helpful. [link] [comments] | ||
what's do you call those gray placeholders that is used as content is loading? Posted: 18 Apr 2021 02:18 PM PDT what do you call those gray placeholders that is used as content is loading? for example yelp reviews [link] [comments] | ||
Is setting Max-Age/Expires for session cookie acceptable? Posted: 18 Apr 2021 10:26 AM PDT I am reading the OWASP cheatsheet on session management. It mentions that "If a cookie presents the Max-Age (that has preference over Expires) or Expires attributes, it will be considered a persistent cookie and will be stored on disk by the web browser until the expiration time." Now that is bad if a user logs out or closes a browser before the expiration time. But if the Max-Age and Expires values are not set then the cookie becomes a session cookie and is deleted only when the user closes a browser(irrespective of whether a user has logged out), which is bad because the cookie will not be deleted(even if the user has logged out) until the user closes the browser. So the question is does one set a session cookie or persistent cookie for session management. And if session cookie, then how do you delete that cookie when a user logs out and does not close the browser? And if a Max-Age/Expires attribute is set on the session cookie when the user logs out, then that session cookie will convert to persistent cookie? Then how do you delete that persistent cookie when the user closes the browser? [link] [comments] | ||
Templates for building inhouse collaboration site Posted: 18 Apr 2021 01:53 PM PDT Hey folks, I've been tasked with building a collab site for our inhouse team. I'm trying to find a template that can cater to chat, file sharing and scheduling. Due to the nature of the business, this team is isolated from direct web connectivity so MS-Teams which would be ideal, is out of the question. Anyone have a place I could use for offline tools and templates of this site? Thanks [link] [comments] | ||
How can I pass whiteboard and algorithm and data structure interview without looking at Google ? Posted: 18 Apr 2021 01:41 PM PDT I'm mostly worried about whiteboard coding interview since I'll be starting my first job. I'm a self-taught and I don't know how will I pass the interview. I mustn't look for some references when I interview. I'll be starting as a front-end dev, but as the time passes I'd like to switch to be a full-stack dev. Even though I'm a junior, I don't know how will I pass the interview now and in the near future after I become a senior. Dear juniors and seniors, could you give me some tips and tricks on how to pass the whiteboard and algorithm and data structure interview ? Thanks in advance! [link] [comments] | ||
Messing up with Hulu using Nextjs & Tailwind CSS (https://hulu-clone-chi.vercel.app/) Posted: 18 Apr 2021 01:39 PM PDT
| ||
Posted: 18 Apr 2021 01:25 PM PDT Hey, not sure this is the correct sub for this, but I've recently picked up apache web server as a curse in uni, one of the assignments (the first one) was to create 2 directories and restrict access to a specific file type in those directories, I've tried editing the apache2.conf file but nothing changes, tried creating an .htaccess file but that just breaks my site, what do I do? Where do the directives go? [link] [comments] | ||
Posted: 18 Apr 2021 09:30 AM PDT Hello all, Recently i finally got around to purchasing a new domain for my site and i'm now tasked with migrating everything over to the new one. The only issue is that everything i've tried in order to get the domain hosted has failed. I've tried pointing the A records and Cnames to the hosted IP to no avail. The site was built using wordpress with the elementor plugin and I'm using OVHcloud as my hosting service. I'd like to stick to the same hosting plan as well if that wasn't already obvious. Any advice you can offer would be hugely appreciated. The working site is: https://touchtype.online The new domain is: http://www.touchtypes.design/ [link] [comments] | ||
Does anyone here use a Chromebook for web development? Posted: 18 Apr 2021 01:12 PM PDT Lots of new Chrome OS devices such as Pixelbook Go have been out for quite some time. Chrome OS now has Linux support as well. So I am curious to hear whether any web developer here uses a Chromebook for web development or has switched from a Windows or Mac device onto Chrome. I'd love to hear your thoughts on this! [link] [comments] | ||
Posted: 18 Apr 2021 12:57 PM PDT Best way to do web development remote on my private Macbook when I usually work on my windows 10 PC in the office? Does anyone have any recommendation? Right now I only have my MacBook which I am working from due covid. I use right now Remote Desktop to my windows machine to access the code base and run and debug from that machine. Is there a smart way I can do this without remoting in? Like using the remote machine, but actually do everything on my MacBook from coding to debugging with chrome preview of reacts app e.g.? [link] [comments] | ||
I just got really overwhelmed... Posted: 18 Apr 2021 12:47 PM PDT I'm currently doing a tutorial on Web Development and I hit the part of the course where we are now making our site live. The instructor used Bluehost and said we can use any host we wont. So I thought I would do some research on Bluehost and see if they are any good. I've read mixed reviews so far and someone recommended Digitial Ocean and Siteground. Both seemed very nice and reasonably priced. I know this is just a tutorial but I want to pick a good hosting site for the future of my projects. This is where I am getting overwhelmed... I have also been told about AWS and GitHub being a good host. So I went to check out AWS and got super overwehlmed. I had no idea what I was looking at. They offer so many different services, which one do I choose? This is the page where I was starting to stress out lol. Is AWS a good place to host your sites? I'm not looking to be a full-time freelancer but I would eventually like to take on projects and build sites for companies, front-end, and back-end. Pictures, buttons, videos, etc, all on the site. Is that what AWS is for? And yes, I will be doing my own research/learning about AWS but for now I would just like a simple explanation of the service: GitHub vs AWS EDIT: Namecheap also offers hosting services, any thoughts on going with them? [link] [comments] | ||
Posted: 18 Apr 2021 12:33 PM PDT Hi. Ok, so this will sound a bit weird for most of you but I really need help. I'm somewhat of a beginner at web development. I've worked as a developer before for a few months but I never really touched the servers or stuff like that - I just created the app using Angular, Node.js, etc. that was asked of me and I would put the files on git. I just started working as a freelancer now and my first gig is something really simple. I just have to do a WordPress website, nothing fancy. However, the client sent me a .pem file and I had no idea what that even was. I figured it out and managed to log in successfully but now I am completely clueless. I just have a terminal saying I'm logged in and saying Bitnami WordPress... What now? How do I actually get to the server on the browser? ya know, to where I can actually login into WordPress and do my job? Any help would be very much appreciated. Thank you! [link] [comments] | ||
What are some of the best VS Code tutorials for web dev using Linux? Posted: 18 Apr 2021 12:24 PM PDT I am teaching myself following the Odin Project curiculum adding extra sources when needed. Something isn't clicking with me and learning VS Code. Which tutorials have you found best for those learning web dev and new to VS Code using Linux? [link] [comments] | ||
How can I backend developer develop a website? Posted: 18 Apr 2021 11:20 AM PDT Hey everyone, I am pretty good backend dev (this is not a boast). I have knowledge of Java, C++, Python, NodeJS as well some blockchain dev stuff (Solidity & Ethereum, Algorand and TEAL) etc. However, I have close to zero webdev experience. I need to create an interface for a product I am designing. Is it possible to do the same without learning React or delving into other UI frameworks? Is there a platform which helps me design a frontend and exposes APIs which can call my backend microservices? [link] [comments] | ||
Getting Materialize JS to work on ASP.NET Core MVC project? Posted: 18 Apr 2021 11:05 AM PDT I can't for the life of me get a dropdown component (which requires JS) to work. Other components (buttons etc) work just fine. But I can't initialize anything that requires JS. My page: https://github.com/Abulero/WebDevPractice/blob/master/WebDevPractice/Views/Home/Index.cshtml The head and body, containing the initializer: https://github.com/Abulero/WebDevPractice/blob/master/WebDevPractice/Views/Shared/_Layout.cshtml The Materialize component's page: https://materializecss.com/dropdown.html Does anyone know what I'm missing? [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