Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. b6
    3. Posts
    • Profile
    • Following 5
    • Followers 8
    • Topics 14
    • Posts 104
    • Best 34
    • Controversial 0
    • Groups 2

    Posts made by b6

    • RE: play framework

      The Answer is Via API. If you are new to API development. Please refer the API fundamentals before start.

      posted in Back-End Development
      b6
      b6
    • RE: How to pick-up suitable technologies for your new web project.

      @dev_lak You are welcome :)

      posted in Back-End Development
      b6
      b6
    • How to pick-up suitable technologies for your new web project.

      Introduction

      In this development field , There are more new technologies coming up everyday 👌 . As a software developer you need to select the best technology 💻 for your project. It's depends on your project requirement. Let's see how to pick-up a best technologies to build a awesome software. 👉👉

      Architecture

      First we should consider about the architecture of the application. We should analyse 2 things,

      1. What kind of architecture that we going to use. like (MVC,SCS)...
      2. Which the best framework to working with...

      Programming Language

      Picking-up programming languages is very important thing.
      We should consider about

      1. performance - The native performance of language.
      2. frameworks - Available frameworks for that language.
      3. resource availability - The resource to learn about the language & able to find solution for any issues.
      4. support & documentation - Best official support service & documentation.
      5. maintenance - Easy maintainable.
      6. extensions - Able to add additional extensions & able to remove unwanted.

      Databases

      Databases are very important thing in software. There are 4 main types of databases,

      1. Relational Database (MySQL,MSSQL)
      2. Objection Relational Database (Posgre SQL)
      3. Graph Database (Neo4J)
      4. No SQL / Key-Value Database (MongoDB,DynamoDB,FireBase)

      Before pickup a database you need to analyse what kind of data that you are going to use in you app. simply like (plainText,encrypted data,BLOB string,hashes).

      Then draw a simple map of your data flow. Analyse the relationships between the entities. Then pick which database is suite for you.

      Server Software

      There are few popular server software are available.

      Apache - Popular server for Most of Web programming languages.
      Nginx - Most populate high performance web server with built-in HTTP cache, Proxy & load balancing .
      TomCat - Webserver commonly use for JSP applications.
      IIS - Official Webserver for .NET

      Hosting

      Hosting is a very important thing. There are few tips for find correct Hosting Providers.

      1. Always choose nearest data-center to your target clients.
      2. Consider their support service.
      3. Cost
      4. performance.

      Popular Web Hosting/Service Providers.

      1. Amazon Web Services
      2. Google Cloud Platform
      3. Microsoft Azure
      4. Digital Ocean
      5. Blue Ocean
      6. linode
      7. Cloudcone

      ---- Other Few Production Level Tips (High Cost, Better Performance, Large Projects) ----

      Index Database for high performance when retrieving data.

      Use Database cache (redis,memcached) to speedup data retrieve & reduce database load

      Cluster your database for high availability & performance.

      Use CDN to fast deliver static files and reduce the time to load the application.

      Use load-balancing to reduce traffic & prevent server down & increase performance. (Zero Downtime).

      Use SSL for webserver & database server to make secure connections.

      Always update the softwares to get patches from vulnerabilities & attacks.

      Use Build tools & CI/CD to Deliver & Build & Deploy applications automatically & quickly from repository.

      posted in Back-End Development
      b6
      b6
    • RE: Share your knowledge and experience and win a t-shirt

      I want this t-shirt

      posted in Announcements
      b6
      b6
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 6 / 6