Meli, a Netlify-like platform for deploying static sites web developers |
- Meli, a Netlify-like platform for deploying static sites
- Karl Marx wrote more than 1000 letters to Friedrich Engels: I created a React app to bring back the joy of public letter writing
- Customers Don’t Know What They Want. Stop Expecting Customers to Know What They Want.
- What part of web development programming do you dislike the most, or it is most disliked?
- When will I learn...
- SPCSS Demo: A simple, minimal, classless CSS for simple HTML pages
- CSS Sticky Parallax Sections
- How important is png vs svg for icon assets?
- ImageOptim: extremely useful free Mac app for lossless image compression
- Writing a .htaccess file so Phusion Passenger can find the entry point of my application
- Mysteries of Moment.js's UTC offset
- React feels so complicated to me as an Angular 4+ dev...is it tough or am I doing it the wrong way?
- Interesting discovery: Facebook OAuth API blocking Chrome from making requests
- Any tips for how you learn new things?
- Upload button to a seperate database?
- Any cheap MMS API or any cheaper method of implementing SMS/MMS marketing?
- Need help with magnific-popup/lightboxes and how I'd go about displaying an iframe using it
- What the heck does Shopify do?
- can you explain how implicit argument forwarding work in redux documentation?
- Survey Monkey API: Public or Private app?
- How much do web developers charge for a website like this ?
- Cors anywhere down?
- Help making data layer for Google Tag manager?
- Nginx proxy server requests to remote SQL server DB timing out
Meli, a Netlify-like platform for deploying static sites Posted: 11 Dec 2020 08:10 AM PST
| ||
Posted: 11 Dec 2020 01:20 PM PST
| ||
Customers Don’t Know What They Want. Stop Expecting Customers to Know What They Want. Posted: 11 Dec 2020 03:27 PM PST
| ||
What part of web development programming do you dislike the most, or it is most disliked? Posted: 11 Dec 2020 02:28 PM PST I am referring specifically to things like CSS, deployment, working with databases, etc... Something that you or your team would gladly delegate to others. ;) [link] [comments] | ||
Posted: 10 Dec 2020 04:56 PM PST not to send websites that still have placeholder texts/images/sections/buttons/etc... to clients. how many times must i receive the dreaded "wait this isn't what i wanted" email how many times must i read "the menu text is all wrong..." how many times do i have to re-explain that this is just placeholder text. how many paragraphs must i dedicate to something that seems so simple. [link] [comments] | ||
SPCSS Demo: A simple, minimal, classless CSS for simple HTML pages Posted: 11 Dec 2020 11:14 AM PST
| ||
Posted: 11 Dec 2020 05:59 AM PST | ||
How important is png vs svg for icon assets? Posted: 11 Dec 2020 10:00 AM PST I see the noun project has really nice looking icons and come in svg but was wondering what y'all like to usually do in this department? Another solution is icons8 which is free, do you just pull down a single image and scale it? [link] [comments] | ||
ImageOptim: extremely useful free Mac app for lossless image compression Posted: 11 Dec 2020 03:50 PM PST What do you use for image compression? I recently found ImageOptim for mac (or online) and it's changed my game. I will never upload another image online without first running it through this. Combined with iResize I'm able to format images for the web in seconds. How do you all deal with image compression for the web? Let me know your tips and strategies! [link] [comments] | ||
Writing a .htaccess file so Phusion Passenger can find the entry point of my application Posted: 11 Dec 2020 10:23 AM PST
| ||
Mysteries of Moment.js's UTC offset Posted: 11 Dec 2020 10:41 AM PST
| ||
React feels so complicated to me as an Angular 4+ dev...is it tough or am I doing it the wrong way? Posted: 11 Dec 2020 03:25 AM PST I recently got a project that I need to work upon from now on. It's built on React. I am Angular 4+ developer & I learnt the framework by self-educating and working upon a project that I had got 2 years back. [link] [comments] | ||
Interesting discovery: Facebook OAuth API blocking Chrome from making requests Posted: 11 Dec 2020 09:58 AM PST I was working with the Facebook Javascript SDK and I couldn't get the I'm working on Chrome and each time I tried to logout it would complain because there's not an It works completely fine with Firefox, so I decided to change the For some reason, Facebook doesn't send an What should I do about this? Should I report this to Facebook? Is there some workaround? I'm tired and confused and I ask for your help. EDIT: I handled the login like so for now. It is a stupid solution but it works: [link] [comments] | ||
Any tips for how you learn new things? Posted: 11 Dec 2020 10:55 AM PST Hey all Wondering if you've discovered any tips for learning new things — new frameworks / technologies / etc. I'm realizing that the list of things I need to learn from scratch, or at least get better at is not small (Typescript, advanced React, Redux, Node, Express, etc etc). And so I'm going to try something relatively new — I'm going to try some planned learning instead of typical just-in-time learning that I've mostly done so far. IE: I'm going to try and set out a learning plan instead of waiting for things to cross my plate at work. My current plan is to spend 3-4 weeks with Typescript, then move to React (with .ts), finally try and learn Redux for 1-2 months, and then move on to Node/Express for the next 2-3 months. I'm thinking If I mentally check-in to "Typescript month", I can hopefully prevent distraction and get some focused learning done. Any other tips for how you actually learn new things? I know there's zillions of resources out there now, so I'm really looking for ideas around new techniques for adding focus to the learning. Thanks all! [link] [comments] | ||
Upload button to a seperate database? Posted: 11 Dec 2020 01:40 PM PST So I'm new to the web dev game, I went through PHP on w3schools so I understand the language and how it generally works. So my website is hosted by some company, and I am able to create databases as I see there is a wp database, what is the purpose of it? I also would like to add a button that allows users to upload files, but I would like the files to be uploaded to the second database. I would also like to be able to send files in between the two databases, if someone can help me I'd greatly appreciate it, or at least point me ininto the right direction and where I should look to find my answer! [link] [comments] | ||
Any cheap MMS API or any cheaper method of implementing SMS/MMS marketing? Posted: 11 Dec 2020 10:38 AM PST Hey guys, I have developed a website for my family restaurant and we just started to do SMS/MMS marketing this week. I finally finished the development for that. One of the things that I noticed is that a single bulk MMS of 2,600 users cost me 52 dollars. If my user base continues to grow it will only go higher in cost. Do you guys happen to know of any good SMS/MMS API that is cheaper? [link] [comments] | ||
Need help with magnific-popup/lightboxes and how I'd go about displaying an iframe using it Posted: 11 Dec 2020 03:25 PM PST So I'm still relatively green to coding, and for my first professional assignment, my manager wants me to display an iframe in a lightbox/popup. I've decided to try and use either Magnific-popup or Lightbox2, which ever works really. Magnific-popup has a section on how to load iframes, but I don't understand what it's trying to get me to do. I added the stylesheet and js files included in the Magnific-popup build tool to the javascript and stylesheet sections of the page builder I'm using, but I'm getting confused on how to initialize the code. When I try to click on the link on my webpage, nothing happens. When it says that popup initialization should be executed after document ready, where does that imply I put this jQuery? Additionally, there are examples on how to change Magnify-popup to accept any domain for iframes, but they seem to all have the fact that they are video players in common. I'm not trying to play a video, it's just a form built in WordPress that is being access through an iframe. Sorry if this question is really vague, I'm just feeling really lost and I don't know how to even begin approaching this problem. What am I supposed to do after adding the JS and CSS to my page to set up a lightbox/popup to display an iframe? [link] [comments] | ||
What the heck does Shopify do? Posted: 11 Dec 2020 08:17 AM PST So I'm looking to start a small ecommerce site. Many people suggest Shopify as an easy way to get started, but it costs money and I'm want to try building something myself. I know React, Flask, AWS - so do you think this will be enough to create something cheaper and on par with Shopify? or do they have some kind of secret sauce that no one else can code? [link] [comments] | ||
can you explain how implicit argument forwarding work in redux documentation? Posted: 11 Dec 2020 10:51 AM PST https://react-redux.js.org/using-react-redux/connect-mapdispatch I am not sure how this work:
how after spreading or destructing ( ? ) of the impressions we are only send the whole thing again? what is the point of spreading in the first place? [link] [comments] | ||
Survey Monkey API: Public or Private app? Posted: 11 Dec 2020 12:11 PM PST Im not sure the common workflow for integrating. I have run a CRM Saas product where I want to let our users integrate their Survey Monkey data with the CRM contacts. Do I create a private app and then users will provide me access/tokens via an Oauth process? Or, do I create a public Survey Monkey app and then provide them with api keys that plug into the survey monkey app? Not sure clear what the right approach is at this point. They have this but I'm not 100% sure what I need. [link] [comments] | ||
How much do web developers charge for a website like this ? Posted: 11 Dec 2020 05:05 AM PST
| ||
Posted: 11 Dec 2020 11:10 AM PST | ||
Help making data layer for Google Tag manager? Posted: 11 Dec 2020 04:40 PM PST | ||
Nginx proxy server requests to remote SQL server DB timing out Posted: 11 Dec 2020 10:16 AM PST I have a remote SQL server that I can reach when I'm on my local machine on IIS. But when deployed to linux (either in WSL or on remote server), when I try to run a query, my request will eventually just time out. The app 'seems' to be running fine otherwise. I'm not finding good documentation on getting the nginx server to listen on the correct ports, and trying to set a listen directive for port 1433/1434 are not working. I also tried disabling my firewall, to no avail. Does anyone have some pointers? [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