Tag: development

  • NodeJS Top 5 Frameworks Comparisons: Building Robust and Scalable Web Applications

    NodeJS Top 5 Frameworks Comparisons: Building Robust and Scalable Web Applications

    Node.js has emerged as a popular choice for building web applications due to its asynchronous, event-driven architecture and rich ecosystem of libraries. However, with numerous Node.js frameworks available, selecting the right one for your project can be challenging.

  • Node.js Debugging: Essential Techniques for Error-Free Development

    Node.js Debugging: Essential Techniques for Error-Free Development

    Building error-free Node.js applications is crucial for delivering a seamless user experience. However, debugging can be a daunting task, especially for beginners. This blog post provides a comprehensive guide to essential Node.js debugging techniques, empowering you to identify and resolve errors effectively, ensuring your applications run smoothly and efficiently.

  • Mastering Node.js Debugging: Techniques with VSCode for Smooth Development

    Mastering Node.js Debugging: Techniques with VSCode for Smooth Development

    Node.js Debugging is an integral part of the software development process. It’s the art of identifying and fixing issues in your code, ensuring that your application runs smoothly. When it comes to Node.js, a popular runtime environment for server-side applications, debugging is no exception. In this four-part blog series, we will explore various ways to…

  • Mastering Node.js Debugging: Techniques with command-line debugger for Smooth Development

    Mastering Node.js Debugging: Techniques with command-line debugger for Smooth Development

    Node.js Debugging is an integral part of the software development process. It’s the art of identifying and fixing issues in your code, ensuring that your application runs smoothly. When it comes to Node.js, a popular runtime environment for server-side applications, debugging is no exception. In this four-part blog series, we will explore various ways to…

  • Mastering Node.js Debugging: Techniques with Command-Line for Smooth Development

    Mastering Node.js Debugging: Techniques with Command-Line for Smooth Development

    Node.js Debugging is an integral part of the software development process. It’s the art of identifying and fixing issues in your code, ensuring that your application runs smoothly. When it comes to Node.js, a popular runtime environment for server-side applications, debugging is no exception. In this four-part blog series, we will explore various ways to…

  • Get 100 from 100 in the Insight Page Speed

    Get 100 from 100 in the Insight Page Speed

    Whohoo! I optimise my webpage and got 100/100 in the Google Page Speed Insight  

  • Back to boilerplate website

    After remove Yandex search from http://poplauki.eu from index back boilerplate website version. Second bad thing is large bandwitch on first load – about 1.5 Mb. It to large for simple 5 page site. Fix side menus for mobile browsers. So ended experiments with personal website builded with React.

  • The Laws of Computing

    The Laws of Computing

    The Laws of Computing….. from source First law – The Computer is always right.

  • Update SEO

    Update SEO of the main page poplauki.eu by https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/extend.md Add microformat`s by Shema.org  . Validate with Google testing tool Add Twitter and Facebook card Add separate meta tag to detect mobile device and redirect to mobile website version

  • Fixed right menus for poplauki.eu website

    Fixed right menus for poplauki.eu website

    Task : find fixed right menu with pure CSS and Javascript List of the solutions: CSS menu Multilevel over-lapping responsive menu Off Canvas menu effect Sitepoint tutorial Chooses Sitepoint tutorial