• Breaking News

    Thursday, March 25, 2021

    New business cards came in web developers

    New business cards came in web developers


    New business cards came in

    Posted: 25 Mar 2021 02:23 PM PDT

    Websites i found useful during my web development journey.

    Posted: 25 Mar 2021 06:48 AM PDT

    Graphic:

    https://thenounproject.com/

    https://www.flaticon.com/

    https://iconmonstr.com/

    https://dryicons.com/

    https://www.deviantart.com/

    https://www.vector4free.com/

    https://www.vecteezy.com/

    https://www.vectorportal.com/

    https://pixabay.com/

    https://www.pexels.com/

    https://stocksnap.io/

    https://pikwizard.com/

    https://www.freepik.com/

    https://www.stockio.com/

    https://freedesignfile.com/

    https://www.vectorportal.com/

    https://publicdomainvectors.org/

    https://unsplash.com/

    https://icomoon.io/

    https://www.figma.com/

    https://coolors.co/ <-- color scheme generator

    https://stackoverflow.com/ <-- Programmers comunity

    https://coverr.co/ <-- Video (short)

    https://webkul.github.io/coolhue/ <--Gradient

    https://fonts.google.com/ <-- Google fonts

    https://www.photopea.com/ <-- "photoshop online"

    https://codepen.io/your-work <-- online IDE

    https://frontendfront.com/ <-- FrontEnd blog

    https://www.tooplate.com/ <-- HTML templates

    https://orama-interactive.itch.io/pixelorama <-- Pixel Art editor

    https://www.pixilart.com/ <-- PixelArt's

    https://lukaszadam.com/illustrations <-- Free illustrations

    https://pixllabs.io/blog/web-development/css-cheat-sheet/ <--CSS cheat sheet

    https://overapi.com/html <-- HTML cheat sheet

    https://animxyz.com/ <-- CSS animation toolkit

    https://bootstrapstudio.io/ <-- "A powerful desktop app for creating responsive websites using the Bootstrap framework."

    https://www.udemy.com/ <-- lot of good courses

    https://visme.co/blog/website-color-schemes/ <-- 50 Color schemes for your website

    https://color.adobe.com/create/color-wheel <--Color wheel

    https://gist.github.com/bradtraversy/c831baaad44343cc945e76c2e30927b3 <-- MySQL cheat sheet

    https://css-tricks.com/snippets/css/complete-guide-grid/ <-- Grid guide

    https://css-tricks.com/snippets/css/a-guide-to-flexbox/ <-- Flexbox guide

    https://www.geeksforgeeks.org/ <-- CS portal

    https://open.spotify.com/show/4kYCRYJ3yK5DQbP5tbfZby <-- Syntax podcast on Spotify

    The most important!

    https://www.youtube.com/channel/UC29ju8bIPH5as8OGnQzwJyA <--This guy! One of the best youtubers who will teach you webdevelopment!

    https://www.youtube.com/watch?v=exrc_rLj5iw&ab_channel=Codesmith <-- YT channel recommended in comments :)

    EDIT: Added few sites from comments. Thank you guys!! Those sites are very nice i will use them in future :D

    submitted by /u/Ludzik
    [link] [comments]

    First mistake as a web developer.

    Posted: 24 Mar 2021 06:25 PM PDT

    Hey guys,

    So I just landed my first real job as a web developer last week. Today I made my first mistake. I was a day behind on our QA branch (I forgot to pull the latest changes). So, when I submitted my PR I got a ton of merge conflicts. This was an embarrassing moment and a good learning experience for me. Do you remember your first mistake as a new dev? What was it? I need to hear some good stories to feel better. Thanks!

    submitted by /u/Laguer1985
    [link] [comments]

    Cross-platform support for web applications?

    Posted: 25 Mar 2021 03:22 PM PDT

    Greetings! I would definitely call myself an inexperienced developer that hasn't even done much yet but I'm looking forward to building an app and since HTML5, CSS, JavaScript and Node.js is what I'm pretty much familiar with, I'd love to use those technologies to extend my project to desktops and mobiles. For desktops, I found out that I can use NW.js, but I can't find any options for doing that on mobile. All of them require me to learn languages like Dart or React, while all I'm looking for is good old JavaScript and HTML5. Are there any frameworks that allow me to do that?

    submitted by /u/plamendobrev
    [link] [comments]

    GLab CLI is on opencollective

    Posted: 25 Mar 2021 10:22 AM PDT

    glab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code.

    You can support us by opening a suggesting a feature, opening an issue, opening a PR or donate to our collective.

    https://opencollective.com/glab

    submitted by /u/profclems
    [link] [comments]

    Launching a website

    Posted: 25 Mar 2021 02:55 PM PDT

    Hi ladies and gents,

    So I've been working on web development for some time now and got a small gig to help out a friend with his business website, I've pretty much laid out the design and plan for it and should have it completed within 2 days on Visual Studio Code.

    I have recreational experience with designing and developing websites with html, css and java script but I've never actually launched a website and connected it to a domain before. Usually I just start a project and complete it all the way for the fun and learning experience.

    What recourses should I look up or is there simply a straight forward guide to launching a website from vscode? I have a domain rented out already on go daddy and was hoping to use that. All the images and resources are saved into the website project folder too.

    Ty

    submitted by /u/kararoh
    [link] [comments]

    I wrote a project to transform web APIs into CLIs for development/whatnots

    Posted: 25 Mar 2021 05:31 AM PDT

    I wrote this project that lets you describe a web API using the TOML markup language and then call it like a CLI. I find this to be something that I want to do quite often, so I'm really happy with what I accomplished. I hope you find it useful! The project is unit tested with 100% coverage and is completely type annotated ♥

    Go check it out! https://github.com/daleal/zum

    Also, go check out the documentation! https://zum.daleal.dev

    submitted by /u/_daleal
    [link] [comments]

    [Rant] Stop asking me for my language!

    Posted: 25 Mar 2021 06:03 AM PDT

    Most browsers send accept-language headers for quite some time now, use them!

    For those people who have no idea what I am talking about, I live in a multilingual country. Websites often (use to) have a language select page when you came on their website first time or on the home page.

    This is still way more common than it should be.

    The HTTP request like litery states "I want to request this page. I accept these languages: Dutch and English." And the server answers with a page that says: "Would you like to continue in French or Dutch?"

    submitted by /u/De_Wouter
    [link] [comments]

    Question about architecture. Please recommend one for (~1000 concurrent connections). Also reasons for choosing it (for newbs like me)

    Posted: 24 Mar 2021 08:07 PM PDT

    Is there a service worker expert in the house?

    Posted: 25 Mar 2021 04:42 PM PDT

    I just read about a new (to me) technique called "prerendering" where you stuff the contents of your main display div into session storage so that when you reload the page you can "rehydrate" that div by means of a service worker so that the page appears to have never reloaded.

    The inventor of the 'prerendering' technique describes it here.

    OK, sounds good, but the point of AJAX is to re-render a page without having to reload it from the server, so if you have XMLHTTPrequest and session storage, (a) why do you need to reload the page at all, and (b) what do you need the service worker for?

    I'm trying to find a convincing use case for service workers, but this one seems both needlessly complex and contrived.

    What am I missing here?

    submitted by /u/GoldsteinEmmanuel
    [link] [comments]

    Easiest way to screenshot a scrollable element?

    Posted: 25 Mar 2021 04:18 PM PDT

    I've got an element that overflows (there's a scrollbar), and I'd like to screenshot its whole area (not just the visible region).
    I've found browser extensions that autoscroll and screenshot a whole webpage for you, but none allowed me to select the actual element that would be scrolled/screenshot.
    Has anyone got any suggestions?

    submitted by /u/SubArcticTundra
    [link] [comments]

    I'm curious, what is your daily routine?

    Posted: 25 Mar 2021 10:03 AM PDT

    I'll get started (my routine hasn't changed cus of Covid)

    - Wake up, get myself some coffee and get behind my pc

    - Put on some clothes, walk my dog, eat something.

    - Programm/Study till 22:00 or beyond with small breaks to walk my dog / make some food & more coffee

    - Watch/Read material about programming in bed on my phone

    - Start thinking about my current routine and wonder what else I could do besides development

    - Repeat everyday, get a small burn out after a month orso which usually takes up to 3-4 days and then I'm good to go again.

    This has been going on for the past 3 years, to be honest I'm at the point where I know it needs to change so I'm kinda curious on what your routine looks like.

    submitted by /u/iamchets
    [link] [comments]

    CSS grid wont center - I tried anything I knew of but the image just wont center itself as the text does, I tried whats shown in the picture, margin: auto. Im new to CSS grid and cant find anything on the internet

    Posted: 25 Mar 2021 03:51 PM PDT

    Cheapest way to build a website with custom domain name?

    Posted: 25 Mar 2021 08:17 AM PDT

    So I'm starting my own landscaping biz and want a simple website (info pages, contact form) to show clients. I bought a domain name through google domains because I want to use their gmail and workspace. I'd like to use Wordpress because it can be scaled up if I want to make the site more informative and interactive.

    I'm stuck understanding what the cheapest, best way to get my website hosted and built so that it will say "mywebsitename".com (like I paid google for) without paying again for things like email and whatever else hosting plans and wordpress plans are selling. I pay $6/mo for the google services; how much more do I need to shell out to get a simple website built with my custom domain as the address? Thanks so much for any help, this is so confusing

    submitted by /u/pattyozz
    [link] [comments]

    How is the animation as you scroll down this page made?

    Posted: 25 Mar 2021 09:45 AM PDT

    Problem with whois on debian.

    Posted: 25 Mar 2021 02:59 PM PDT

    When I do a whois ip on my debian machine it all goes fine except for about half of the hosts listed where I get

    Found a referral to rwhois.psychz.net:4321.

    ultimately followed by a time out.

    The info I'm looking for usually appears before that so there is no reason to follow the referral.

    Is there a switch to tell whois to skip referrals?

    submitted by /u/ferulebezel
    [link] [comments]

    Performing signed upload without exposing api key

    Posted: 25 Mar 2021 02:48 PM PDT

    First time posting and wanted a sanity check (a bit of pre-emptive rubber duck debugging)

    I've got a Laravel application with a few sprinkings of Vue here and there (which I may switch to Livewire/Alpine down the road).

    I want the admin user to be able to upload an image or video to Cloudinary, but don't want the video to hit my the server first.

    I want to upload the image directly to a given directory in Cloudinary, and persist the location, along with a few other form inputs to the db.

    I have been reading up on signed uploads, and just wanted to run a sanity check that I'm planning on doing this correctly.

    As I understand it, to prevent exposing my Cloudinary API key, I need my front end to hit my controller which can then use my .env files to generate a signed URL and return it back to the front end (axios or similar).

    So when the user submits the form, I can prevent default, upload the image directly using the signedURL and return the location from cloudinary, then pass this along with the rest of the form data to the controller, and persist this info to the DB?

    Are there any pitfalls or safety/security implications that I should be aware of with this method?

    submitted by /u/n8udd
    [link] [comments]

    Drop-in CSS transitions

    Posted: 25 Mar 2021 05:51 AM PDT

    What OS do you use for Web development?

    Posted: 25 Mar 2021 10:46 AM PDT

    I'm really interested in that, cause Windows has getting a lot of better in the last year imo!

    View Poll

    submitted by /u/AtroopAT8
    [link] [comments]

    Is there a tool like Codepen or JSFiddle where I can collaborate live with someone?

    Posted: 24 Mar 2021 10:47 PM PDT

    Tried the Collaboration function on JSFiddle - doesn't seem to work.

    Couldn't find anything on Codepen that seems to do this.

    Does anyone know of any alternatives (that doesn't involve downloading an IDE)?

    submitted by /u/MeltingDog
    [link] [comments]

    Stomped on what kind of projects to make for junior position

    Posted: 25 Mar 2021 02:18 PM PDT

    So my first project , I had an aquaintance that worked a job translating/subtitling videos, and he explained problems with the workflow and how messy it can be to get the end product.

    So I made this: https://subtitle-hero.herokuapp.com

    (I'm open to feedback but not really the point of the post)

    My second project was a simple page that connects to the NBA API and returns stats from players and displays them visually using recharts.js

    I haven't figured out a third project. In my head j shouldn't do a clone because the employer could assume I just copied it off google, but I also can't think of an "original" idea like the first project and don't want to make something too underwhelming like the 2nd project

    Any advice ? 😅

    submitted by /u/Hump_Master
    [link] [comments]

    How to create chrome extension to change the url

    Posted: 25 Mar 2021 02:16 PM PDT

    How can I go about creating a chrome extension that will change the URL in the address bar

    submitted by /u/furiouspandafucker69
    [link] [comments]

    Using Bubble.io to write webapp that utilizes HaveIBeenPwnd API, I'm not sure how to replace the parameter dynamically at the end of the url without adding = or ?

    Posted: 25 Mar 2021 02:03 PM PDT

    Could I get some help with my sidebar in Bulma?

    Posted: 25 Mar 2021 02:01 PM PDT

    I don't know css well at all so I'm using Bulma to make a simple portfolio page.

    I'm trying to make a fixed sidebar. I'm simply using a column to do it. The problem is the sidebar does take the full page height. Its only as long as the content on the second column. Also if I make it full height, it doesn't stack on mobile. I'd appreciate any advice.

    Here's a jsfiddle with what I have so far: https://jsfiddle.net/2mjsgLqv/2/

    submitted by /u/averyconfusedperson
    [link] [comments]

    No comments:

    Post a Comment