VSCode: Accessing The Integrated Terminal

By PNC No comments

For developers, gamit na gamit na ngayon ang console or terminal.  If you’re a first time VSCode user and you want to access its integrated terminal,  here are ways how to access it: Way #1 – Just press “CTRL+`” Way #2 – Go to View – Go to Terminal Way #3 – Press CTRL + […]

Cloud and Cloud Service Providers

By PNC No comments

Ano nga ba ang CLOUD or Cloud Computing?  In this article, we’ll quickly discuss what is Cloud Computing and who are the known providers of Cloud Services. Cloud Computing Cloud Computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct active management by the user. The term is […]

LINUX: CHMOD File Permission Legend

By PNC No comments

Since you already have an idea on how to set the permission settings of a file or a directory.  Here we give you the legends of the numbers behind the command. File Permission Numerical Legend: 7 – read, write, execute 6 – read, write 5 – read, execute 4 – read 3 – write, execute […]

VSCode: Disabling “pylint”

By PNC No comments

To remove or disable “pylint” in VS Code, here is how you do it… Go to File Go to Preference Go to Settings At the “Settings” search field, copy/paste this value “python.linting.pylintEnabled“. Uncheck “Whether to lint Python files using pylint“. And that is how you disable it.  If you’re bothered by how pylint police your […]

LINUX: Basic Commands Cheat Sheet

By PNC No comments

In this article, we list down the common commands we usually use in a Linux terminal. cd Change directory.  Use this command to move from a directory to another. ex. cd your_home_path/your_project_path cd .. (cd with a double dot) Change or move to a directory one level up. For example, you’re in your project path […]

PNC’s Top 5 Youtube Channels For Programming Tutorials For Starters

By PNC No comments

In our last post, we give you our Top 3 pick for websites that provide web development tutorials from basic to advance.  This time we’ll be giving you our pick for the cool Youtube channels that never fail to help newbies who want to learn to program. Here are our top 5 picks Derek Banas.  […]

Free SSL For Websites

By PNC No comments

Recently, many phishing sites are the cause of someone else misfortune.  Banks web sites are easily replicated by hackers. The main issue here is that customers or web site owners aren’t fully informed and aware that for a web site to be identified as secure, there is this “https://” MUST be present in the web […]

PNC’s Top 3 Web Sites for Web Development Tutorials For Starters

By PNC No comments

As starters, we’re looking for resources that are user-friendly, straight-forward, and at least easy to understand. Here at PNC, we’ll give you our Top 3 web sites where you can jump-start your learnings in Web Development. Here are our Top 3 W3Schools.com. For us, W3School.com is one of the web site references that MUST be […]

Baby Steps: An intro to the world of coding

By PNC No comments

Did you just recently graduated and planning to become a developer? Career shifter perhaps? Or looking for a new and interesting hobby this time of pandemic? Whatever it may be, welcome to the world of coding!  Web development, mobile development, and game development, too many to mention.  The point is, you are here to learn. […]