How to Set Up the New Google Auth in a React and Express App

In this article, you’ll learn how to configure the new Google Auth “Sign in with Google” button in a React.js and Express.js application. This new method simplifies the way developers implement Google Auth. It brings in some significant advantages, such as allowing users to view a profile picture in order to select the correct Google… Continue reading How to Set Up the New Google Auth in a React and Express App

How to Build and Deploy a Web App With Buddy

Moving code from development to production doesn’t have to be as error-prone and time-consuming as it often is. By using Buddy, a continuous integration and delivery tool that doubles up as a powerful automation platform, you can automate significant portions of your development workflow, including all your builds, tests, and deployments. Unlike many other CI/CD… Continue reading How to Build and Deploy a Web App With Buddy

Create Custom Rehearsal Dinner Invitations Online

We live in a time where physically shopping for almost anything isn’t the only option. Shopping online via your phone, laptop, desktop, or even a tablet is becoming second nature and first choice for many. Especially when it comes to consumer goods like tech gadgets, home décor, and clothing. And in the spirit of wedding… Continue reading Create Custom Rehearsal Dinner Invitations Online

25 Fresh Creative HTML5 Website Templates (PSD & HTML)

New responsive HTML5 website templates are suitable for any type of business, portfolio, freelancers, travel, creative agency, corporate magazine, Blog, e-Commerce and mobile application sites. All web templates are easy to customize and hundreds of icons can be added dynamically and by using shortcodes. Responsive HTML5 Templates are perfect for landing pages with multi-pages and one page options. You… Continue reading 25 Fresh Creative HTML5 Website Templates (PSD & HTML)

Building Angular and Node.js Apps with the MEAN Stack

Course info ​ Level Intermediate Duration 4h 2m Released 31 Jan 2014 The MEAN stack is becoming more and more popular. Angular has become the hottest new MVC framework, and using it with Node and Express means a high level of harmony between the client and server. Throw MongoDB on for data storage, and you… Continue reading Building Angular and Node.js Apps with the MEAN Stack

More About MEAN Stack You Want to Know!

A latest technology to the old-fashioned LAMP/WAMP stack for building professional websites and real-time applications is MEAN (MongoDB, Express, AngularJS, Node.js) stack, which is an open-source software. MEAN is nothing but a rearrangement of code and technology upgrades switching the base platform from Linux OS to a JavaScript run-time which brings Node.js. Node.js allows to… Continue reading More About MEAN Stack You Want to Know!

Gravit – Open Source Design Tool to Express Yourself

Gravit is the cutting-edge design app that will take your creativity to new heights. Gravit offers the creative possibilities of a full-scale design suite – but in a snug app-sized package. Powerful yet easy-to-handle, Gravit has been custom designed from the ground up with an emphasis on versatility, fluidity and elegance – complex design tasks… Continue reading Gravit – Open Source Design Tool to Express Yourself

HTTP: The Protocol Every Web Developer Must Know – Part 1

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Learning the fundamentals of the World Wide Web is crucial, especially if you are planning to build web apps. And, HTTP is at the heart of any web application you could build. HTTP stands for Hypertext Transfer Protocol. It’s a stateless, application-layer protocol for communicating between distributed… Continue reading HTTP: The Protocol Every Web Developer Must Know – Part 1

A Beginner’s Guide to HTTP and REST

Hypertext Transfer Protocol (HTTP) is the life of the web. It’s used every time you transfer a document, or make an AJAX request. But HTTP is surprisingly a relative unknown among some web developers. This introduction will demonstrate how the set of design principles, known as REST, underpin HTTP, and allow you to embrace its… Continue reading A Beginner’s Guide to HTTP and REST