Best of daily.devMay 2021

  1. 1
    Article
    Avatar of daily_updatesdaily.dev Changelog·5y

    daily.dev mobile-friendly web app is here 🔥

    We are launching a mobile-friendly web app of daily.dev (check it out - app.daily.dev)! Our team has worked hard to help our developer community stay updated wherever they want. We're on Product Hunt today so make sure to show us your love: http://www.producthunt.com/posts/daily-dev-2.

  2. 2
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    JavaScript 2021: New Features

    JavaScript 2021: New Features. Tirlochan Arora discusses some of the new features of JavasScript that are very useful and can help us achieve more by writing less code. JavaScript has added three new logical operators to the existing collection. Integers are data types among strings, arrays, etc.

  3. 3
    Article
    Avatar of phProduct Hunt·5y

    daily.dev — All-in-one tech news reader for developers

    Develop.dev is an all-in-one developer news reader that can help you stay updated on your favorite tech news. daily. It's mobile-friendly, fully responsive, and can be installed as a PWA. No signup needed to use the app.

  4. 4
    Article
    Avatar of smashingSmashing Magazine·5y

    Useful VS Code Extensions For Web Developers

    Meet useful Visual Studio Code extensions for web developers. They can help you minimize slow-downs and frustrations, and boost developer’s workflow along the way. In this post, we look into useful extensions for front-end development, from fine productivity boosters to advanced debugging helpers.

  5. 5
    Article
    Avatar of phProduct Hunt·5y

    Slidev — Presentation slides for developers

    Slidev is a web-based slides maker and presenter powered by Vite. It's designed for developers to focus on writing content in Markdown. It also has the power of HTML and Vue components to deliver pixel-perfect layouts and designs with embedded interactive demos.

  6. 6
    Article
    Avatar of tshThe Software House·5y

    How to document your architecture?

    Every application has an architecture. It might be something simple or something complex. Every architecture constantly evolves. It is important to not only be able to pass everything related to it to the team but also to keep that information up to date. In this article, I focus on how we share such information at The Software House.

  7. 7
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Notion API

    Public Beta of the Notion API has been released. The API is a full-blown API, so you can do things you’d expect to be able to do, like cURL for users, the content of pages, and manipulate databases. They have detailed documentation, expected barriers like rate limits, and even a JavaScript SDK.

  8. 8
    Article
    Avatar of discdotDiscover .NET·5y

    Postman I ❤️ you, but I met Thunder Client for Visual Studio Code ❤️❤️❤️

  9. 9
    Article
    Avatar of gcgitconnected·5y

    Create distortion effect in images using ThreeJS + React + GSAP

    ThreeJS + React + GSAP create distortion effect in images using ThreeJS. André Marques walks you through every step of this project. The project is based on an existing project in Codepen where I integrate into a React application. The Landing component will receive the parent element that will hold the canvas element generated by ThreeJS and an array of images.

  10. 10
    Article
    Avatar of medium_jsMedium·5y

    Flutter vs React Native: Which is the Best Choice for 2021?

    Cross-platform applications are faster to develop as it uses the same codebase for creating applications that can seamlessly run on multiple platforms. Different cross-platform app development frameworks offer a different set of features and benefits. Both of these frameworks are made and backed by the biggest tech giants of the industry Google and Facebook respectively.

  11. 11
    Article
    Avatar of changelogChangelog·5y

    Slidev – presentation slides for developers

    $ npm init slidev. or try it now with the following command: $ slidev -e 'slide' -d 'salt' -s 'slime' -f 'slim' - 'muted' -m 'slam' -v 'slim' -b 'sounds' -p 'slip' -a 'slick' -i 'mim' 'slimate' 'sims' 'mime' 'silence' 'smile' 'tweet' 'send' 'lose' 'fetch' 'unload'

  12. 12
    Article
    Avatar of hashnodeHashnode·5y

    Developer vs. Programmer

    A programmer’s job includes writing code, testing, and fixing bugs. To become a good programmer, you should have read Become a Better Programmer by Ayushi Rawat. And also remember to read 5 Mistakes you should not make when starting your career as a software developer.

  13. 13
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Full Stack Ethereum Development – a Complete Guide

    Nader Dabit is the founder and CEO of Dabit, a company that develops software for the Bitcoin protocol. Dabit has written a guide on how to build a full-stack version of the protocol. The guide is called The Complete Guide to Full Stack Ethereum Development.

  14. 14
    Article
    Avatar of hashnodeHashnode·5y

    Why Developers Love To Code At Night?

    Many programmers experience an upswing in creativity at night. The sleep cycle of many programmers is delayed because they look at bright screens all day. Lack of sleep leads to stress and anxiety and ultimately, burnout. Getting enough quality sleep is key to maintaining good health and brain functions.

  15. 15
    Article
    Avatar of hashnodeHashnode·5y

    8 Unique and Secret tricks Front-end Developers don't know

    This post comes with some of the unique and secrets developer don't know. Some tricks will help you in your career and will make you productive, take you to next level in development. You can add legal docs, citations, terms and conditions or other prints in the bottom of your page with <small> tag.

  16. 16
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Open Source Needs You

    Nearly every JavaScript tool you use is open sourced. Being a part of this momentous community may be the most rewarding and transformative experience you get to go through as an engineer. Getting yourself familiar with the open source scene will take some effort and time. There are many ways to refactor to get started.

  17. 17
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Build Super Mario Bros, Zelda, and Space Invaders with Kaboom.js

    How to Build Super Mario Bros, Zelda, and Space Invaders with Kaboom.js. Ania Kubow: Kaboom is a great way to build your own video games. How to build a Mario Bros or Zelda game using Kaboom? Ania: Use Kaboom to build Mario Bros and Zelda games.

  18. 18
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    The Best No-Code Tools for Developers in 2021

    Edidiong Asikpo is an award-winning developer and author. He is the author of the book No-Code: The Best No- code Tools for Developers in 2021. He also co-authored the book The No-code Manifesto, which was published in 2011.

  19. 19
    Article
    Avatar of phProduct Hunt·5y

    DaisyUI — Free UI components plugin for Tailwind CSS

    DaisyUI is a plugin for Tailwind CSS - Beautiful CSS component - Clean HTML with component classes. Customizable and themeable - Only 2KB. No JS, No dependencies - Free! Embed it in your site and use it to share your content with the world.

  20. 20
    Article
    Avatar of hashnodeHashnode·5y

    7 Useful JavaScript Tricks and Tips

    JavaScript is a loosely typed language, meaning we don't have to explicitly specify types of variables. JavaScript also freely type-converts values into a type depending on the context of their use. In this article, I gathered some JavaScript tips and tricks that I believe can make you a better JavaScript developer.

  21. 21
    Article
    Avatar of btrprogBetter Programming·5y

    5 CSS Practices To Avoid as a Web Developer

    Some people think that CSS is difficult to learn. I feel sad about this since I don’t think so. After some thought about what can be done, I’ve come up with five developer habits that I don't like and will show you how to avoid them.

  22. 22
    Article
    Avatar of geekcultureGeek Culture·5y

    How I Clean My Code

    Nanda Ryaas writes code to make it easier to read over time. He creates meaningful names across variables, methods, and classes. He adds comments if necessary to make the code easier to understand. He uses standard Coding to make code more clear and easy to read.

  23. 23
    Article
    Avatar of phProduct Hunt·5y

    Bootstrap 5 — Stable release of worlds most popular framework - vanilla JS

    After months of waiting v5 STABLE is finally out. Watch full tutorial here. This update includes: - RTL support - jQuery removed - Vanilla JavaScript - Improved modularity - New API - New responsive font - Offcanvas component - Embed Collect - New CSS.

  24. 24
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Learn JavaScript - A Free 7-hour Interactive Tutorial

    Learn JavaScript - A Free 7-hour Interactive Tutorial by Per Harald Borgen. LearnJavaScript.com - A free 7-week Interactive Tutorial. Learn JavaScript - a Free 7 hour Interactive tutorial by per Haraldborgen. Visit the site to learn more about how to use JavaScript.

  25. 25
    Article
    Avatar of hashnodeHashnode·5y

    Awesome and Beautiful VS Code themes