Tutorials

How to Change WordPress Permalink Without Breaking the SEO

Learn how to change the WordPress permalink in an established website without breaking your search engine ranking and structure. We will also learn the options to perform the 301 redirections either using plugin or Nginx. Case Study We at Codeforgeek use this permalink structure before. domain.com/year/month/post-name/ As you can see we included the year and […]

How to Change WordPress Permalink Without Breaking the SEO Read More »

Building a Slack Bot to Get Currency Exchange Using NodeJs

Slack is without a doubt a widely adopted messaging tool. It’s been used in companies ranging from startups to fortune 1000. Slack offers various features such as integration, groups, private chat and bots. Bots are one of the exciting features of slack for the developers. Slack offers SDK’s which we can integrate it into various

Building a Slack Bot to Get Currency Exchange Using NodeJs Read More »

Session Management in Nodejs Using Redis as Session Store

We have covered session management in ExpressJs using a global variable technique which of course will not work in the case of shared server or concurrent execution of HTTP requests which is the most familiar production scenario. Codeforgeek readers requested to provide a solution for this issue and the optimal one is to use external

Session Management in Nodejs Using Redis as Session Store Read More »

Top 5 Node Frameworks to Increase Coding Productivity

Node.js is an open source, cross platform JavaScript runtime engine to develop server side applications. Node.js uses Google’s V8 engine to compile JavaScript code into native code. Node.js is based on non-blocking, event-driven architecture to help developers create robust and distributed applications. We have covered tons of useful tutorials covering Node.js. Click here to start

Top 5 Node Frameworks to Increase Coding Productivity Read More »