Open in app

Sign in

Write

Sign in

Seliesh Jacob
Seliesh Jacob

40 Followers

Home

About

4 hours ago

Creating and Managing JWT Tokens in PHP

JSON Web Tokens (JWT) have become a popular method for securely transmitting information between parties in web development. In this guide, we’ll explore the creation, validation, and decoding of JWT tokens in PHP without relying on external libraries. We’ll leverage hash_hmac for signature generation and base64_encode/decode for encoding and decoding. Setting Up Your Environment …

Php Developers

3 min read

Creating and Managing JWT Tokens in PHP
Creating and Managing JWT Tokens in PHP
Php Developers

3 min read


Oct 10

Securing Your Node.js Application Security with Helmet

In today’s web development landscape, security is not an afterthought — it’s a core requirement. Web applications are constantly under the threat of various security vulnerabilities. To shield your Node.js applications from these threats, you have a formidable ally in Helmet. …

Php Development

3 min read

Securing Your Node.js Application Security with Helmet
Securing Your Node.js Application Security with Helmet
Php Development

3 min read


Oct 10

Maximizing Efficiency in Node.js Backend Development with Must-Have NPM Packages

Node.js has become a go-to choice for backend development due to its speed, scalability, and a vibrant ecosystem of packages and tools. NPM (Node Package Manager) is at the heart of this ecosystem, providing thousands of packages to enhance your Node.js projects. In this blog, we will explore essential NPM…

Nodejs Development

3 min read

Maximizing Efficiency in Node.js Backend Development with Must-Have NPM Packages
Maximizing Efficiency in Node.js Backend Development with Must-Have NPM Packages
Nodejs Development

3 min read


Oct 10

Protecting Your Web Applications with OWASP ZAP

In an increasingly digital world, web application security is paramount. Cyber threats are evolving, and developers need robust tools to identify and mitigate vulnerabilities effectively. Enter OWASP ZAP (Zed Attack Proxy), a powerful open-source security tool designed to help developers find and fix security issues in their web applications. …

PHP

4 min read

Protecting Your Web Applications with OWASP ZAP
Protecting Your Web Applications with OWASP ZAP
PHP

4 min read


Oct 3

Crafting Clear and Effective Commit Messages: The Art of Version Control

Version control systems like Git are indispensable tools in modern software development. They help teams collaborate, track changes, and ensure the stability of their projects. However, the value of version control is only fully realized when you pair it with well-crafted commit messages. …

Git

3 min read

Crafting Clear and Effective Commit Messages: The Art of Version Control
Crafting Clear and Effective Commit Messages: The Art of Version Control
Git

3 min read


Oct 3

The Power of MongoDB Aggregate Queries: Simplifying Complex Data Analysis

MongoDB, a versatile NoSQL database, offers a valuable feature called the “aggregate framework.” This tool allows us to process and analyze data in interesting ways. …

Mongodb

4 min read

The Power of MongoDB Aggregate Queries: Simplifying Complex Data Analysis
The Power of MongoDB Aggregate Queries: Simplifying Complex Data Analysis
Mongodb

4 min read


Oct 3

Building a PHP WebSocket Application

WebSocket technology is revolutionizing real-time communication in web applications. While chat applications are a common use case, WebSocket can be applied to a variety of scenarios. In this blog post, we'll explore a real-world example of building a PHP WebSocket application that tracks cryptocurrency prices in real-time. …

PHP

3 min read

Building a PHP WebSocket Application
Building a PHP WebSocket Application
PHP

3 min read


Published in

Dev Genius

·Oct 2

Mastering PHP Interfaces: A Comprehensive Guide to Understanding the Concept

PHP Interfaces are a fundamental aspect of object-oriented programming (OOP) that enable you to define a contract for classes. They provide a blueprint of methods that implementing classes must adhere to, ensuring a consistent and predictable structure in your code. …

PHP

4 min read

Mastering PHP Interfaces: A Comprehensive Guide to Understanding the Concept
Mastering PHP Interfaces: A Comprehensive Guide to Understanding the Concept
PHP

4 min read


Published in

Stackademic

·Oct 2

Building SOLID Express.js Applications

Express.js is a popular Node.js framework for building web applications and APIs. While it offers flexibility and ease of use, adhering to SOLID principles can help ensure that your Express.js applications are maintainable, scalable, and robust. In this blog post, we will explore how to apply SOLID principles in Express.js…

JavaScript

4 min read

Building SOLID Express.js Applications
Building SOLID Express.js Applications
JavaScript

4 min read


Published in

Stackademic

·Sep 28

Unleashing the Full Potential of the Find Command in Unix: Advanced File Searches with Seamless grep Integration

The Unix find command is a formidable tool in the arsenal of every command-line wizard. While it's well-known for its ability to locate files and directories based on various criteria, its true power becomes evident when combined with the mighty grep command for intricate content-based searches. …

Unix

4 min read

Unix

4 min read

Seliesh Jacob

Seliesh Jacob

40 Followers

Programming / Technology / Business

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams