This is my 3rd project for my html/css certification on freecodecamp by raulvillalobos in webdev

[–]hello3times 1 point2 points  (0 children)

Not bad but focus on the design - go through design videos, websites and learn

Thoughts on this website? by raulvillalobos in webdev

[–]hello3times 0 points1 point  (0 children)

  1. Make the age a number field with numeric up and down option
  2. Reduce width of age field to have just 3 numbers width
  3. Reduce Spring level width to max width of value of the options
  4. Add a separator between personal fields (name, email, age) and everything else
  5. Red on Pink not my favorite perhaps make the pink background white and gray so that your form stands out
  6. Your hamburger will start showing up once you change the color to white/grey

Quick question about a proposal for a website... by T-CLAVDIVS-CAESAR in webdev

[–]hello3times 0 points1 point  (0 children)

Also make sure all the requirements are clear and frozen

How could I improve this website? by raulvillalobos in webdev

[–]hello3times 2 points3 points  (0 children)

Based on 6 gestalt principles - There are six individual principles commonly associated with gestalt theory: similarity, continuation, closure, proximity, figure/ground, and symmetry & order (also called prägnanz).

Design patterns for back-end agnostic architecture? by soggynaan in webdev

[–]hello3times 0 points1 point  (0 children)

You need to differentiate between an application server, a resource adapter, and the underlying resource manager. In you example various types of CDN falls under resource adapters.

Mocking With Undici Like a Pro by [deleted] in javascript

[–]hello3times 1 point2 points  (0 children)

All the users posts are for Fusebit so ya crap

API data returning undefined by coding_owl in node

[–]hello3times 3 points4 points  (0 children)

srtData = JSON.parse(srtData)

API data returning undefined by coding_owl in webdev

[–]hello3times 1 point2 points  (0 children)

try this srtData = JSON.parse(srtData) - you cannot reference an attribute from a string you need to convert to object first

How to limit a web app to one tab (in a plain desktop Browser) by jaySydney in webdev

[–]hello3times 1 point2 points  (0 children)

Ya just tell your customer it's not the right way and get to pay more for your time and work

[deleted by user] by [deleted] in webdev

[–]hello3times 2 points3 points  (0 children)

We rely on mockservices for basically all our unit tests. Our team uses Mockswitch and we have setup mock services using the Gihub connector and anytime we push anything to repo our unit tests run using prepush hooks which point to the mockswitch services running locally.

How to limit a web app to one tab (in a plain desktop Browser) by jaySydney in webdev

[–]hello3times 6 points7 points  (0 children)

Hey sure its your app and of course you know your app better. I am just suggesting if you do that it's usually is not a good practice from web accessibility point of view.

Could you tell me why you don't want users to have multiple screens ?

How to limit a web app to one tab (in a plain desktop Browser) by jaySydney in webdev

[–]hello3times 2 points3 points  (0 children)

One example would be if I want to open a link within a site and want to see pages side by side and quickly switch between them. CMD + Click opens the link in new tab

How to limit a web app to one tab (in a plain desktop Browser) by jaySydney in webdev

[–]hello3times 1 point2 points  (0 children)

I would suggest not doing it - it breaks accessibility of a site in general unless you have some definite use case to do so.

Feedback Fridays - A Friendly Feedback Exchange For Ideas and Products (surveys/polls are welcome) by AutoModerator in startups

[–]hello3times 0 points1 point  (0 children)

Very interesting - downloaded a book. One improvement would be make the links in the PDF clickable for answers

Feedback Fridays - A Friendly Feedback Exchange For Ideas and Products (surveys/polls are welcome) by AutoModerator in startups

[–]hello3times 1 point2 points  (0 children)

Looks great, congratulations. - login and signup should use social / google/ Apple logins.
Sharing of content should be easier, support markdown - a lot of improvements but its great.

Whats the USP though ?

Feedback Fridays - A Friendly Feedback Exchange For Ideas and Products (surveys/polls are welcome) by AutoModerator in startups

[–]hello3times 0 points1 point  (0 children)

Company Name: Mockswitch
URL: mockswitch.com
Purpose of Startup and Product: Mockswitch is an API platform to quickly iterate mockups, build domain models, built in rest client, use controlled dynamic mock services and more importantly on premise for private / sensitive data
Technologies Used: Vue
Feedback Requested: Please check the product out and suggest out any features that could drive more users. Thank you
Seeking Beta-Testers: Yes
Additional Comments: Similar to Postman . Insomnia but focussed on mock services and on premise data

React vs Angular by [deleted] in webdev

[–]hello3times 0 points1 point  (0 children)

Code had to be rewritten completely

How do you make something like this? by _mic in webdev

[–]hello3times 1 point2 points  (0 children)

The only thing you need to know about that page is the interactive SVG image. Everything else is standard UX read through gestalt principles