AI is reshaping tech, and it's going to be a new world of tech in 2026. For that reason, I am also reshaping myself, my knowledge, and my experience in Software Engineering by embarking on another 365 Days of Code, and I will be sharing my progress.
#AI#SoftwareEngineering
Today (day 13), I am currently working on a Golang project. I also read about AWS AI/ML services and infrastructures like:
SageMaker AI, Amazon Comprehend, Amazon Translate, Amazon Textract, Amazon Lex, Amazon Q Developer, etc.
#AI#100Devs#SoftwareEngineering#365DaysOfCode
Day 12, I studied and read more about Golang functions error return value. An example would be like this:
num1int , err := strconv.Atoi(num1string)
if err != nil {
fmt.Println("Yoo Whatsup! send in string type")
}
#AI#100Devs#SoftwareEngineering#365DaysOfCode
Today I studied:
• The "strconv" package in GoLang.
• Deep Learning - Neural Networks, Computer Vision, Natural Language Processing.
• Generative AI Foundational Models (FMs) lifecycle.
• I worked on a GoLang project.
#AI#100Devs#SoftwareEngineering#365DaysOfCode
Today, I studied:
• os.Args package in GoLang
• Labelled and unlabelled data in ML
• Structured and unstructured data
• Supervised, unsupervised and reinforcement learning
• Batch and real-time inferencing
#AI#100Devs#SoftwareEngineering#365DaysOfCode
Today I mastered the <time> tag, which can be used for both date and time. I also learned about the <address> tag and its role in scaling SEO.
#AI#100Devs#SoftwareEngineering#365DaysOfCode
• I watched a very insightful podcast on The Bell Ringer substack titled - Making math failure obsolete, hosted by Holly Korbey.
• Golang data types gave me a knock into understanding more about bits and bytes.
#AI#100Devs#SoftwareEngineering#365DaysOfCode
Today I mastered:
- The "top" command in Linux
+ Read more about HTTP status codes and methods
+ Learned more about nvim and webi
+ Read more about package managers
+ Got my priorities right
#AI#100Devs#SoftwareEngineering#365DaysOfCode
Today I focused on mastering:
- man command and some important flags
- exit codes generation/positional arguments
- standard output/standard input
- standard error/piping
#AI#100devs#SoftwareEngineering#WorkflowAutomation
- root/sudo command
(powerful enough to wipe your system clean if need be 🙂)
- Executing .sh files
- changing file permissions (ugo/rwx)
- find/grep command
- touch, -r/-R, cp/mv commands
+ Learned <Description list tag in HTML>
#AI#SoftwareEngineering#WorkflowAutomation