Tag: software
-
Maximizing Efficiency in Software Engineering
There are nearly unlimited ways to build something, and the best way is the one that takes the least amount of resources with the highest return.
-
Enhancing Calls to Action using WordPress Button Block with Default “nofollow” Attributes
This simple code tweak ensures that every button you create automatically includes the `nofollow` attribute, saving you time and improving your site management.
-
Apple’s Passwords App Won’t Replace 1Password Anytime Soon
—
Apple’s Passwords app has sparked debates about the future of password management apps. Some say this means the end for 1Password, but here’s why these apps are here to stay.
-
Delete local Git branches with Automation
Use these automation techniques and scripts to keep your local Git repository tidy.
-
Book Readings for Growth
[2024 Q1]—
This quarter I am doubling down on developing new habits, and finishing the book by Obama (it’s a looooooong book). This quarter I am focused on developer operations as my topic. This quarter are I diving deeper into React, and taking the following course. Goals Before the end of 2024, I will be a more…
-
A Year of Challenges and Triumphs: Reflecting on 2023
—
Throughout life, I have learned the importance of resilience and adaptability in both personal and professional life. The year 2023 for me was a testament to these qualities.
-
Book Readings for Growth
[2023 Q4]—
This quarter I am revisiting a book I have read before, Deep Work, in order to regain and reemphasize insight into my personal working strategies that I have developed over the years. In addition, I am reading two new books Tiny Habits and A Promised Land. This quarter I am very focused on leadership as…
-
Translating Leadership Skills into the Software Engineering Workspace
Good leadership is vital in all sectors, including software engineering. This article uncovers ways to translate effective leadership skills into a software engineering workspace, inspiring teams to innovate and excel.
-
Transitioning from Lead Software Engineer to Engineering Management
Transitioning from a lead software engineer to an engineering manager signifies a crucial shift, moving from hands-on coding to leading teams and strategic decision-making. It’s a journey requiring strong communication, leadership skills, and emotional intelligence, combined with maintaining technical expertise. Despite the challenges, this transition offers an opportunity to magnify your impact, inspire a team,…
-
PHP Arrow Functions: A Comparative Analysis with JavaScript Arrow Functions
This article takes a look at PHP arrow functions, how they compare to JavaScript arrow functions, and some ideal use cases for them.