#100daysofgolang résultats de recherche
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
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
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!🤘
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
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 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.
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 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
I played around with a switch statement that checks what OS Go is running on. Then I solved the Newton’s Method challenge (approximating square roots). Math + logic + Go loops = 🔥 Day 2 done, lets meet tomorrow. 🚀 #100DaysOfGolang #GoProgramming
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 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 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.
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 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 8 of #100DaysOfGoLang 1/ Day 8, and today I explored pointers in #Golang! 🛠️ Pointers are an essential concept for working with memory directly. Let me explain!👇
Day 11 with GoLang: - reflection (quii.gitbook.io/learn-go-with-…) Was not an easy one but it made sense in the end #100DaysOfCode #100DaysOfGoLang
quii.gitbook.io
Reflection | Learn Go with tests
Reflection | Learn Go with tests
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
Day 98 of #100DaysOfGolang ✅ Learned about GraphQL Mutations (similar to POST requests) and Resolvers (for fetching data). ✅ Started implementing GraphQL logic using gqlgen (by 99designs). 🐞 Faced issues fetching and creating data despite following a tutorial #Golang #GraphQL
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.
I played around with a switch statement that checks what OS Go is running on. Then I solved the Newton’s Method challenge (approximating square roots). Math + logic + Go loops = 🔥 Day 2 done, lets meet tomorrow. 🚀 #100DaysOfGolang #GoProgramming
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 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
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
Day 98 of #100DaysOfGolang ✅ Learned about GraphQL Mutations (similar to POST requests) and Resolvers (for fetching data). ✅ Started implementing GraphQL logic using gqlgen (by 99designs). 🐞 Faced issues fetching and creating data despite following a tutorial #Golang #GraphQL
Day 98 of #100DaysOfGolang ✅ Learned about GraphQL Mutations (similar to POST requests) and Resolvers (for fetching data). ✅ Started implementing GraphQL logic using gqlgen (by 99designs). 🐞 Faced issues fetching and creating data despite following a tutorial #Golang #GraphQL
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 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 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 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 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 92 of #100DaysOfGolang 1️⃣ Learned that create-react-app is deprecated; create vite@latest -- --template react is better! ⚡ 2️⃣ Practiced React components & rendering them 3️⃣ Deployed a Go web service querying numbersapi.com 4️⃣ Diving deeper into React & CSS #ReactDev
Day 92 of #100DaysOfGolang 1️⃣ Learned that create-react-app is deprecated; create vite@latest -- --template react is better! ⚡ 2️⃣ Practiced React components & rendering them 3️⃣ Deployed a Go web service querying numbersapi.com 4️⃣ Diving deeper into React & CSS #ReactDev
Day 91 Of #100DaysOfGolang 1️⃣ Worked around using the numbersapi.com with the net/http Library to make requests calls with a gin func handler 2️⃣ Worked on my simple landing page portfolio website with some added section 3️⃣ Watched a Crash course on React.js ...
Day 91 Of #100DaysOfGolang 1️⃣ Worked around using the numbersapi.com with the net/http Library to make requests calls with a gin func handler 2️⃣ Worked on my simple landing page portfolio website with some added section 3️⃣ Watched a Crash course on React.js ...
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 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.
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 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 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 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 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 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 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.
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Trey Yesavage 20.3K posts
- 2. #AEWDynamite 20.5K posts
- 3. JUNGWOO 66.4K posts
- 4. Snell 12.3K posts
- 5. #LoveIsBlind 3,089 posts
- 6. #Survivor49 3,190 posts
- 7. Pelicans 3,085 posts
- 8. Bulls 23.9K posts
- 9. Donovan Mitchell 5,239 posts
- 10. Anthony Davis 3,361 posts
- 11. Kacie 1,399 posts
- 12. Cavs 9,197 posts
- 13. #ChicagoPD N/A
- 14. #SeeRed N/A
- 15. Brandon Williams 1,049 posts
- 16. Willie Green N/A
- 17. Dave Roberts 2,654 posts
- 18. Trae Young 3,049 posts
- 19. Game 5 61.3K posts
- 20. Dwight Powell N/A