Best of General ProgrammingMay 2021

  1. 1
    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.

  2. 2
    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.

  3. 3
    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.

  4. 4
    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.

  5. 5
    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.

  6. 6
    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.

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

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

  8. 8
    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.

  9. 9
    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.

  10. 10
    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.

  11. 11
    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.

  12. 12
    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.

  13. 13
    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.

  14. 14
    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.

  15. 15
    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.

  16. 16
    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.

  17. 17
    Article
    Avatar of hashnodeHashnode·5y

    Awesome and Beautiful VS Code themes

  18. 18
    Article
    Avatar of medium_jsMedium·5y

    Style Guide for new JavaScript Developers

    If you are a junior developer, your code may not be very efficient and clean. In this post, I will explain the 10 best practices you can do to make your code cleaner. If you use IF as a condition, make sure there is enough spacing between them. Write lots of comments in your code.

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

    TypeScript — JavaScript with no surprises

    TypeScript is an open-source programming language introduced by Microsoft in 2012. Last year, Github marked it among the top 10 most wanted programming languages. 15% of JavaScript bugs can be detected by TypeScript, says Shivam Bhasin. The TypeScript code is compiled to vanilla JS before executing by the TypeScriptCompiler.

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

    JavaScript — Errors and Exception Handling

    When an error occurs, the JavaScript code stops running and shows an error message. Try… catch is a block of code and it will be the solution. The err from catch(err) defines an error object and provides details of how to handle this error. When using the throw statement, we can control the flow and customize our own error.

  21. 21
    Article
    Avatar of medium_jsMedium·5y

    Sharpen your javascript skills with these topics

    Learn more about Error Handling using try-catch block that may help you to become a great programmer. Sharpen your javascript skills with these topics Shahriar Emon May 6·4 min read                            If you are a novice, you will hate errors. If you are an expert, you'll enjoy the errors because error leads you to make your program nearly flawless.

  22. 22
    Article
    Avatar of logrocketLogRocket·5y

    Getting started with Go for frontend developers

    Go is a JavaScript-based language that can be used for backend/full-stack web development. It has a set of unique features meant for highly resilient and scalable applications. Go has become a preferred language for open-source infrastructure software, with some of the largest and most popular projects being written entirely in Go.

  23. 23
    Article
    Avatar of tnwThe Next Web·5y

    GitHub now lets developers upload videos to their repositories

    GitHub just added support for videos in its project repositories. You can upload .mp4 and .mov files to issues, pull requests, and discussion comments. This makes it easier for developers and other contributors to show design concepts or bug reproductions without writing lengthy descriptions.

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

    The Essentials of a React Application Architecture

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

    Top 10 Mistakes to Avoid When Using React

    React has quickly become the most popular front-end framework in the tech world. It’s used by big tech companies such as Facebook, Netflix, Airbnb, and many more. React developers are in high demand, and the demand continues to grow. We’ll explore the top 10 mistakes React developers make — and how to fix them.