排序
The Lazy Engineer’s Guide to Automating Timesheets: Part 1
The Lazy Engineer’s Guide to Automating Timesheets: Part 1,Ah, timesheets. The Lex Luthor of every software engineer’s existence. If you’re like me, you’d rather debug a race c...
Automatically Publish a Repo as a PyPI Library with GitHub Actions
Automatically Publish a Repo as a PyPI Library with GitHub Actions, Introduction Last year I had the opportunity to turn my company's API into a JavaScript SDK by relying on the pr...
AdminProber v1.1: The Ultimate Admin Panel Finder Tool for Penetration Testers and Ethical Hackers
AdminProber v1.1: The Ultimate Admin Panel Finder Tool for Penetration Testers and Ethical Hackers,Author: Trix Cyrus Waymap Pentesting tool: Click Here TrixSec Github: Click Here ...
Git remote branches
Git remote branches,This week we had to add a feature to another person's repository. To be specific, we were required to add a default configuration TOML file inside of user's $HO...
Top 25 Code Repository interview questions
Top 25 Code Repository interview questions, 1. What is the main purpose of a version control system (VCS)? A VCS tracks and manages changes in code, allowing for collaborative work...
How to measure Covid-19 impact on Jitsi project with Python and ElasticSearch
How to measure Covid-19 impact on Jitsi project with Python and ElasticSearch,The situation with Covid-19 limits the possibility of face-to-face communication. Remote work is now a...
Code Review Git Workflow
Code Review Git Workflow, I recently became the git guru at my job because there has been a huge push to automate anything and everything. The au...
TIL Remote in Git and TOMLLIB in Python
TIL Remote in Git and TOMLLIB in Python,Today I learned how to use remote branches in git. I practiced this git feature by having a peer work on my txt-to-HTML-converter. They adde...
Setting up a Django dev environment
Setting up a Django dev environment, Django for Beginners (5 Part Series) 1 Setting up a Django dev environment 2 Building my first Django project 3 Building my first Django projec...
Automating Python package releases by extending git
Automating Python package releases by extending git,Like many automation workflows, you end up connecting different operations together that chain together. In this post I'll descr...
Creating GitHub Action to Deploy Projects into a Private Maven Repository
Creating GitHub Action to Deploy Projects into a Private Maven Repository,I have been heavily using other CI/CD platforms like GitLab, BitBucket, Jenkins, and Azure DevOps but I ca...
Git Bash Commands GIT-Bash Commonly Used Commands.
Git Bash Commands GIT-Bash Commonly Used Commands., Git (2 Part Series) 1 GIT-Bash Commonly Used Commands. 2 Git : Commands to Set Git Repo Local & online. Git-bash :- Git Bash...