Best of GitHub — January 2024
- 1
- 2
GitHub Blog·2y
GitHub Certifications are generally available
GitHub Certifications are now available to all customers worldwide. The available certifications include GitHub Foundations, GitHub Actions, GitHub Advanced Security, and GitHub Administration. Study guides and verified credentials are provided for each certification.
- 3
- 4
Theo - t3․gg·2yDon't Contribute to Open Source
Contributing to open source should be driven by real problems you encounter and understand, rather than as a means to get a job. Open source contributions demonstrate your problem-solving skills and involvement in the community, not just the act of contributing itself. Starting with issues and using projects you are familiar with is key. Setting effective goals in programming is important for growth and success.
- 5
- 6
- 7
- 8
- 9
freeCodeCamp·2y
How to Build a GitHub Template Repository for Scaffolding with React, Vite, and TailwindCSS
Learn how to create a GitHub template repository for scaffolding React projects with Vite and TailwindCSS. Discover the benefits of using Vite for local development and how to configure TailwindCSS with Vite.
- 10
- 11
AWS Builders·2y
Difference between Git Fetch and Git Pull
Git Fetch and Git Pull are commonly used commands in Git. Git Fetch alerts the local repository of changes in the remote repository without invoking the changes locally. Git Pull copies the changes made in the remote repository into the local repository. Git Pull is essentially Git Fetch + Git Merge.
- 12
- 13
- 14
- 15
Pointer·2y
mlabonne/llm-course: Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
This post provides a comprehensive course on large language models (LLMs), covering topics such as LLM fundamentals, Python for machine learning, neural networks, natural language processing (NLP), supervised fine-tuning, reinforcement learning from human feedback, evaluation, quantization, new trends, running LLMs, building a vector storage, retrieval augmented generation (RAG), advanced RAG, inference optimization, deploying LLMs, and securing LLMs.
- 16
- 17
- 18
- 19
Pointer·2y
ashishps1/awesome-behavioral-interviews: This repository contains tips and resources to prepare for behavioral interviews.
Tips and resources to prepare for behavioral interviews, including understanding the STAR method, listening attentively, being concise, asking clarifying questions, highlighting strengths, and practicing. The STAR framework is a structured method for answering behavioral interview questions effectively. It stands for Situation, Task, Action, and Result. The post also includes examples of common behavioral interview questions and their STAR-based responses.
- 20
- 21
- 22
- 23