Dev Miscellaneous
341 subscribers
884 photos
6 videos
5 files
918 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
Speed up your workflows with GitHub-Actions

GitHub Actions is a tool/service provided by GitHub which helps you to build, test and deploy your applications. GitHub Actions help you automate your software development workflows...

https://ezioguga.medium.com/speed-up-your-workflows-with-github-actions-b3928069443f

@DevMisc
#github #devops #CI
How I accidentally took down GitHub Actions

Last December, I was invited to a private bug bounty program to test a beta version of GitHub Actions, so I decided to just try it out and see what would happen.

https://blog.teddykatz.com/2019/11/12/github-actions-dos.html

@DevMisc
#security #github #bugbounty
Public APIs

A collective list of free APIs for use in software and web development.

https://github.com/public-apis/public-apis

@DevMisc
#api #github #webdev
bootOS, an operating system in 512 bytes of x86 machine code

bootOS is a monolithic operating system that fits in one boot sector. It's able to load, execute, and save programs. Also keeps a filesystem. It can work with any floppy disk size starting at 180K.

https://github.com/nanochess/bootOS

@DevMisc
#os #github #extra
GitHub Copilot Generated Insecure Code in 40% of Circumstances During Experiment

https://www.theinsaneapp.com/2021/09/github-copilot-generated-40-percent-insecure-code.html

@DevMisc
#github #copilot
💫 This repo has X stars

Click Star ⭐️ to see it in action :)

https://github.com/narze/THIS_REPO_HAS_X_STARS

@DevMisc
#github #extra
GitHub's npm Gave Away A Package Name While It Was In Use

GitHub recognized that it hadn't revisited the dispute policy for npm packages since March.

https://www.theinsaneapp.com/2021/08/github-npm-package.html

@DevMisc
#github #nodejs
Flaskbomb

GZip HTTP Bombing in Python for everyone.

https://github.com/khast3x/flaskbomb

@DevMisc
#github #python #web