#100daysofgolang search results
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 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
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.
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
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 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 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 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 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 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 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
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 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 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 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
Something went wrong.
Something went wrong.
United States Trends
- 1. Toledo 8,454 posts
- 2. Louisville 6,569 posts
- 3. Kepa 9,222 posts
- 4. Martinelli 15.5K posts
- 5. Miller Moss N/A
- 6. #ARSCRY 4,998 posts
- 7. Benitez 12K posts
- 8. #CarabaoCup 4,138 posts
- 9. Lacroix 6,081 posts
- 10. Pro Bowl 37.4K posts
- 11. #Fliffmas 3,215 posts
- 12. Christmas Eve 101K posts
- 13. Hearn N/A
- 14. Merino 8,268 posts
- 15. Brooks Koepka N/A
- 16. Palace 56.6K posts
- 17. National Guard to Chicago 6,723 posts
- 18. Alito 5,696 posts
- 19. Because Chicago 1,428 posts
- 20. PGA Tour N/A