Best of GitNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    5 websites to learn Frontend-web development faster

    In this article, I have curated 5 resourceful sites that will help you better you web development skills really fast. Exercism gives you the same path of study with extra challenges to help you grow faster. Below is a roadmap to master the fundamentals of JavaScript using this site.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Top 12 Advanced Git Commands to Know

    Git commands are rules given to track, store and modify changes to a repository. These commands’ purpose is to do everyone’s jobs easily, fast, in sync and bring clarity. To follow this article well, you should have a basic understanding of Git and have it installed on the system.

  3. 3
    Article
    Avatar of systemweaknessSystem Weakness·3y

    How to hack any social media account?

    Can you hack any social media account? How to hack any account? Let me break the question into parts. We are going to do a very simple attack, known as ‘Phishing’ and some ‘Social engineering’ It is a type of social engineering where an attacker sends a fraudulent message.

  4. 4
    Article
    Avatar of devtoDEV·4y

    Elevate Your Terminal Experience on The Mac 🧘‍♂️

    Oh My Zsh, Oh My Posh, and Fig the Mac operating system comes preinstalled with a default Terminal app. You can install shortcuts, plugins, and helpers to speed up your everyday processes. The terminal with its traditional white text on a black screen is quite bland and uninspiring. It doesn't invite you to stay Oh my Posh recommends installing Nerd Fonts.

  5. 5
    Article
    Avatar of dzDZone·3y

    12 Essential Skills Your ReactJS Developers Should

    This guide will explain the crucial React JS developer abilities to screen for when hiring a ReactJS developer. Read our in-depth recruiting guide to discover the greatest React skills for your team. Join the DZone community and get the full member experience.

  6. 6
    Article
    Avatar of eversqlEverSQL·3y

    How I became a better CTO using these 8 resources

    Google offers 25 lessons, 30+ exercises, real case studies, and lectures from Google experts. The SaaS CTO Security Checklist provides actionable security best practices CTOs can use to harden their security. JavaScript is a bird's eye view of JavaScript, its benefits, patterns, and more.

  7. 7
    Article
    Avatar of communityCommunity Picks·4y

    Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal

    Alacritty is a cross-platform modern terminal emulator with sensible defaults. It is GPU accelerated, super fast, and highly configurable. Starship is fast, highly customizable, and has a great default theme and settings. Exa is a bit faster than LSD for tree views and can show the Git status of files and folders. I prefer exa due to the Git support and faster tree views.

  8. 8
    Article
    Avatar of phProduct Hunt·4y

    GitBook 3.0 - Document everything, from start to ship

    Centralize technical knowledge, connect to your codebase and collaborate through change requests.

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

    My favorite tricks for navigating the Linux terminal faster

    There are several ways to make your interactions with the command line even faster. Navigate without the arrow keys on the keyboard to move through a command to make edits. Use the Backspace key to delete characters in the backward direction and the Delete button to delete them in the forward direction.

  10. 10
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A beautiful looking wallet app made with React Native (TypeScript)

    A beautiful wallet app made using React Native and Expo CLI App Showcase Acknowledgements - Expo - Styled Components - React Native Reanimated. React Native BottomSheet Run Locally Clone the project. Go to the project directory to install dependencies.

  11. 11
    Article
    Avatar of tilThis is Learning·3y

    Resolving Merge Conflicts with Visual Studio Code

    Visual Studio Code recently introduced the three-way merge editor. This was supposed to replace the old inline editor. As soon as the new editor has been set as default, the community asked to get their old UI back.

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

    My favorite Git tools

    Git is a powerful tool that quickly checks out a commit halfway between a known good state and a known bad state. It then asks you to identify the commit as either good or bad, then repeats until you find the exact commit where the code in question was first introduced.

  13. 13
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Deploy Your React App Using Cloudflare Pages, Vercel, and Netlify

    How to Deploy a React App with Cloudflare Pages, Vercel, and Netlify are the best ways to deploy your React application. You can deploy unlimited sites with unlimited bandwidth for free for free. Vercel is optimized for projects that are built with Next.js, including Create React App and Gatsby.

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

    Learn Git: 3 commands to level up your skill

    Git calls this concept "squashing commits" I discovered the concept while working on documentation. It took me over a dozen commits to get a bit of markdown just right. The git rebase command removes a chain of commits away from its first parent.

  15. 15
    Article
    Avatar of pointerPointer·3y

    facebook/sapling: A Scalable, User-Friendly Source Control System.

    Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system. It aims to provide both user-friendly and powerful interfaces for users.

  16. 16
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Git for Data Science Cheatsheet

    Git is an open source distributed version control and collaboration tool for developers. It allows you and other team members to work on the same code base and have changes integrated seamlessly. Git facilitates the tracking of changes to code over time. It provides a mechanism for testing out development ideas in separate development branches.

  17. 17
    Article
    Avatar of dzDZone·3y

    20 Git Basic Commands Every QA Engineer Should Know

    This article lists the most basic commands that a QA person/developer should know in order to master the management of GitHub repositories at a high level. Join the DZone community and get the full member experience.

  18. 18
    Article
    Avatar of hnHacker News·3y

    Git Notes: git's coolest, most unloved­ feature

    A common use of git notes is tacking metadata onto commits. It's impossible to amend a commit message buried deep in a repo’s log1. But git notes are continually rediscovered by engineers trying to stash metadata inside git.

  19. 19
    Article
    Avatar of halodocHalodoc·3y

    Code version best practices with clean commit formats

    The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history. It makes it easier to write automated tools such as semantic-release to add changelog and publish versions on top. Husky supports all Git hooks.

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

    Git concepts in less than 10 minutes

    Over 93% of developers report that Git is their primary version control system. For most users, that’s all they ever plan to do with Git, and they're comfortable with that.

  21. 21
    Article
    Avatar of pointerPointer·4y

    ddworken/hishtory: Your shell history: synced, queryable, and in context

    Hishtory: Better Shell History hishtory is a better shell history. It stores your shell history in context (what directory you ran the command in, whether it succeeded or failed, how long it took, etc.

  22. 22
    Article
    Avatar of gitlabGitLab·4y

    How to automate testing for a React application with GitLab

    GitLab is a popular JavaScript library for building user interfaces. In this tutorial, I'll show you how to create a new React application with GitLab React. Run unit tests as part of the CI process in GitLab, and output the test results and code coverage into the pipeline. Define a test stage for your pipeline by adding the following code to your.gitlab-ci.yml file.