Shineyrock web design & consultancy

Shineyrock

Searched for: "in" / 1395 results

Creating a Blogging App Using Angular & MongoDB: Login

…ing mobile and web apps using the same reusable code. Using Angular, you can divide the whole application into reusable components, which makes it easier to maintain and reuse code.In this tutorial series, you'll learn how to get started with creating a web app using Angular with MongoDB as the…


Phoenix I18n

…In my previous articles I covered the various aspects of Elixir—a modern functional programming language. Today, however, I would like to step aside from the language itself and discuss a very fast and reliable MVC framework called Phoenix that is written in Elixir. This framework emerged nearly five years ago…


Creating a Blogging App Using Angular & MongoDB: Home

…In the first part of the tutorial series, you saw how to get started with creating an Angular web app. You learnt how to set up the application and created the Login component.In this part of the series, you'll move further and write down the REST API required for interacting…


Creating a Blogging App Using Angular & MongoDB: Show Post

…In the last part of the tutorial series, you saw how to write the REST API endpoint for user login. You used Mongoose to interact with MongoDB from Node. After successful validation, you saw how to use Angular Router for navigating to the HomeComponent.In this part of the tutorial series,…


Introduction to Mocking in Python

…ing is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. This tutorial will discuss in detail what mocking is and how to use it in Python applications.What Is Mocking?Mocking…


Creating a Blogging App Using Angular & MongoDB: Add Post

…In the previous part of the Angular blog tutorial series, you learnt how to create the ShowPostComponent to display the list of blog posts on the home page. You fetched the records that were inserted from the MongoDB shell using the created REST API endpoint.In this tutorial, you'll be creating…


Creating a Blogging App Using Angular & MongoDB: Edit Post

…In the previous part of this tutorial series you learnt how to create the add post component to add new blog posts. You learnt how to create the REST API endpoint to add a new post to the MongoDB database.In this part of the tutorial series, you'll learn how to…


Set Up an OAuth2 Server Using Passport in Laravel

…ing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In this article, we’re going to explore how you could set up a fully fledged OAuth2 server in Laravel using the Laravel Passport library. We’ll go through the necessary server configurations along with a real-world example to demonstrate how you could consume OAuth2 APIs.…


Creating a Blogging App Using Angular & MongoDB: Delete Post

…In the previous part of this tutorial series, you learnt how to implement the functionality to edit the blog post details.In this part, you'll implement the functionality to delete an existing blog post and to implement the user logout functionality.Getting StartedLet's get started by cloning the source code from the…


How to Make a Real-Time Sports Application Using Node.js

…ing* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In today's article, I'm going to demonstrate how to make a web application that will display live game scores from the NHL. The scores will update automatically as the games progress. This is a very exciting article for me, as it allows…


Refine Search

Save This Search?

Saved Searches

You have not saved any searches yet.