Custom Domains on GitHub Pages Gain Support for HTTPS
Users have been noticing this new feature over the past few weeks, but now it’s official and powered by Let’s Encrypt behind the scenes. - http://bit.ly/2K6AAMN
#github #https
Users have been noticing this new feature over the past few weeks, but now it’s official and powered by Let’s Encrypt behind the scenes. - http://bit.ly/2K6AAMN
#github #https
The GitHub Blog
Custom domains on GitHub Pages gain support for HTTPS
Encryption for all GitHub Pages sites
GitHub Announces Unlimited Free Private Repos
A late Christmas present comes from GitHub in the shape of their free offering now including unlimited private repositories (something that previously cost $7/mo) with a limit of three collaborators per repo. - http://amp.gs/Vdy1
#github #private #repo
A late Christmas present comes from GitHub in the shape of their free offering now including unlimited private repositories (something that previously cost $7/mo) with a limit of three collaborators per repo. - http://amp.gs/Vdy1
#github #private #repo
The GitHub Blog
New year, new GitHub: Announcing unlimited free private repos and unified Enterprise offering
Today we’re announcing two major updates to make GitHub more accessible to developers.
Using GitHub Actions for Continuous Integration with Node
There are going to be quite a few articles like this in the coming months, as GitHub Actions (while still in beta) is now immediately open to anyone who applies. - http://amp.gs/AKei
#nodejs #github #ci
There are going to be quite a few articles like this in the coming months, as GitHub Actions (while still in beta) is now immediately open to anyone who applies. - http://amp.gs/AKei
#nodejs #github #ci
www.thedreaming.org
Using GitHub Actions for Continuous Integration!
Random musings from Jason Walton, software developer and sometimes photograper.
How to Send Good Pull Requests on GitHub
A checklist to follow when creating a PR for your favorite project. - http://amp.gs/sWLd
#github
A checklist to follow when creating a PR for your favorite project. - http://amp.gs/sWLd
#github
How To Create a GitHub Profile README
Did you know you can now create a document that’s shown on your main GitHub profile page? It’s not JavaScript specific but I imagine a lot of you would find this neat to do! - http://amp.gs/FAx7
#github #profile
Did you know you can now create a document that’s shown on your main GitHub profile page? It’s not JavaScript specific but I imagine a lot of you would find this neat to do! - http://amp.gs/FAx7
#github #profile
Aboutmonica
How To Create A GitHub Profile README
This article walks through how to access GitHub's new profile level README feature
Securing Your GitHub Project
15 tips for improving the security of any projects you have hosted on GitHub from using two factor auth to security scanning and using trusted GitHub Actions. - http://amp.gs/5iCM
#github
15 tips for improving the security of any projects you have hosted on GitHub from using two factor auth to security scanning and using trusted GitHub Actions. - http://amp.gs/5iCM
#github
Marcin Hoppe
Securing Your GitHub Project
Recently I have been thinking and talking to other people about open source security. The more conversations I had, the more convinced I became that this is a very complex topic. It is full of nuance and conflicting opinions. It is also an area that is in…
GitHub Copilot: An AI 'Pair Programmer'
A project that GitHub has been working on in the background for some time with OpenAI. It’s a VS Code extension that uses machine learning to suggest useful code snippets as you type and it works with lots of different languages. Everyone I’ve seen has a lot of mixed feelings about this, but it’s undoubtedly an interesting development. Maybe I need to create a newsletter version of this tool.. - http://amp.gs/jjJdQ
#github #copilot
A project that GitHub has been working on in the background for some time with OpenAI. It’s a VS Code extension that uses machine learning to suggest useful code snippets as you type and it works with lots of different languages. Everyone I’ve seen has a lot of mixed feelings about this, but it’s undoubtedly an interesting development. Maybe I need to create a newsletter version of this tool.. - http://amp.gs/jjJdQ
#github #copilot
GitHub
GitHub Copilot · Your AI pair programmer
GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you.
Using GitHub Actions to Automate a React Native Workflow - https://elazizi.com/posts/5-github-actions-to-automate-your-react-native-workflow/
#reactnative #github #actions
#reactnative #github #actions
Elazizi
5+ Github Actions to Automate Your React Native Workflow
In this article, I will share with you 7+ Github Actions to Automate Your React Native Workflow.
How I Made My GitHub Profile README Dynamic
There’s no Node here, alas, but I thought it was a good demo of how it’s not too tricky to give your GitHub profile some extra flair by pulling in your blog posts or other stats of choice. - https://tduyng.dev/blog/dynamic-github-profile-readme/
#github
There’s no Node here, alas, but I thought it was a good demo of how it’s not too tricky to give your GitHub profile some extra flair by pulling in your blog posts or other stats of choice. - https://tduyng.dev/blog/dynamic-github-profile-readme/
#github
Duy NG
How I made my GitHub profile README dynamic
Explore the process of making your GitHub profile README dynamic with automated updates of your latest blog posts using GitHub Actions and Python scripting