You can filter posts by date, tag or even use natural language to find whatever you want
Most popular tags
Recent posts
How does 'Code Review' work in a large corporation like Microsoft? (over 60k programmers)
Michaela Greiler's article discusses code reviews in large organizations, emphasizing their importance and techniques for effective execution. It encourages creating a positive review culture in development teams.
Replace Google Analytics with GoAccess - satisfy users looking to cut ties with Google services
Ben Hoyt's article 'Replacing Google Analytics' discusses the necessity of alternative analytical tools due to privacy concerns surrounding Google Analytics.
How to quickly set up a local WWW server to work with HTML/CSS/JS files - it automatically refreshes the page content upon detecting changes in the files
The article explains a simple way to start a local live reload server, allowing automatic page updates when code changes are made. Tools like Live Server and Browsersync help streamline this process.
How to Escape 'Noobvile' (a humorous term for a village of 'noobs' or newbies) - How to Navigate the World of Technology and Become More PRO?
The article discusses steps to develop skills as a web developer, including the importance of learning fundamentals, practice, and getting involved in developer communities.
Accelerating Application Performance in Ruby on Rails - In Practice, These Tips Can Be Applied to Any Other Technology
The article discusses techniques for speeding up Ruby on Rails applications, including profiling, minimizing database queries, and caching.
HTTP handling in bash without using curl (or similar tools), that is the magic of /dev/tcp and /dev/udp
The article discusses redirections in Bash, their applications, and practical examples to simplify data handling in the shell.
List of 15 useful GIT commands and switches you may not know that could come in handy
The article discusses fifteen lesser-known Git commands that can assist in day-to-day programming work. Commands like 'git stash' and 'git cherry-pick' enhance code management efficiency.
Asciinema - record your terminal sessions and easily embed them on your website
Asciinema is a tool for recording and sharing terminal sessions. It enables easy creation of interactive recordings that are extremely useful for developers and educators. It works on various operating systems and is available as an open-source project.
List 7 Bash variables you may not know about that can be useful to you
The article highlights seven surprising Bash variables such as `$?`, `$$`, and `$!`, which simplify programming in the terminal. They are useful for process management, status checks, and handling script arguments. It encourages understanding and applying them in daily tasks.
What are generators in JavaScript and how to use them? (ES6)
The article 'Understanding Generators in ES6 JavaScript' explains what generators are, how to use them, and the benefits they bring to programming. The author provides practical examples and clear explanations, making the topic more approachable. Generators allow better management of data flow and facilitate working with asynchronous operations. The article is an excellent resource for any JavaScript programmer wanting to learn modern programming techniques.
Source of content in this blog is https://news.mrugalski.pl
All content including posts, their short version, tags and video transcriptions is 100% AI generated