A silly contraption using a JavaScript physics engine web developers |
- A silly contraption using a JavaScript physics engine
- Please give me some feedback on my new personal website!
- [Showoff Saturday] I made a javascript tips ans tricks repository outlining a lot of the most helpful aspects of the language I've found
- [Showoff Saturday] Cat App
- What is a better way to store JSON config files between environments without committing to Git?
- Better TypeScript with Application Layer Use Cases | Enterprise Node.js + TypeScript
- I've created a pie chart maker — it lets you embed animated charts in your website – built with chart.js
- I'm planning to recreate a WordPress website with Node.js. What are the things I should keep in mind?
- I want to start learning how to make websites? Should I learn Wordpress/wix or html/css?
- How do I call a function from another java script in html?
- Monitoring new urls?
- Can figure out why my sticky mobile header won't allow the toggle menu to drop past the headers margin... Please help
- React Dashboards - Open-Source Apps ( MIT License )
- Can I use Wordpress as a database and CMS only?
- Are there any kind of benchmarks for bundle size?
- Looking to start a project with another learning developer.
- Mentoring in programming
- [Showoff Saturday] My first published react component
- Check JSON for a value and send a notification.
- Feedback on my Resume / Portfolio Site?
- [SHOWOFF SATURDAY] URL shortener without any trackers, not even your IP is logged! - Update
- Do any web projects actually use text files?
- MySQL time-out when trying to connect.
A silly contraption using a JavaScript physics engine Posted: 29 Jun 2019 10:02 AM PDT
| ||
Please give me some feedback on my new personal website! Posted: 29 Jun 2019 08:19 AM PDT Hi! I am a full-stack developer and I have created my personal website to showcase my ability to create interactive experience. I was thinking their isn't enough content on the page for now. Is there anything I can do to improve it? I am ready to take any criticism! [link] [comments] | ||
Posted: 29 Jun 2019 10:49 AM PDT
| ||
Posted: 29 Jun 2019 08:04 AM PDT https://codepen.io/Dasaru/pen/xNezLO Here is a little app I made that uses TheCatApi to generate some cat pictures. I'm still learning web development so I appreciate any feedback. [link] [comments] | ||
What is a better way to store JSON config files between environments without committing to Git? Posted: 29 Jun 2019 11:29 AM PDT I'm using NodeJs and TypeORM for a project and it has a JSON config file ( Currently, what I do is I keep 2 copies of the config file on my local development computer, My current way of handling the Since the config file is not committed to its project repo, what would be a better way to store and switch between such configuration files in different environments? [link] [comments] | ||
Better TypeScript with Application Layer Use Cases | Enterprise Node.js + TypeScript Posted: 29 Jun 2019 08:47 AM PDT
| ||
Posted: 29 Jun 2019 05:13 AM PDT
| ||
Posted: 29 Jun 2019 01:12 PM PDT Some advice on the CMS, database and other stuffs would be appreciated. [link] [comments] | ||
I want to start learning how to make websites? Should I learn Wordpress/wix or html/css? Posted: 29 Jun 2019 10:24 AM PDT I want to learn web design because Im really interested in this area and also because I want to start making some money with something I like soon. I've been wondering if i should learn html/css/js or wix and wordpress. What would you recommend me to learn? [link] [comments] | ||
How do I call a function from another java script in html? Posted: 29 Jun 2019 03:39 PM PDT
| ||
Posted: 29 Jun 2019 08:04 AM PDT Assuming websites are created as such, ex. EVENTNAME.eventfarm.com, is there a way to monitor when NEWEVENTNAME.eventfarm.com's are created? [link] [comments] | ||
Posted: 29 Jun 2019 03:28 PM PDT nolapartygirls.com Using elementor --- btw, just got out of prison, trying to make money, please let me live for using it. But forreal, I need this fixed. Help a second hand citizen out porfavor. [link] [comments] | ||
React Dashboards - Open-Source Apps ( MIT License ) Posted: 29 Jun 2019 11:41 AM PDT
| ||
Can I use Wordpress as a database and CMS only? Posted: 29 Jun 2019 06:41 AM PDT I'm looking to getting into freelance and I am a software engineer and full stack developer. For freelance projects my typical stack of everything custom and using many AWS services seems like overkill. So I would like to create my own backend, my own frontend, and have Wordpress host a database that allows clients to change the data (the CMS). I've been unable to find a good article or explanation of this stack online, as it seems like usually Wordpress is both the database/CMS and the backend/API. I still would like to create my own API and backend and host my own server separate from the database. Has anybody done this, would you recommend this or a different solution for a simple CMS with a custom backend, and do you have any reference material you can share with me. Thanks! EDIT: I will provide a use case to clear things up. I am creating a web app with a lot of custom functionality. My client must manage his services he sells - this would be a table in the database. So things like "name", "time", "cost", etc. I want him to be able to edit through a wordpress CMS. Then I can query the database to see all his services he put in on his own time and use them in my custom backend and frontend to show these services to users. There's a lot of custom functionality I am doing on the backend such as emailing and texting users, handling scheduling, etc. So really I just want my client to be able to edit his services with me having to create the CMS for him to input service names and times and costs and all that work. DOUBLE EDIT: So it totally sounds like "headless CMS" is what i'm looking for, not necessarily wordpress. I've been looking at strapi - it handles the simple content editing I need for my client, I can host it wherever I want, and it hooks into whatever database I need. Perfect. [link] [comments] | ||
Are there any kind of benchmarks for bundle size? Posted: 29 Jun 2019 07:50 AM PDT So I recently started a new job (second full time gig in the development world), and I'm now in a more senior position, so I'm trying to find more ways to contribute. One of the things I checked is the size of the bundle, and it's massive. The app is enormous, so I was expecting it to be big, but it was originally 15mb. At my old company, we were freaking out at about 4mb, which seems to be the higher end of what I'm seeing on discussions. I've cut it down to 13 with a little bit of side work reducing node module import sizes, and I'm planning to implement code splitting and all that kind of stuff soon, but right now I'm just going for "better," and I don't necessarily know how much I should be aiming to cut. My question is: is there any way to benchmark bundle size? A number I could be aiming for? I know guidelines about first meaningful paint and things like that, but I haven't found anything about what I should be shooting for here. To clarify: I'm not asking how to reduce the bundle size, just if there's a general guideline for how big it should be, or if that's too dependent on the size of the app to create any meaningful guide. [link] [comments] | ||
Looking to start a project with another learning developer. Posted: 29 Jun 2019 03:10 PM PDT Hello all. I am looking to get experience with working on a project with another developer. I have about 2+years on and off experience with JavaScript, HTML, CSS, React, Node, some MongoDB, and some SCSS. I work 40+ hours a week, so I may only be able to dedicate only a couple of hours a day at best. Not looking to invent the next Facebook or next big innovation in web technology, just something for fun. [link] [comments] | ||
Posted: 29 Jun 2019 03:08 PM PDT Hi, if you're interested in long-term mentoring, feedback on code, exercises requests, helping others, making fun & coding together, join us :D We are very pleased to welcome you in our discord. We cover all popular languages and we also encourage possible mentors to join. [link] [comments] | ||
[Showoff Saturday] My first published react component Posted: 29 Jun 2019 02:56 PM PDT | ||
Check JSON for a value and send a notification. Posted: 29 Jun 2019 02:54 PM PDT I'm trying to figure out how to validate if a value exists in a JSON file (after it is generated) and then send an email based on what was found. Does anyone have any experience with this? [link] [comments] | ||
Feedback on my Resume / Portfolio Site? Posted: 29 Jun 2019 02:50 PM PDT Hello, I'm a recent graduate who's having trouble getting interviews for web development/software engineering and was wondering if anyone can see what needs to be adjusted. I've applied to over 60 jobs over the last 3 months and have only heard back from 4 companies (1 technical and 3 HR interviews). I recently got feedback from reddit and updated my resume and I wanted to get some more before I send the new one out to companies. I am currently living in Phoenix, AZ and I think it's a tech friendly city so I'm not sure why I'm having trouble securing a junior position. Any suggested projects I should add on my resume that hasn't been done by 100+ devs? (I've recently been playing around with the Spotify API but besides an album searcher, I haven't done anything "useful" with the information. [Old Resume](https://drive.google.com/open?id=1Ho1bxDYrQJ1eyJIdS6J4-LGKZ1ObjJs6) [New Resume](https://drive.google.com/open?id=1HiTnMhwiQ_gd8ul8SIivYarX1e8__6iw) Portfolio: https://tshana.github.io [link] [comments] | ||
[SHOWOFF SATURDAY] URL shortener without any trackers, not even your IP is logged! - Update Posted: 29 Jun 2019 05:42 AM PDT Repost since a bug occured. A couple of days ago i posted my website (remic.co - URL-shortener and privacy-enhanced alternative to bitly) to this sub. You guys came with some good feedback, and i listened. Remic.cohas improved because of the people in this sub. New features: - Custom URLs (numbers only) - Removed www. - now a shortened link can be visited without having www. in front of it - Tool added to trace the ending destination of a URL - Font-family changed to Aleo - "Track" (the page to see the amount of clicks a certain link has gotten), has been renamed to "statistics". - Text has a bigger width on the front page - Spelling mistakes - Some backend stuff Thanks for helping me out! If you have more ideas or criticism, you are more than welcome to tell me. For future updates, you can add me on twitter @RehmanAbraham [link] [comments] | ||
Do any web projects actually use text files? Posted: 29 Jun 2019 01:12 PM PDT I'm following a rather complete feeling course on JavaScript, and it teaches how to interact with a lot of the common data types (JSON, XML, text files etc). The one that surprised me, was text. JSON and XML I understand because JSON is everywhere now, and XML is still around too. But text? When would I ever store data in text files? [link] [comments] | ||
MySQL time-out when trying to connect. Posted: 29 Jun 2019 01:00 PM PDT Once again, I'm not sure I can get proper help here with java considering this is not necessarily a Webdev project, but I had a little help from some people here before concerning MySQL, so I'm hoping someone can lend a hand. I am trying to connect to a database that is being hosted on FreeMySQLHosting.net and I wrote a small piece of java code to connect to that database and print out everything in a table. Running the code is fine, the problem arises when it throws a ConnectionException Error. I read on a stack overflow post to try and connect to the server through telnet or nc command, though I am unable to see any success in connecting at all. Is there anyone that can help me debug the issue? Any help appreciated. 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