Micro service and Design Patterns

Micro service and Design Patterns

Things about Micro service and Design Patterns 

In this article, we will see Micro service and Design Patterns.

Micro service and Design Patterns

Micro service aka MSA has become the go-solution for most of the Enterprise to build or migrate the applications. They are known to solve various snags.

In order to build effective Microservice. We need to weld on to the design patterns, which helps us to improve the performance of the application.

Let us see the below topics as part of this article:

  1. What are  Microservices?
  2. Ethics followed while Designing Microservice Architecture
  3. Microservice Design Pattern

What are Microservices?

Microservices, aka MSA aka microservice architecture, is an style that structures an application as small collection of autonomous services which is surrounded around Business domain or models.

Ethics followed while Designing Microservice Architecture

  1. Independent & Autonomous services
  2. Scalability
  3. Decentralization
  4. Robust Services
  5. Real-Time Load balancing
  6. Availability
  7. Continuous delivery through DevOps integration
  8. Seamless API integration and continuous monitoring
  9. Isolation from Failures
  10. Auto-provisioning

In the next article we will see in detail about all the design patterns one by one.

LIKE | SHARE | SUBSCRIBE

WeCanCode-Author

WeCanCode-Author

November 04, 2021

Developer | Java, C#.NET & Python 

Planning to learn ReactJS or Angular or Flutter.!

Add Image to Android app

Add Image to Android app

Add PNG Icon to Android app

 

In this article, let discuss on

Add PNG Icon to Android app

Let us see how to Add PNG icon to Android App. In the end you your app will use the icon you have added for the android application.

 In this article I’m going to use the existing android project created as part of this article Make WordPress as Android App. This Follow the code repo used  ).

How to Add PNG Icon to Android App?

You can add Image assets by Right click on the location where the image or icon need to be placed.

See below screenshot for the Menu option in Android Studio.

  • After right-click drawable folder, Choose New > Image Assets
  • You need to choose the image or icon from the browse menu under Source Asset section of Foreground Layer Tab.
  • Adjust the Scaling according to the image or icon output.
  • Go to Background Layer tab and adjust the background color or image accordingly.
  • Once done, click Finish (Note: Try to keep the same name as the previous icon file name, if you are replacing the icon)
  • Run the App to see the new Icon changed.
intellij add image asset menu
WeCanCode-Author

WeCanCode-Author

October 22, 2021

Senior Developer | Java & C#.NET | 10++ years of IT experience.

Planning to learn ReactJS or Angular or Flutter.!

Make WordPress as Android App

Make WordPress as Android App

Make WordPress as Android App

In this article, let discuss on

Make WordPress as Android App

Make WordPress as Android App. Yes, follow the article from top to bottom and do not miss out anything. In the end you will see your website or WordPress blog in Android phone as an application.

You can also publish the app in Google Play Store or any eco-system for Android apps (Such as Amazon app store, Samsung galaxy app store, Honor/Huawei App Gallery and So on).

How to Make WordPress as Android App?

Converting WordPress blog or Website is easy if you have hands-on with Android Studio and Android SDKs.

               Yes, you need to know little bit of java coding knowledge and basics of Android application development. Do not worry if you have very little knowledge on these both should also be fine. If you follow this article carefully.

WeCanCode-Author

WeCanCode-Author

October 20, 2021

Senior Developer | Java & C#.NET | 10++ years of IT experience.

Planning to learn ReactJS or Angular or Flutter.!

Setup ReactJS to create your first hello world

ReactJS environment setup in Windows using NodeJS, npm and few modules

Setting up ReactJS Locally (Windows)

Preface:

In this article, we are going to see how to setup ReactJS locally (Windows).

Prerequisites:

  • NodeJS
  • npm & npx (if npx is not installed use the below command
    npm install -g npx

Using the create-react-app command:

npm command
npx create-react-app hello-world-react-app
npx command executed

Once the npx command is successfully executed, you will be seeing the screen as above image.

Now we are good to start our first ReactJS app.

we need to go inside our react application folder.

cd hello-world-react-app
npm start

once you are inside the reactjs application folder, start the web development server (webpack) using npm start command.

ReactJS App started and url is printed in terminal/command

Once you click on the link, it should open browser window with the URL clicked. http://localhost:3000/

ReactJS App Launched in Browser

Pro Tip:

You do not need to restart the webpack everytime, just make changes to your RectJS Application code and save it, it will be automatically rebuild and reloaded in the browser.

WeCanCode-Author

WeCanCode-Author

August 11, 2021

Java & C#.NET Developer with 10++ years of IT experience.

Planning to learn ReactJS or Angular or Flutter.!

Microsoft Windows Emoji keyboard shortcut

Microsoft Windows Emoji keyboard shortcut

Microsoft Windows Emoji keyboard shortcut Win + .

In this article, let discuss on

Microsoft Windows Emoji keyboard shortcut Win + .

Emoji’s 😊😂🤣😍😒👌😘💕😁👍🙌

Emoji’s plays vital role in everyone’s life now!

We express our thoughts usings these Emoji’s. Emojis were part of Phone and Handheld devices. Due to heavy usage of these Emoji now PCs and Laptops also needed those emojies.

For very long I used to search the emoji in Google and copy paste them where ever needed, But  Winodws has this Emoji pop-up integrated.

Keyboard Shortcut for Emoji in Windows

  • During text entry, type Windows logo key   + . (period). The emoji keyboard will appear.
  • Select an emoji with the mouse, or keep typing to search through the available emojis for one you like.

    By Pressing Windows + . (period) will bring up the Emoji popup (as shown below)

    Microsoft Windows Emoji keyboard shortcut

    Wanna try it now 👓

     


    🚩Pro Tip: Type all the symbols like a pro

    Sometimes you need to type a character that isn’t on your keyboard, like an em-dash (—) or the copyright symbol (©). If you have a numeric keypad on your keyboard, you don’t have to find one and copy and paste, you can just do it! Here’s how:

    1. Hold down the Alt key on your keyboard.
    2. With the Alt key held down, type the four-digit code on the numeric keypad for the character you want. (Include the leading 0 if that’s required.)

      Note: This only works on the numeric keypad. This won’t work on the row of numbers at the top of the keyboard.

    3. Release the Alt key.

    Here’s just a few of the characters you can type with the Alt key:

    Symbol

    Name

    Alt-code

    ©

    Copyright symbol

    Alt+0169

    ®

    Registered symbol

    Alt+0174

    Trademark

    Alt+0153

    List Dot

    Alt+0149

    §

    Section symbol

    Alt+0167

    Dagger

    Alt+0134

    Double dagger

    Alt+0135

    en-dash

    Alt+0150

    em-dash

    Alt+0151

    Paragraph symbol (Pilcrow)

    Alt+0182

    ¡

    Upside-down exclamation mark

    Alt+0161

    ¿

    Upside-down question mark

    Alt+0191

    ¢

    Cent sign

    Alt+0162

    £

    British Pound

    Alt+0163

    Є

    Euro currency

    Alt+0128

    ¥

    Japanese Yen

    Alt+0165

    WeCanCode-Author

    WeCanCode-Author

    August 08, 2021

    Java & C#.NET Developer with 10++ years of IT experience.

    Planning to learn ReactJS or Angular or Flutter.!

    Please disable your adblocker or whitelist this site! We Provide Free content and in return, all we ask is to allow serving Ads.

    Pin It on Pinterest