• Breaking News

    Saturday, July 25, 2020

    After 128 days and 35k LOC, I’ve built a Photoshop like Free Popup & Banner Builder, with built-in Timeline Animation Editor (Details in Comment) web developers

    After 128 days and 35k LOC, I’ve built a Photoshop like Free Popup & Banner Builder, with built-in Timeline Animation Editor (Details in Comment) web developers


    After 128 days and 35k LOC, I’ve built a Photoshop like Free Popup & Banner Builder, with built-in Timeline Animation Editor (Details in Comment)

    Posted: 25 Jul 2020 05:30 AM PDT

    [Showoff Saturday] I created a CLI tool to draw an image on your GitHub contribution graph

    Posted: 25 Jul 2020 02:19 AM PDT

    I made a web app that creates a playlist based on your mood

    Posted: 25 Jul 2020 10:34 AM PDT

    Portfolio - Automatically generates a responsive, static-site with the user’s Github projects.

    Posted: 25 Jul 2020 06:43 AM PDT

    20 Developer Portfolios for Inspiration

    Posted: 25 Jul 2020 11:38 AM PDT

    My new microstartup after three years of indie hacking - Simple website performance monitoring tool

    Posted: 25 Jul 2020 03:09 AM PDT

    [Showoff Saturday] My retro Github README

    Posted: 25 Jul 2020 04:43 AM PDT

    StackOverflow CLONE (MySQL + Express + React + Node)

    Posted: 25 Jul 2020 07:50 AM PDT

    This week I built complete Frogger game with particle effects with vanilla JavaScript to practice front-end coding techniques

    Posted: 25 Jul 2020 07:52 AM PDT

    10 Standout GitHub Profile READMEs

    Posted: 25 Jul 2020 09:39 AM PDT

    "Album Mode" Switch. (CodePen within)

    Posted: 25 Jul 2020 08:47 AM PDT

    How is everyone collaborating with your peers during the pandemic?

    Posted: 25 Jul 2020 02:41 PM PDT

    I'm a independent developer / designer and I'm doing some research on how people are collaborating today at work. I've been working solo on a new set of collaborating tools and I'm interested in learning more about what people like about the tools they use now (JIRA, Trello, Monday, Asana, etc) and what's still hard about collaborating. In particular I want to help developers work better together.

    If you've got 5 minutes, I put together a super quick survey

    https://forms.gle/W7PJsfwvfKUzUTNu6

    Most of the companies I've worked for use JIRA. It's one of those tools that works well enough but has to be managed very carefully or it grows out of control. A bank I worked for had hundreds of statuses that showed up in every project (Leaving people to wonder what the different between DONE, COMPLETE, ACCEPTED, FINISHED, etc were) and forced through useless time tracking at the card level.

    My current company does a better job administrating, but making decisions based off what's in JIRA is still difficult. You can't really see when things are taking an unusual amount of time, and cross-team collaboration is a huge manual effort and people mostly don't bother.

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

    [Showoff Saturday] I scraped the Library of Congress archives and stored The Federalist Papers in a database, then made a REST API to expose it and a client for easy reading

    Posted: 25 Jul 2020 08:23 AM PDT

    Is server-side rendering through a CDN possible? Otherwise how do you serve requests quickly globally?

    Posted: 25 Jul 2020 02:02 PM PDT

    There is a hole in my knowledge that I'm not quite sure about.

    Am I correct in saying that static assets (e.g. media or client side rendered SPAs) are typically served through cdns, and dynamic content (e.g. server-side rendered) are served from the origin server.

    Server-side rendering is unavoidable if you need to fetch from a database or for SEO reasons. If you are using server-side rendering, are the requests served from a single location? (With the static assets being fetched from CDNs)

    You can load balance etc. but ultimately the requests are still coming from the same location.

    Is the choice of location for origin servers then important?

    Is it fast enough to serve the page from the origin servers and fetch any static assets from a CDN?

    How do large companies handle this?

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

    Named arguments are added in PHP 8

    Posted: 24 Jul 2020 11:25 PM PDT

    [Showoff Saturday] Built a website that sends you daily pieces of advice straight to your phone

    Posted: 25 Jul 2020 09:30 AM PDT

    Making the case for npm + modern js framework to my org

    Posted: 25 Jul 2020 01:01 PM PDT

    I recently picked up a new job where my org wants me to steer them in the right direction toward newer technologies, and there's a particular area where I think I really need to make a case to my employer. I want to break their fear of moving to modern js (npm/yarn/etc. + a framework), and there are plenty of reasons why it's a good use case for us, but there is one particular thing that I'd like to check with you guys to see if it's a valid point:

    Do package managers these days replace a lot of the need for paid third party UI libraries? I realize that there are probably some project specific reasons that one of these paid libraries might be necessary, but for general web dev / CRUD apps, is there going to be much value added with going for a paid library over being smart about picking good npm/yarn packages? I develop with npm a lot myself and can always find a package for the stuff that I don't want to code myself, but I'm a little less experienced with libraries like Telerik Kendo (what my employer is leaning towards). Glancing through it, there might be a couple UI controls that look impressive, but for the majority of the common stuff like dropdowns, tables, transitions, etc., it doesn't look any better than the free options that Material UI or React Bootstrap offer. Would I be close to the truth if I made the point that opening ourselves up to the modern js ecosystem would get us a lot of the things we want for free?

    Context: We are a .Net heavy shop, and these people for some reason think that using modern js in our front-end is "going outside of .net" 🙄. But are fully willing to bring in Telerik Kendo as a paid library.

    TL;DR: Does npm/yarn/other package managers replace a lot of the need for paid libraries like Telerik Kendo?

    EDIT: grammar

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

    Most versatile, powerful, and fastest way to resize an image. Fast, non-blocking (does not freeze windows), and async/await/promise compatible.

    Posted: 25 Jul 2020 09:11 AM PDT

    I made a discord web panel that doesn't need Node to run

    Posted: 25 Jul 2020 03:01 PM PDT

    Guess CSS! HTML & CSS puzzler game

    Posted: 25 Jul 2020 01:25 AM PDT

    Safety-Critical Software: 15 things every developer should know

    Posted: 25 Jul 2020 02:01 PM PDT

    [Desktop] Sneak Preview: Creating a Web based Calendar from Scratch

    Posted: 25 Jul 2020 01:23 PM PDT

    I Made my next tutorial that teaches you How to Build a Chrome Extension using Javascript :)

    Posted: 25 Jul 2020 08:22 AM PDT

    I Made my next tutorial that teaches you How to Build a Chrome Extension using Javascript :)

    Tutorial Link --> https://thecodingpie.com/post/how-to-create-a-chrome-extension-thecodingpie/

    Have you ever build a Chrome Extension yourself using Javascript? If not, why don't gave it a try? Trust me it's really simple. In this tutorial, you will learn how to build an English to Minion Language Translator Google Chrome extension :)

    English to Minion Language Translator

    I tried my best to make this tutorial beginner-friendly. So fear not! If you got stuck, I am always here to help you :) As always, any feedback is accepted...

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

    [Showoff Saturday] Used web technologies on the top 100k sites + stats & audits

    Posted: 25 Jul 2020 04:47 AM PDT

    No comments:

    Post a Comment