#100daysofgolang Suchergebnisse

starting the #100daysofGolang. I have been learning Go since months now, But in these 100 days, I will be solving 1 or more problems/day. Let's see how to goes.

1shubham7_'s tweet image. starting the #100daysofGolang. I have been learning Go since months now, But in these 100 days, I will be solving 1 or more problems/day. Let's see how to goes.

Day 20, 21 with go: Still working on this beauty go-htmx-templ stack app DX is super great Got to connect to Supabase and implement the Signup / Login #100daysofcode #100daysofgolang

AlrawasAbed's tweet image. Day 20, 21 with go:

Still working on this beauty go-htmx-templ stack app

DX is super great

Got to connect to Supabase and implement the Signup / Login

#100daysofcode #100daysofgolang

Day 3 of #100DaysOfGolang 🚀 Focused on optimizing my CV & integrating Tailwind CSS into my Go web project today I successfully added Tailwind CSS using its standalone CLI, skipping Node.js and npm. Just download the CLI, place it in your binaries and you're good to go! #Golang

imoleBytes's tweet image. Day 3 of #100DaysOfGolang 🚀
Focused on optimizing my CV & integrating Tailwind CSS into my Go web project today

I successfully added Tailwind CSS using its standalone CLI, skipping Node.js and npm. Just download the CLI, place it in your binaries and you're good to go! 
#Golang

Day 100 of #100DaysOfGolang 🎉 ✅ Mastered CI/CD YAML & automated testing ✅ Set up NGINX as a reverse proxy for a FastAPI app ✅ Built a CI/CD pipeline that deploys to a DigitalOcean server Spent countless hours on CI/CD with GitHub Actions, and it was 100% worth it!

LawsonRedeye's tweet image. Day 100 of #100DaysOfGolang 🎉

✅ Mastered CI/CD YAML & automated testing
✅ Set up NGINX as a reverse proxy for a FastAPI app
✅ Built a CI/CD pipeline that deploys to a DigitalOcean server

Spent countless hours on CI/CD with GitHub Actions, and it was 100% worth it!

Day 99 of #100DaysOfGolang ✅ Found a clear resource on implementing GraphQL in Golang, had to relearn a lot ✅ Built and tested a simple GraphQL app locally ✅ Explored CI/CD with GitHub Actions, creating a basic CI workflow ✅ Learned about AWS EC2 frm @sin4ch Next up: Day 100



Hello World. Day 1 of #100DaysOfGolang 🐹 I went through the Go Tour go.dev/tour/welcome/1 chapters on packages, variables & functions and I’m really starting to like Go’s simplicity 👌. Every Go program starts with package main (makes it executable) and a func main().

iamgoke_'s tweet image. Hello World.
Day 1 of #100DaysOfGolang 🐹

I went through the Go Tour go.dev/tour/welcome/1 chapters on packages, variables & functions and I’m really starting to like Go’s simplicity 👌.

Every Go program starts with package main (makes it executable) and a func main().

I'll be doing a 100 days series of Golang 🐹, also documenting my progress here Dey with me 🫣



Day 81 of #100DaysOfGolang - Populated categories table with names & abbreviations for product categories - Got an issue with adding new products due to a missing struct field in DB schema (GORM errors) - Solution: Use RAW SQL to select and persist fields in the Products table.

LawsonRedeye's tweet image. Day 81 of #100DaysOfGolang
- Populated categories table with names & abbreviations for product categories
- Got an issue with adding new products due to a missing struct field in DB schema (GORM errors)
-  Solution:
Use RAW SQL to select and persist fields in the Products table.

Day 80 of #100DaysOfGolang ✅Added JWT-based user authentication and logout functionality. ✅Built an SKU generator for unique product IDs. ✅Learned JWT signing with byte slice secret keys. ⏭️Next: Finish addProduct and more routes (cart, dashboard). Massive progress today!🤘

LawsonRedeye's tweet image. Day 80 of #100DaysOfGolang
✅Added JWT-based user authentication and logout functionality.
✅Built an SKU generator for unique product IDs.
✅Learned JWT signing with byte slice secret keys.

⏭️Next: Finish addProduct and more routes (cart, dashboard).
Massive progress today!🤘
LawsonRedeye's tweet image. Day 80 of #100DaysOfGolang
✅Added JWT-based user authentication and logout functionality.
✅Built an SKU generator for unique product IDs.
✅Learned JWT signing with byte slice secret keys.

⏭️Next: Finish addProduct and more routes (cart, dashboard).
Massive progress today!🤘


Day 85 of #100DaysOfGolang - Completed docs and MVP for the go-ecommerce project (add products, place orders). Created a separate repo to showcase it. Next Steps: - Restructure for SME businesses, add checkout, and integrate payment gateway. Continue frontend dev with CSS/React

LawsonRedeye's tweet image. Day 85 of #100DaysOfGolang

- Completed docs and MVP for the go-ecommerce project (add products, place orders).
Created a separate repo to showcase it.

Next Steps:
- Restructure for SME businesses, add checkout, and integrate payment gateway.
Continue frontend dev with CSS/React
LawsonRedeye's tweet image. Day 85 of #100DaysOfGolang

- Completed docs and MVP for the go-ecommerce project (add products, place orders).
Created a separate repo to showcase it.

Next Steps:
- Restructure for SME businesses, add checkout, and integrate payment gateway.
Continue frontend dev with CSS/React

Day 84 of #100DaysOfGolang ✅ Built the AddOrder route handler (think "Add to Cart" feature). ✅ Demoed my E-commerce project to a Software Engineer & fixed a bug live! 😅 🐞 Debugged a JWT issue where parsing returned 401—solved it with JWT.ParseWithClaims.



Day 83 of #100DaysOfGolang ✅Refactored AddProduct to update quantity for matching SKU & size. Added DeleteProductByID, UpdateProductByID, and docs. Learned ✅db.Model().Omit().Updates() in Gorm. Next: Build order table for item management. This project boosts my GoLang skills.

LawsonRedeye's tweet image. Day 83 of #100DaysOfGolang

✅Refactored AddProduct to update quantity for matching SKU & size.
Added DeleteProductByID, UpdateProductByID, and docs.
Learned ✅db.Model().Omit().Updates() in Gorm.
Next: Build order table for item management.

This project boosts my GoLang skills.

Day 82 of #100DaysOfGolang ✅ Fixed data persistence issue for new products using GORM db.Exec() for RAW SQL queries ✅ Added route to fetch all data by product category name ✅ Tested endpoints with Postman #Golang #GORM #WebDev #CodingJourney

LawsonRedeye's tweet image. Day 82 of #100DaysOfGolang

✅ Fixed data persistence issue for new products using GORM db.Exec() for RAW SQL queries
✅ Added route to fetch all data by product category name
✅ Tested endpoints with Postman
#Golang #GORM #WebDev #CodingJourney
LawsonRedeye's tweet image. Day 82 of #100DaysOfGolang

✅ Fixed data persistence issue for new products using GORM db.Exec() for RAW SQL queries
✅ Added route to fetch all data by product category name
✅ Tested endpoints with Postman
#Golang #GORM #WebDev #CodingJourney


Day 96 Of #100DaysOfGolang ✅ Working on my frontend skills in using react. ✅ practiced more with working with state and useEffect ✅ extended my knowledge about useState from the official react doc.

Day 94 & 95 of #100DaysOfGolang ✅ Learned more about useState in React.js & how it updates state ✅ Discovered useState re-renders the entire component, not just the variable ✅ Fixed a syntax issue in .map() rendering ✅ Studied useState rules Steady progress—full steam ahead!



Day 88 Of #100DaysOfGolang ✅ Continuing my journey with TailwindCSS. ✅ Learned a bit about downloading svg and using it in HTML. ✅ Learned about using tailwind in an HTML file using the unpkg tailwind CDN. ✅ Practiced a bit with tailwind CSS while reading the docs

Day 87 of #100DaysOfGolang 🚀 Made solid progress today! 🔹 Explored TailwindCSS to enhance my full-stack skills 🔹 Built a simple navigation bar using the Tailwind playground 🔹 Researched Ollama for running LLMs locally requirements 🔹 Deployed a basic Go server in Render



Day 82 of #100DaysOfGolang ✅ Fixed data persistence issue for new products using GORM db.Exec() for RAW SQL queries ✅ Added route to fetch all data by product category name ✅ Tested endpoints with Postman #Golang #GORM #WebDev #CodingJourney

LawsonRedeye's tweet image. Day 82 of #100DaysOfGolang

✅ Fixed data persistence issue for new products using GORM db.Exec() for RAW SQL queries
✅ Added route to fetch all data by product category name
✅ Tested endpoints with Postman
#Golang #GORM #WebDev #CodingJourney
LawsonRedeye's tweet image. Day 82 of #100DaysOfGolang

✅ Fixed data persistence issue for new products using GORM db.Exec() for RAW SQL queries
✅ Added route to fetch all data by product category name
✅ Tested endpoints with Postman
#Golang #GORM #WebDev #CodingJourney

Day 81 of #100DaysOfGolang - Populated categories table with names & abbreviations for product categories - Got an issue with adding new products due to a missing struct field in DB schema (GORM errors) - Solution: Use RAW SQL to select and persist fields in the Products table.

LawsonRedeye's tweet image. Day 81 of #100DaysOfGolang
- Populated categories table with names & abbreviations for product categories
- Got an issue with adding new products due to a missing struct field in DB schema (GORM errors)
-  Solution:
Use RAW SQL to select and persist fields in the Products table.


Day 94 & 95 of #100DaysOfGolang ✅ Learned more about useState in React.js & how it updates state ✅ Discovered useState re-renders the entire component, not just the variable ✅ Fixed a syntax issue in .map() rendering ✅ Studied useState rules Steady progress—full steam ahead!

Day 93 of #100DaysOfGolang ✅ Used props in components & built a simple list-based component. ✅ Learned about keys & their role in React when handling arrays. ✅ Practiced conditional rendering with ternary & Boolean operators Slow day, but progress is progress! #React #Golang



Day 97 of #100DaysOfGolang ✅ Learned the basics of GraphQL compared to RESTful API ✅ Learned about microservices & implemented a simple Microservice using net/http ✅ Created a simple React app which send request to a golang sever & also fetch data with useEffect & useState

Day 96 Of #100DaysOfGolang ✅ Working on my frontend skills in using react. ✅ practiced more with working with state and useEffect ✅ extended my knowledge about useState from the official react doc.



Day 89 of #100DaysOfGolang ✅ Deployed a python application using render. ✅ Learned about Emmet abbreviations and how to use it very well. ✅ Learned about Semantic HTML and how to structure it for accessibility and screen readers. Progress is small but it's still progress.

Day 88 Of #100DaysOfGolang ✅ Continuing my journey with TailwindCSS. ✅ Learned a bit about downloading svg and using it in HTML. ✅ Learned about using tailwind in an HTML file using the unpkg tailwind CDN. ✅ Practiced a bit with tailwind CSS while reading the docs



Day 90 of #100DaysOfGoLang ✅ Learned a lot about Ollama and how to run LLMs locally. ✅ Began creating my own Portfolio and also learned more on illustration photos. ✅ Learned about creating mobile nav bar. ✅ Learn about creating avatar profiles. Wow, 90 Days of consistency⚓

Day 89 of #100DaysOfGolang ✅ Deployed a python application using render. ✅ Learned about Emmet abbreviations and how to use it very well. ✅ Learned about Semantic HTML and how to structure it for accessibility and screen readers. Progress is small but it's still progress.



After days of watching videos and keep coming back at it and tinkering with GoLang I decided to take it seriously Yesterday was my day 1 / 100 I started with quii.gitbook.io/learn-go-with-… My public repo to show my progress github.com/alrawas/go-100… #100DaysOfCode #100DaysOfGoLang

AlrawasAbed's tweet image. After days of watching videos and keep coming back at it and tinkering with GoLang I decided to take it seriously

Yesterday was my day 1 / 100

I started with quii.gitbook.io/learn-go-with-…

My public repo to show my progress 

github.com/alrawas/go-100…

#100DaysOfCode
#100DaysOfGoLang

Day 2: #100DaysOfGolang 🚀 Diving into Go’s HTML/template package today! Love how Go’s standard library covers so much—no endless hunt for extra libraries! Built reusable HTML pieces (headers, footers), passed data around, even looped through content #BackendEngineering #Golang

imoleBytes's tweet image. Day 2: #100DaysOfGolang 🚀

Diving into Go’s HTML/template package today! Love how Go’s standard library covers so much—no endless hunt for extra libraries!

Built reusable HTML pieces (headers, footers), passed data around, even looped through content
#BackendEngineering #Golang

Day 84 of #100DaysOfGolang ✅ Built the AddOrder route handler (think "Add to Cart" feature). ✅ Demoed my E-commerce project to a Software Engineer & fixed a bug live! 😅 🐞 Debugged a JWT issue where parsing returned 401—solved it with JWT.ParseWithClaims.

Day 83 of #100DaysOfGolang ✅Refactored AddProduct to update quantity for matching SKU & size. Added DeleteProductByID, UpdateProductByID, and docs. Learned ✅db.Model().Omit().Updates() in Gorm. Next: Build order table for item management. This project boosts my GoLang skills.

LawsonRedeye's tweet image. Day 83 of #100DaysOfGolang

✅Refactored AddProduct to update quantity for matching SKU & size.
Added DeleteProductByID, UpdateProductByID, and docs.
Learned ✅db.Model().Omit().Updates() in Gorm.
Next: Build order table for item management.

This project boosts my GoLang skills.


Day 87 of #100DaysOfGolang 🚀 Made solid progress today! 🔹 Explored TailwindCSS to enhance my full-stack skills 🔹 Built a simple navigation bar using the Tailwind playground 🔹 Researched Ollama for running LLMs locally requirements 🔹 Deployed a basic Go server in Render

Day 86 Of #100DaysOfGolang ✅ Began watching a tutorial on deepseek and how to run it ✅ Practiced flexbox using the flexbox froggy website. ✅ Began reading Golang Codes from repositories to enhance my code reading skills. ✅ Planned for my next project 😁



Day 03 variables and types in golang #100daysofgolang


Keine Ergebnisse für "#100daysofgolang"
Keine Ergebnisse für "#100daysofgolang"
Keine Ergebnisse für "#100daysofgolang"
Loading...

Something went wrong.


Something went wrong.


United States Trends