Category: Projects

November 22, 2021

How to Secure your website Using SSL

Add SSL to a website. Securing one’s website is a MUST technique and attribute to prevent you from getting hacked. First, let us start by defining what SSL is. SSL is a protocol that secures messages that are transmitted on the internet.{Secure Socket Layer}.  SSL is simply using a digital certificate to authenticate your website and protect you from hackers. Also, provides encryption for LDAP […]

November 16, 2021

How to create a ChatApp Project

Creating a chat application has become easier using React.js with readily available tools to use without unwarranted bottlenecks.Let’s study together in creating chat apps using React.js with a chat engine API. This chat engine will handle the back-end and its server code completely. This will expose you to the knowledge of a Live functioning messaging application. Creating the application We need to have Npm and […]