• Breaking News

    Monday, January 24, 2022

    I'm proud of this web developers

    I'm proud of this web developers


    I'm proud of this

    Posted: 23 Jan 2022 11:13 AM PST

    This is random but I am very grateful to people that spend their time create libraries, plugins for people to use for free

    Posted: 23 Jan 2022 02:48 AM PST

    The question is, what motivates to do that ?

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

    TIL the United States government has a design system for their websites that is open source

    Posted: 23 Jan 2022 02:16 AM PST

    Git repo: https://github.com/uswds/uswds

    Website: https://designsystem.digital.gov/

    They're using it on https://www.covidtests.gov/ (that's how I came across it).

    The component package uses Gulp as a build tool and is built mainly in HTML, SASS and JS (with the new-to-me Nunjucks templating engine).

    It's kind of neat to get a glimpse inside the US Gov's web dev department, although the library is not breathtaking by any means.

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

    Why won't developers just learn CSS/SCSS instead of immediately jumping to Tailwind?

    Posted: 23 Jan 2022 01:18 PM PST

    As I begun my Dev career, I got the fundamentals down before even touching a library/framework. This means core HTML, CSS and JavaScript.

    Then, I moved onto SCSS, then to React, then Next etc etc.

    I see developers post on this reddit and sometimes the /r/reactjs subreddit with something so overkill, like a sidebar built with React + Tailwind, when you can do it so much easier with BASIC CSS and JavaScript.

    It just seems that devs don't want to sit down and actually learn CSS. It is such an essential language to know through and through when you are a front-end developer. Instead, they want to jump straight into libraries/frameworks.

    Is there something I am missing here?

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

    How I Got Pwned by My Cloud Costs

    Posted: 24 Jan 2022 12:39 AM PST

    I created an app that helps people complete their probation sentence.

    Posted: 24 Jan 2022 03:01 AM PST

    Hey Webdev, I'm an indie developer and I created FinishProbation.com, an app that helps people complete their probation sentence in America. It's been a long ride building this, but the biggest lesson that got me through it was spending the time to create quality standards that could be reused across the app. For example, when I created the first POST endpoint, I would spend longer trying to figure out standards like the error handling or how clearing redis to then be able to reuse those standards across all other POST endpoints. So now when I look at any POST endpoint, I can see the entire picture by looking at 10% of the code. I applied this logic to react components/hooks/helper functions/ react - react native and I find I can navigate and fix issues cross domain very easily. As an engineering manager at several startups, this is how I train my team so every coder can start picking up patterns to use to comprehend the entire codebase.

    Today marks the first day of growth hacking and I can't wait to find what I'll learn.

    Below are my reasons for building, features and the tech stack.

    Reason for building this app
    #1 It's wrong that once people are in the system, they get stuck in the system.
    #2 It's wrong that 1 out of 59 Americans are under some form of community supervision.
    #3 It's wrong that the emotional stress of probation puts you in a constant state of fear.

    Features
    Daily drug test notifications, Progression tracker and the ability to share your progress with friends and family.

    Front End
    Next.js React, React Native,

    Backend
    Node

    Infrastructure (I had consulting work done here)
    AWS, Terraform, CICD with Github Actions, Docker, Auto scalability

    DB
    Postgres
    Redis

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

    Can you think of a reason why Tiktok’s official embed code for video posts does not include a link to the actual video post?

    Posted: 24 Jan 2022 12:05 AM PST

    Since we’re sharing, here’s my best lighthouse score that I’m really proud of. These are the mobile scores. Website in the comments.

    Posted: 23 Jan 2022 03:37 PM PST

    Using the Lighthouse tab in devtools instead of using it from the extension menu be like:

    Posted: 23 Jan 2022 09:13 PM PST

    Should a my online portfolio include a photo of me?

    Posted: 23 Jan 2022 08:53 PM PST

    I have have built some projects and would like to showcase them in an online portfolio. I have seen some portfolios which included pictures of their authors. I however also heard a more or less popular YouTuber saying that having a photo could have negative effect by making potential employers judge you.

    So do you think it's fine for my Online portfolio to include a picture of me?

    Edit: Thank you all for your help. I decided that having a image of me was not that necessary :).

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

    how can i achieve this style of responsivness?

    Posted: 23 Jan 2022 04:53 AM PST

    FAANG is now MAAAN.

    Posted: 23 Jan 2022 09:38 PM PST

    Since Google is now Alphabet and Facebook is now Meta, the new acronym for the top 5 should be MAAAN.

    As in: "Once I figure out how to use Array.forEach() I will go work for the MAAAN! You'll see!"

    I ate a mushroom and this was the best I got. Kinda disappointing. Drugs are bad, mmmkay?

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

    Please tell me I'm not the only one that throttles the work they're doing in order to lower expectations.

    Posted: 23 Jan 2022 02:16 PM PST

    Hi,

    So, I'm a Frontend developer and I'm genuinely wondering something. Whenever I get an assignment I occasionally "work" on it way longer than I actually would be, if I went full force. And still even then I usually get the "Damm you're quick" response.

    So on purpose I don't go too quick, because otherwise I feel like everybody expects me to fix everything superfast... and I don't want that, because then imagine is something truly hard comes along, which does take a lot of time, and they're like "still not done?".

    Am I alone in this? I realistically only work about 3 or 4 hours a day because of this, and basically use the rest to study and build personal projects...

    submitted by /u/rm-rf-npr
    [link] [comments]

    Can VMware spy on websites using spring framework through a hidden backdoor? (Sorry if my question sounds idiotic)

    Posted: 23 Jan 2022 11:39 PM PST

    I am a bit paranoid about the power and leverage of tech companies have, over the entire world. Companies like Facebook, Google, Microsoft, Apple has so much data about us and they have powerful tools and methods to mine them. Since VMWARE is a corporation owned by Dell and infact JDKs are maintained by large corporations as well. Is there any hidden backdoors for them in JDKs or the Spring framework that we cannot see them in plain sight. Nowadays whenever I see some free software I get paranoid. Sorry in advance for my lack of knowledge :)

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

    How to convert frontend slug to backend ID?

    Posted: 23 Jan 2022 11:33 PM PST

    For a DetailView, my frontend takes a url e.g. website.com/my-object

    But in my backend REST API, that backend is stored as a id. api.website.com/objects/123

    My backend object has a unique SlugField that matches the frontend URL.

    Right now, for the frontend to figure out the URL for the backend, I have to:

    1) Do a GET search for the object: api.website.com/objects/?slug=my-object

    2) Retrieve the object from the ListView search results and get the id

    3) Use the id to then actually GET the object: api.website.com/objects/123

    Is there a better solution?

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

    I created a JSON visualizer because there are no good ones out there. Comments, suggestions, feedback?

    Posted: 23 Jan 2022 09:10 PM PST

    A web-app which lets you have your own file hosting service in minutes.

    Posted: 23 Jan 2022 12:28 AM PST

    A web-app which lets you have your own file hosting service in minutes.

    I built a web-app which basically lets you have your own file hosting service. I would love to get some feedback on this :)

    Firefiles is an app which provides you with a drive like interface for your firebase storage buckets. You can download, upload and manage your files and folders easily within the app.

    Firefiles is 100% secure as your files stay with you, your API keys encrypted with a strong algorithm (AES 256) and we store 0% of your data.

    Firefiles is also on Product Hunt right now, would love if y'all give me your feedbacks: https://www.producthunt.com/posts/firefiles

    https://preview.redd.it/m74pqs3aeed81.png?width=1200&format=png&auto=webp&s=9ecf50cbac1e378bf7d9322624758ab8056f55bf

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

    Developer Testing Platforms

    Posted: 24 Jan 2022 02:19 AM PST

    Hello everyone. Please if you know of any testing platforms for developers kindly share. Free or paid will be okay.

    I mean, where you can find questions and answers or quizzes to help someone have a better understanding of any concept or topic.

    Thank you.

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

    Do You Need a React Component Library? And what to look for when choosing one

    Posted: 24 Jan 2022 01:33 AM PST

    Announcing Apilytics API

    Posted: 24 Jan 2022 12:42 AM PST

    Holy crap! I never noticed that the globe animation on the GitHub homepage shows trails that represent actual pull requests.

    Posted: 23 Jan 2022 05:07 AM PST

    https://github.com/home

    You can hover over the lines going across the globe and also click on them to then open up the PR. That's so cool.

    Also, I can't even remember if I've ever been on the actual github homepage.

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

    Charm – tools to make the command line glamorous

    Posted: 23 Jan 2022 06:30 PM PST

    I think I messed up my chances at a job currently

    Posted: 24 Jan 2022 12:18 AM PST

    Well, I thought the M in MERN only stood for MongoDB so I've spent a large amount of time learning mongogb and nosql and I loved it! Then I get on here and see everyone is say mysql or postgres is what will get you a job and I'm just thinking... well crap. I just built a whole social media platform from scratch using mongodb as a portfolio project and I'm so dang proud of it but how am I supposed to get a job as a full stack dev if I'm not even learning the correct stack. I wish I didn't just run with the first thing I heard. It's a shame too. I love noSQL I find structuring data way easier and it's so simple but oh well. Time to spend another month or more learning postgres again

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

    Problem with my squarespace payment options

    Posted: 24 Jan 2022 12:08 AM PST

    Hi everyone. i'm from Indonesia and i sell digital products on my website, my target markets are mostly from the US. I've paid for annual squarespace subscription and i use paypal as my payment processor (stripe is unavailable in Indonesia). I've tried asking my friends for a test purchase in my website, and there seems to be a lot of weird issues like "payment failed, please try again", or "enter a valid billing address", and sometimes a payment can't be processed if the buyer doesn't log in to his/ her paypal account. there's also a lot of cases when the buyer just keep on returning back to the checkout page over and over again.

    is there a way to solve this issue? is it possible to integrate another payment processor here? (i've seen no other payment option in squarespace interface), or do you guys have any advice for me? i also have no coding skills.

    thankyou in advance everyone, apologize if i made mistakes with my english :)

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

    No comments:

    Post a Comment