Explore >> Select a destination


You are here

blog.openlibrary.org
| | www.danhacks.com
4.8 parsecs away

Travel
| | [AI summary] This article provides a comprehensive guide to preparing for and passing software engineering coding interviews, covering essential skills, resources, and strategies.
| | dylanatsmith.com
4.0 parsecs away

Travel
| | Frontend-focused product designer in London, UK
| | bradfrost.com
3.7 parsecs away

Travel
| | Somewhere between design - a world of personas, pixels, and polish - and engineering - a world of logic, loops, and linux - lies frontend design. Frontend design involves creating the HTML, CSS, and presentational JavaScript code that makes up a user interface. A frontend designer (who may also g
| | ericlathrop.com
25.5 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.