#100daysofgolang resultados de búsqueda
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. Pro Bowl 22.4K posts
- 2. The AsterDEX 45.7K posts
- 3. Happy Festivus 3,579 posts
- 4. Christmas Eve Eve 65.4K posts
- 5. Ben Sasse 1,496 posts
- 6. FINALLY DID IT 565K posts
- 7. Steve Rogers 16.7K posts
- 8. #AvengersDoomsday 140K posts
- 9. Cam Jurgens N/A
- 10. Happy Holidays 109K posts
- 11. #NXXTHelpsSF N/A
- 12. The PENGU 219K posts
- 13. Larry Nassar 22.4K posts
- 14. Jordan Davis 1,110 posts
- 15. NextNRG Inc N/A
- 16. Jalen Carter N/A
- 17. Joe Alt N/A
- 18. Endgame 118K posts
- 19. Soccer 28.3K posts
- 20. Derrick Brown N/A