Blog

Official Blog

[Solved] Nextjs remove console.log production...

const nextConfig = { compiler: { removeConsole:process.env.NODE_ENV === 'production' ? { exclude: ['error'] } : false, }, }; module.exports = nextConfig; Clean Production Builds: How to Remove `console.log` Statements in Production Introduction Optimizing a production build is crucial for ...

[Solved] How to disable preview when go to definition in vscode?...

If you are a Visual Studio Code (VSCode) user, you may have experienced the annoyance of accidentally previewing the definition of a code element by hovering over it with your mouse or pressing the "Go to Definition" keyboard shortcut. This can be especially frustrating when you have multiple open f...

Why Your Business Needs a Software Development Agency...

In today's digital age, having a strong online presence is crucial for the success of any business. A software development agency can help your company develop and maintain the necessary technology to stay competitive in your industry. One of the main benefits of working with a software developm...

Organic SEO | Increase Your Ranking...

INCREASE YOUR RANKING WE ARE - EXPERIENCED SEO EXPERTS THAT HAVE THE CONFIDENCE AND SKILLS TO QUICKLY RANK YOUR WEBSITE ON GOOGLE AND OTHER SEARCH ENGINES. WE PROVIDE A LIST OF SERVICES THAT SUPPORT YOUR SEO STRATEGY GOALS. FROM ON-PAGE SEO TO ANALYTICS SOLUTIONS AND EVEN BUSINESS OPPORTUNITY...

Watch big news live from AWS re:Invent, online and free...

AWS re:Invent 2022 Nov. 28 - Dec. 2, 2022 | Las Vegas, NV [https://pages.awscloud.com/rs/112-TZM-766/images/2022_reInvent_Email_Template_Header_EN_v2.png] [https://email.awscloud.com/ol/h09UccLLdlhd6BYnucijD_67yXiVKcD-6e0wRLqxi51pjRwzYv7APAyixYAFSsVhNrzYDBEXGpQ8kEpcE-TILMZT9KgNTUS7XGbvjaL...

Next.js force domain and or https (disallow serving site on ip or herokuapp.com)...

Now that next.js does not recommend using a custom server, we have to find new ways of doing things. In express, we could simply use the following method to add middleware. app.use(function(request, response, next) { if (process.env.NODE_ENV != 'development' && !request.secure) { return...

The key "NEXT_RUNTIME" under "env" in next.config.js is not allowed....

Have you ever received this error when upgrading next.js The key "NEXT_RUNTIME" under "env" in next.config.js is not allowed. The first place to check is the "env" section in next.config.js In some next.js projects you will notice env is configured as env: { ...getAllAllowedEnvironmentVaria...

This is big news: Heroku free tier is going away...

This is yuuuge, this morning Heroku sent an email saying that starting November 28, 2022, free Heroku Dynos, free Heroku Postgres, and free Heroku Data for Redis® will no longer be available. The free tier on Heroku has been the backbone of so many engineers learning how to code and so many founders...

[solved] How to configure connection Adonis.Js using a CockroachDB cluster...

HOW TO COCKROACHDB/ADONIS CockroachDB is a distributed SQL database that can be scaled horizontally. It is designed to be resilient to node failure and easy to operate. Adonis is a Node.js web framework that provides a robust set of features for rapid development of web applications. It has built-...

How To RDP into Ubuntu?...

So many IT pros with a windows background cross paths with Linux and are shocked to learn that nothing in Linux has a UI and yet it’s the preferred server for open source apps. Many feel helpless without the GUI of Linux because Windows likes to make a GUI for almost every single thing you want to d...