Best of GoogleDecember 2022

  1. 1
    Article
    Avatar of pointerPointer·3y

    google/comprehensive-rust: This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.

    The course is built using mdBook and its Svgbob plugin. Run $mdbook serve to start a web server with the course. You can use to create a static version of the course in the directory. For questions or comments, please contact Martin Geisler or start a discussion on GitHub.

  2. 2
    Article
    Avatar of itnextITNEXT·3y

    If I Could Only Teach One Thing To A Beginner Developer

    A few weeks ago, I wrote a blog post about how to abstract your code to make it easier to reuse. The top 1 principle is the “Single Responsibility Principle’, or SRP for short. SRP means you should keep your function, class or module as simple and coherent as possible.

  3. 3
    Article
    Avatar of mlnewsMachine Learning News·3y

    Top ChatGPT Alternatives That You Can Use in 2023

    ChatGPT has been made available for testing by the public by the corporation. It can resolve complicated coding-related problems in a matter of seconds. ChatGPT can also assist in quickly creating programs for websites and applications. The best options for 2023 will be examined in this post.

  4. 4
    Article
    Avatar of hackernoonHacker Noon·3y

    How to Build a Smooth Authentication Flow System with Firebase

    An authentication service protects your website from unverified users having access to the website's features or contents. It ensures users' identity is genuine by verifying their credentials, which are usually the username/email and password. We've all experienced this on platforms such as Facebook, Instagram or Twitter when we are trying to sign into our accounts.

  5. 5
    Article
    Avatar of asayerasayer·3y

    Implementing reCAPTCHA in React

    Implementing reCAPTCHA in React.js is a generated test that allows the application to determine if a human or a computer bot performed specific actions. It uses sophisticated risk analysis methods to distinguish between humans and computer-generated bots. This tutorial will help you implement Google re CAPTCHA v2 in your React.

  6. 6
    Article
    Avatar of pointerPointer·3y

    mxrch/GHunt: 🕵️‍♂️ Offensive Google framework.

    GHunt (v2) is an offensive Google framework, designed to evolve efficiently. It's currently focused on OSINT, but any use related with Google is possible. Use it only in personal, criminal investigations, pentesting, or open-source projects.

  7. 7
    Article
    Avatar of logrocketLogRocket·3y

    Next.js vs. Nuxt.js: Ultimate guide

    Next.js and Nuxt.js are modern JavaScript frameworks used to build modern web applications. Both are static site generators that embrace Jamstack architecture and are used on top of React and Vue, respectively. Next.js offers client-side and server-side rendering features and is used to develop fullstack React applications.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    wong2/chat-gpt-google-extension: A browser extension to display ChatGPT response alongside Google Search results

    browser extension to display ChatGPT response alongside Google Search results. This project is inspired by ZohaibAhmed/ChatGPT-Google. The extension supports Chrome/Edge/Firefox Installation Install to Chrome.com/Webstore/detail/chatgpt-for-google/jgaeacdkonaoafenlfkkkmbaopkbilf.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Tools for SVG - SVG: Scalable Vector Graphics

    Inkscape offers state-of-the-art vector drawing, and it's open source. Apache Batik is a set of open source tools under the roof of the Apache Software Foundation. ImageMagick is one of the most famous command-line image processing tools. Snap.svg is designed for modern browsers and therefore supports the newest.

  10. 10
    Article
    Avatar of devtoDEV·3y

    I am a Google Developer Expert! 🚀

    The first thing you need to do in order to become a GDE is to create meaningful content. Writing a technology article once a week systematically takes time and requires you to be able to share knowledge that community may found useful.

  11. 11
    Article
    Avatar of changelogChangelog·3y

    charlax/engineering-management: A collection of inspiring resources related to engineering management and tech leadership

    Management is full of fluffy books that could be summarized in one 100-word article. Turn the Ship Around!: A True Story of Turning Followers into Leaders made me truly understand what empowering local decision means. There are numerous cheesy management books and this is not one of them.

  12. 12
    Article
    Avatar of infoqInfoQ·3y

    Google Releases Open-Source Vulnerability Scanning Tool

    Google releases OSV-Scanner, an open-source front-end interface to the Open Source Vulnerability (OSV) database. Vulnerabilities are reported either in tabular format or, optionally, in the JSON-based OSV format. The format is designed to enforce version specification that aligns with the naming and schemes.

  13. 13
    Article
    Avatar of auth0Auth0·3y

    Auth0 SDK for NextJS v2.0 released!

    Auth0 SDK for NextJS v2.0 released! The Auth0 team released a new major version of the Auth0 NextJS SDK. This article will cover some of the most significant changes, but for a complete set, plus indications on how to migrate your current project to the new SDK.

  14. 14
    Article
    Avatar of theregisterThe Register·3y

    report: Google reshuffles to meet ChatGPT threat

    Google reshuffles to meet ChatGPT threat and Sundar Pichai's not having a happy holiday Plus ArtStation cracks down on rebellious creators and lame-duck AI laws in the US on the cards. At issue is whether Google's core product, search, will be displaced by AI systems.

  15. 15
    Article
    Avatar of ossOpen Source Way·3y

    My favorite open source alternatives this year

    Opensource.com authors provided us with several open source alternatives to popular proprietary applications. Mastodon, a decentralized open source platform, stepped into the spotlight of the mainstream. For veteran Mastodon users, learn how to get the green checkmark with Seth Kenlon's guide.

  16. 16
    Article
    Avatar of dzDZone·3y

    Flutter vs React Native vs Xamarin

    Most smartphone users use three different mobile platforms - iOS, Android, and Windows. Flutter is an open-source, cross-platform mobile app development framework created and maintained by Google in 2017. As per the report, smartphone users across the globe will rise to 3.8 billion by 2021.

  17. 17
    Article
    Avatar of systemweaknessSystem Weakness·3y

    Google mail Hacking — Ghunt V2 (Gmail OSINT)

    Google mail Hacking - Ghunt V2 (Gmail OSINT) Ghunt is an offensive Google framework, designed to evolve efficiently. It’s currently focused on OSINT, but any use related with Google is possible. You can check out their official GitHub page for more info on developments and developers involved.

  18. 18
    Article
    Avatar of lnLaravel News·3y

    How we automatically share new content on social media

    How we automatically share new content on Laravel News is a basic flowchart of what happens when a new post is published. Laravel Notification Channels are fantastic, and the community has created many different providers for use. For Telegram, we have an older, but still accurate write-up on auto publishing to Telegram.

  19. 19
    Article
    Avatar of tcTechCrunch·3y

    Google introduces “Continuous Scrolling” on desktop for Search

    Google introduces "Continuous Scrolling" on desktop for Search. Users can see up to six pages of search results by scrolling down before they see the “More” button to look for further results. The change comes at a time when many users complain that Google search results are degrading in quality.

  20. 20
    Article
    Avatar of btrprogBetter Programming·3y

    DuckDB — What’s the Hype About?

    DuckDB - What’s the Hype About? DuckDB — What's the hype around DuckDB really about? Let's scratch the surface a little bit. DuckDB Github stars over time. DuckDB is insanely fast and with Apache Arrow, the duo is capable of delivering astonishing results.

  21. 21
    Article
    Avatar of ds_centralData Science Central·3y

    Could AI replace Google?

    ChatGPT is a conversational chatbot based on GPT3 which could also function as a search engine. ChatGPT has gained a lot of traction and is launched as a free preview for anyone. It could spark innovation in an area that has not seen much innovation recently.