Skip to content
View iamnickson's full-sized avatar
😃
Stay happy
😃
Stay happy

Block or report iamnickson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iamnickson/README.md

Hi , I'm Nickson Joram

Software Engineer - Salesforce | Technical Content Writer | Tech Enthusiast | Learner

nickson-joram @himnickson himgen letsdecrypthere your tutor

This is ME, Nickson Joram, a Postgraduate student reading MSc Software Engineering at University of Westminster, the United Kingdom. Did BSc (Honours) Computer Science at University of Jaffna, Sri Lanka.
A budding Salesforce Engineer (Virtusa Sri Lanka) and a Competitive Programming Enthusiast  ,
who is obsessed with the idea of improving himself and wants a platform to grow and excel  .

Learning while HOPING & HUSTLING!!!

📊 Statistics


Recent blogs posts

Mastering An Online Job Interview | Multiclass Classification Using Support Vector Machines | How Israel’s Iron Dome Missile Shield Works? | Sub-Netting in Data Communication and Computer Networks | Sorting Algorithms — A Comprehensive Guide

Like My Work?

Buy Me A Coffee

Languages and Tools:

angular arduino aws c cplusplus css3 django dotnet git heroku illustrator ionic java linux mariadb matlab mysql nodejs opencv photoshop php python pytorch react spring xd

Pinned Loading

  1. OOP-in-Java OOP-in-Java Public

  2. SWI-Prolog SWI-Prolog Public

    Prolog

  3. Connected-Architecture Connected-Architecture Public

    C#

  4. MPI MPI Public

    Practical in HPC

    C++ 1 1

  5. ros_tutorials_topic ros_tutorials_topic Public

    C++

  6. N-Queen problem implementation in C N-Queen problem implementation in C
    1
    #define N 4
    2
    #include <stdbool.h>
    3
    #include <stdio.h>
    4
    
                  
    5
    void printSolution(int board[N][N])