GitHub actions in action
5 min read
GitHub Actions is a continuous integration and deployment tool offered by GitHub. With GitHub actions, you can automate workflows and tasks directly ...
I’m a Software Engineer mainly working with Python, Node, TypeScript and React. Sharing my learnings and building prodcuts in public.
Follow me on other platforms:
GitHub Actions is a continuous integration and deployment tool offered by GitHub. With GitHub actions, you can automate workflows and tasks directly ...
Regular expressions, also known as regex, are a sequence of characters that define a search pattern. They are mainly used to search for text patterns...
SOLID is an acronym used in object-oriented design to achieve maintainable and reusable classes. The SOLID principle doesn't depend on any particula...