 
        
            BY Colin Chartier
            
                
                5 min read
            
        
        
            Creating Google Docs with Go & NextJS
        
        
            Over the past couple of weeks, we've been setting up a full-stack project using Go and NextJS. You can optionally read parts one and two, and view the starter code in this GitHub repository. What we'll be buildingRecapWe have this project structure: The directories frontend and backend each contain a ...
        
        
            Read more
        
     
        
            BY Colin Chartier
            
                
                5 min read
            
        
        
            Using WebSockets with NextJS and Golang
        
        
            In our last post, we set up a simple full-stack project with NextJS and Go. Collaborative webapps (aka real-time apps)Most apps use CRUD (create / read / update /delete) APIs - one where the frontend sends changes to the backend, but not vice-versa. That topic has been extensively covered by some ...
        
        
            Read more
        
     
        
            BY Colin Chartier
            
                
                5 min read
            
        
        
            How to use NextJS with Golang
        
        
            If you want a scalable, high-performance backend with a fast-loading frontend, this guide is for you. Let's introduce our technologies: Go is a backend language which has been tremendously popular since being launched by Google 10 years ago. It's simple to learn, has powerful concurrency primitives, and can deploy anywhere ...
        
        
            Read more