I'm currently working on a simple Github Profile Readme Editor with drag and drop. Still early but all feedback is welcome!! web developers |
- I'm currently working on a simple Github Profile Readme Editor with drag and drop. Still early but all feedback is welcome!!
- My first attempt at a solo full stack project
- An image/video effect editor with support for animations, made with WebGL and React.js! (source code and links in the comments! Let me know what you think!)
- [Showoff Saturday] I really wanted to be a web developer.
- [Showoff Saturday] Made a micro portfolio site using SSR Vue and WebGL! Link in comments
- I created a Crypto Price API. And since my 'customers' are Web Developers. A CyberPunk UI was fitting!
- modular real time path tracer library, written from scratch in javascript & glsl (Webgl 2.0)
- Does this sound like scam or legit?
- [Showoff Saturday] We developed free Web Performance Testing Tools to measure Web Vitals and TTFB
- The new Colors & Fonts, finally I can share it with you.
- A question about browserlist
- Aws Amplify feedback/review
- How can I make a website like this?
- Replicating Apple or Google's website
- And recommended deep guide on css animations
- I built a SaaS product for demo purposes, a classic Todo app with React, Next JS, TypeScript and styled with Tailwind CSS. Subscription payment integrated with Stripe.
- October cms or Winter cms?
- Ethics of rewriting someone else’s work?
- Fullstack Ecommerce Application (demo in comments)
- Can't understand why greater-than-or-equal-to is superseding === in this snippet of JS
- How to build a Safari Extension in iOS 15
- MEVN vs LEMP for a Web based mini ERP app
- [Show off Saturday] Photography Portfolio
Posted: 30 Oct 2021 10:26 AM PDT
| ||
My first attempt at a solo full stack project Posted: 30 Oct 2021 02:49 AM PDT
| ||
Posted: 30 Oct 2021 08:36 AM PDT
| ||
[Showoff Saturday] I really wanted to be a web developer. Posted: 30 Oct 2021 10:46 AM PDT I was building my portfolio because I was unemployed. Next week I start my new life as a truck driver. Anyway, I want to show off one of the projects that I build: https://nogson.com/musicanalista/ Edit: Adding the tag [link] [comments] | ||
[Showoff Saturday] Made a micro portfolio site using SSR Vue and WebGL! Link in comments Posted: 30 Oct 2021 09:53 AM PDT
| ||
Posted: 30 Oct 2021 12:31 PM PDT
| ||
modular real time path tracer library, written from scratch in javascript & glsl (Webgl 2.0) Posted: 30 Oct 2021 12:28 AM PDT
| ||
Does this sound like scam or legit? Posted: 30 Oct 2021 07:17 AM PDT
| ||
[Showoff Saturday] We developed free Web Performance Testing Tools to measure Web Vitals and TTFB Posted: 30 Oct 2021 06:40 AM PDT
| ||
The new Colors & Fonts, finally I can share it with you. Posted: 29 Oct 2021 10:09 PM PDT
| ||
Posted: 30 Oct 2021 03:26 PM PDT So just started my first vue app and i have encountered the browserlist which let me make query for which browser to target and which not, the question is Why would I wanna limit the browsers which my app can work with? Is there a benefit to this? [link] [comments] | ||
Posted: 30 Oct 2021 10:50 AM PDT Is there anybody out there using aws amplify on an app for some time now? Would love to hear the experience so far, pros and cons and pricing as well [link] [comments] | ||
How can I make a website like this? Posted: 30 Oct 2021 03:39 PM PDT I've been learning HTML and going for CSS & JS on Udemy. In YouTube there are millions and millions of videos showing WordPress as the first option, but I feel that WP is a very limited experience for creating websites, is it? in this web https://www.bitpanda.com/en Or maybe I mix (in the future) my HTML, CSS & JS knowledge to the code source of the WordPress theme(?) [link] [comments] | ||
Replicating Apple or Google's website Posted: 30 Oct 2021 03:38 PM PDT Is there any click and point system I can use that replicates Apple or Googles product pages? Specifically trying to replicate the way that content moves while scrolling. Thanks! https://i.gyazo.com/cac8f2f1232244ca145f40f77379d813.gif https://i.gyazo.com/c5f764ba9d5ac62d4a4c3569e8f5dcfb.gif If no options exist, maybe someone wants to help me build a solution? [link] [comments] | ||
And recommended deep guide on css animations Posted: 30 Oct 2021 03:30 PM PDT I know there a lot of them out there but I would like to hear your opinions on the best one [link] [comments] | ||
Posted: 30 Oct 2021 02:45 AM PDT
| ||
Posted: 30 Oct 2021 03:03 PM PDT | ||
Ethics of rewriting someone else’s work? Posted: 30 Oct 2021 03:02 PM PDT I have an ethical question? What are the ethics (or accepted ethics) of redoing a theme/template for a different platform than it was intended? For example, one of my clients sent me a Wordpress theme and they want it for their Shopify site. I emailed the original creator, asked if they had a Shopify version, and they said no. I have the ability/know how to rewrite it from php to liquid. The client purchased the theme and it included a "non-exclusive, commercial, single use" provision. If I rewrite it, can I use it on the client's site legally? Should I notify the creator I redid their work and present the option to hand over the new version? The end project will look exactly the same, it just interacts with a different system. [link] [comments] | ||
Fullstack Ecommerce Application (demo in comments) Posted: 30 Oct 2021 09:52 AM PDT
| ||
Can't understand why greater-than-or-equal-to is superseding === in this snippet of JS Posted: 30 Oct 2021 09:43 AM PDT
The purpose of this function is to iterate through nums to find the target number and return its index. If the target number can't be found, then to return the index where the target should be, if the elements are in ascending order. I have marked with a comment the condition I'm having trouble with. If I write it as "nums[i] === target", the program correctly returns 2, the index of the 5 in nums. However, if I switch to "nums[i] >= target", the program returns 3, the index of 6, ignoring that 5 === target. I have tried (nums[i] === target || nums[i] > target) and also adding (nums[i] > target) as an else-if. Both return 3, ignoring the === part of the conditional. What am I missing???? [link] [comments] | ||
How to build a Safari Extension in iOS 15 Posted: 30 Oct 2021 12:25 PM PDT
| ||
MEVN vs LEMP for a Web based mini ERP app Posted: 30 Oct 2021 12:19 PM PDT Hello. I'm looking for advice on which stack to choose to build a lightweight mini ERP app that is mainly just CRUD operations for a few departments like accounting, invoicing , inventory and employee management. The app will be a very low traffic site but may have to store and deal with a large amount of data. So the main features of this app to make it simple will be user authentication and access control, CRUD and storage of large data sets. I'm looking for the cheapest possible ways to build and deploy this app. So far based on my researching I feel an MEVN stack on a $5 digitalocean droplet with the serverless mongodb tier is the cheapest? But I'm not sure if that will be cheaper than LEMP using mysql on a droplet. Options for scaling may be required but not in the near future. I would greatly appreciate if you guys could guide me on the right path with which stack you'd choose or even how you would go about it, if you'd rather choose another stack. Cheers. [link] [comments] | ||
[Show off Saturday] Photography Portfolio Posted: 30 Oct 2021 12:14 PM PDT I finished a project for my portfolio. Starting to send out applications for a junior web dev position. I really like how the design came out. The hours put into designing it on Figma then putting it into code paid off. Live: https://joseph-oliver-dev.netlify.app Repo: https://github.com/ec-rilo/joseph-oliver-portfolio My favorite page has to be the contact page. [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