I made a website where you can explore great open source projects to contribute to. I hope you like it as much as my last project :)! web developers |
- I made a website where you can explore great open source projects to contribute to. I hope you like it as much as my last project :)!
- I want to learn deployment. Where do I start?
- Check out my new portfolio(l’m a beginner)
- Simple transition with Highway.js
- I made extension to track ads on websites
- Write your portfolio in Barcode. Thanks to Google Fonts.
- Getting back on the job market so I put a personal page together. Thoughts?
- Questions for people who taught themselves online
- I created an online interactive map of the Mandelbrot set. Feedback will be appreciated!
- Suggestion For JQuery Inline Editing Plugin
- [Showoff Saturday] TypeWriter - A small JS library to expressively render text
- Does anyone know of any shared/business/reseller hosting plan that provides http2 and a dedicated IP?
- How do I access my form data when sending it from an AJAX request when using Formidable?
- Easy rate-limiting and response delaying for NodeJS - Limitrr version 5.0.
- Need advice about hosting many websites
- Database driven website using PHP and MySQL
- Input masking for YYYY-MM-DD
- Best iPad sFTP coding editor
- AWS Certificate Manager with namecheap question
- Please help, python timezone
- Would love feedback on my side project Medius News
- Need Advice on How to approach front end Web development (Beginner)
- Yakker Dice - baseball played with dice
- Is there a way - and how - to make amount of money while freelancing?
- The RedMonk Programming Language Rankings: January 2019
Posted: 30 Mar 2019 06:40 AM PDT
| ||
I want to learn deployment. Where do I start? Posted: 29 Mar 2019 07:41 PM PDT I am a junior web developer. I think I am pretty knowledgeable in programming, but I am still lost at how to deploy my websites. TBH, I am totally lost here. I don't know where to start. Mainly, I wanted to know how to learn:
Any suggestions which resources I could learn from? or what I should learn? [link] [comments] | ||
Check out my new portfolio(l’m a beginner) Posted: 30 Mar 2019 03:49 AM PDT
| ||
Simple transition with Highway.js Posted: 30 Mar 2019 11:15 AM PDT
| ||
I made extension to track ads on websites Posted: 30 Mar 2019 11:49 AM PDT
| ||
Write your portfolio in Barcode. Thanks to Google Fonts. Posted: 30 Mar 2019 09:15 AM PDT I'm unsure what to even use this for but I think it's awesome anyway. [link] [comments] | ||
Getting back on the job market so I put a personal page together. Thoughts? Posted: 30 Mar 2019 07:56 AM PDT | ||
Questions for people who taught themselves online Posted: 30 Mar 2019 11:43 AM PDT Hey guys, I working on a university project related to online learning platforms, I was hoping I could get your help on the research end, since I know that a lot of the people here will have taught themselves how to code/design websites. [link] [comments] | ||
I created an online interactive map of the Mandelbrot set. Feedback will be appreciated! Posted: 30 Mar 2019 03:16 AM PDT
| ||
Suggestion For JQuery Inline Editing Plugin Posted: 30 Mar 2019 03:57 PM PDT Starting a new project which is going to be a Bootstrap/JQuery based admin type web site. I was wondering what the current best/favorite jquery plugin is to facilitate in-line editing so that the field changes get posted back via ajax when they leave the current field. [link] [comments] | ||
[Showoff Saturday] TypeWriter - A small JS library to expressively render text Posted: 30 Mar 2019 08:12 AM PDT This is a small project I've been working on to render text like you'd see in video game dialog. [link] [comments] | ||
Posted: 30 Mar 2019 03:08 PM PDT Usually, I am pretty good at Googling, but after a couple of hours, I am giving up. Do any of you, the good folks of Reddit, know of a SHARED hosting provider that offers: - http2 servers - a dedicated IP address - daily backups, and - ssh access ? [link] [comments] | ||
How do I access my form data when sending it from an AJAX request when using Formidable? Posted: 30 Mar 2019 11:16 AM PDT I'm trying to get my AJAX request to send a form over to my server so I can parse through it using formidable, but when I try to access the actual form I'm getting an empty formdata object. I've tried hacking different parts of the form together in one formdata object then sending it through, but I'm still getting an empty form. Server side js Client Side JS If anyone could explain why I'm not getting any data from my forms, I would greatly appreciate that. [link] [comments] | ||
Easy rate-limiting and response delaying for NodeJS - Limitrr version 5.0. Posted: 30 Mar 2019 11:05 AM PDT
| ||
Need advice about hosting many websites Posted: 30 Mar 2019 02:01 PM PDT We currently have like 20 webservers (debian with apache/nginx, php-fpm, nodejs, many cronjobs, postgre/mariadb, docker) that I'm all administrating by hand. I log into them via ssh and for example update/check/dryrun certbot. We also have a basic monitoring solution and unattended upgrades set up. Now I'm looking for advice how to simplify/automate administration, because if things go well we will need additional servers and I'm afraid I will have to spend a lot of time babysitting each server when things break/need to be updated. I'm toying around with the idea of going/migrating to kubernetes, clear linux or ansible. But, I haven't used them much. [link] [comments] | ||
Database driven website using PHP and MySQL Posted: 30 Mar 2019 01:35 PM PDT Is it possible to design a MySQL database and create a fully functioning website with multiple user profiles and everything in less than 3 weeks? (Adding in full time school-I'm a high school senior with 6 AP classes and extracurriculars) Because of my terrible procrastination that's the time frame I'm up against for my senior capstone project. I don't know how the hell im gonna pull it off, considering it usually takes me a full day to figure out one little thing. Words of encouragement? Or simply a few kind F's? Thanks. [link] [comments] | ||
Posted: 30 Mar 2019 01:28 PM PDT Hey everyone. I'm trying to mask input for a certain format. I basically don't want the user to be able to enter anything in a certain date input field that doesn't match the format in the title. I've seen masking for the same, but with slashes YYYY/MM/DD, but not with hyphens. Is this possible? I've looked and haven't figured it out. I'm sure there is a way with regex, but I'd prefer a simpler solution is one exists. [link] [comments] | ||
Posted: 30 Mar 2019 01:27 PM PDT Hey Reddit, Bought some nice second hand iPad air 2, and I was looking for some nice coding editor to code and be productive on the road. Things I want;
Hoping you guys can give me some nice recommendations. Thanks! [link] [comments] | ||
AWS Certificate Manager with namecheap question Posted: 30 Mar 2019 01:26 PM PDT I'm trying to get a certificate through AWS certificate manager I have a couple of question because I've tried some stuff already and it's not worked. Say I have a domain www.example.com and then I have example.elasticbeanstalk.com which is what AWS gave me.
[link] [comments] | ||
Posted: 30 Mar 2019 09:27 AM PDT I have a backend that adds a bunch of time. First, I saved the timestamp; Then add the timestamp and return it to the client; The above part works well but when I check the returned value on the client side, it shows; As you can see it removes the offset [link] [comments] | ||
Would love feedback on my side project Medius News Posted: 30 Mar 2019 01:07 PM PDT I wanted to get some React.js practice and show it off on my resume, so I built a news aggregator called Medius News. The idea behind it is that it focuses on sources that are as neutral and close to being a primary source as possible. I use this study as the basis for which sources are most neutral: https://www.adfontesmedia.com/wp-content/uploads/2018/08/Media-Bias-Chart_4.0_8_28_2018-min-1200x927.jpg It's also a Progressive Web App, which means it can be installed on your phones home screen as an app. Would love any feedback in terms of the front end behavior, performance, etc. [link] [comments] | ||
Need Advice on How to approach front end Web development (Beginner) Posted: 30 Mar 2019 01:03 PM PDT I've been researching what to learn for Web development for quite some time now. And I've learned a lot of basics which I will share with you.
All basics covered. I have practical knowledge in HTML and CSS. In Javascript haven't worked on creating vanilla apps. But know all programming concepts through a full course on Udemy (finished). For a CSS framework I chose Bulma, and CSS Grid to learn. I learned Bulma already but not yet CSS Grid. After researching about all possible backend frameworks I chose elixir and Pheonix. I learned the basics for both the language and the framework but didn't practice by hand yet. Why? Because I had to do some front end learning first to connect it to the back end. So I did some research again and reached to the conclusion of Vuejs for simplicity and power and/or Elm for love of functional language and speed of response. After long comparison with other frameworks. Learned a bit of VueJS but suddenly found myself into webpack mud because the course in Udemy suddenly started going into it. So I stopped the course and went to webpack website to know more about it. But here's the thing. Since I don't have much Javascript coding experience I am thinking to use Mithril for a front end as some devs suggested I will learn more that way. I also considered AppRun but the community is so small and one developer maintainer so high probability of discontinuation. I've listed all my efforts and learning to give you a hint of how I am approaching Web development and also to seek your advice as an experienced developer because my only struggle right now is how to approach the front end. The bigger is the framework the less I will learn about his Javascript works in the background. So do you suggest me a framework or vanilla Js development? I am trying to learn in the most productive way but vanilla Javascript doesn't seem productive on the front end. I'm highly confused on how to approach front end development. [link] [comments] | ||
Yakker Dice - baseball played with dice Posted: 30 Mar 2019 09:02 AM PDT
| ||
Is there a way - and how - to make amount of money while freelancing? Posted: 30 Mar 2019 11:31 AM PDT Hello! I'm an 18 year old from Greece. I've been doing web development for the past 2 years, mostly designing websites ( only HTML / CSS / JS ) but recently got into the backend part with python ( Flask ). I know I could use php or node.js but since I feel more comfortable with python I went with that. I built a few blog websites and I know most of the things that someone would need to know in order to make a working website. I was wondering if I could - and how to - make a decent amount of money while doing freelancing work. For the past year I've been working on a website that has to do with culture and history. This is my main project and the site is almost ready only thing left is hosting which I'll probably go with either DigitalOcean or Linode. I was thinking on putting ads on that site but I don't think I'm gonna make a lot from there so I decided to do freelancing. Maybe on Fiverr or any other platform. Don't really know where to start and that's why I'm asking here. Thanks in advance to everyone ✌️ Edit: I'm mostly worried because the market is full of people doing web development. How could I stand out? [link] [comments] | ||
The RedMonk Programming Language Rankings: January 2019 Posted: 30 Mar 2019 01:47 AM PDT
|
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